From 2b8e8a7a6b7de972c8e7737eab692b2792878d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:36:14 +0000 Subject: [PATCH] build(deps): bump dayjs from 1.11.21 to 1.11.23 in /syncflow-ui Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.21 to 1.11.23. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.23/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.21...v1.11.23) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- syncflow-ui/package-lock.json | 8 ++++---- syncflow-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/syncflow-ui/package-lock.json b/syncflow-ui/package-lock.json index 3e66e48..a9265f7 100644 --- a/syncflow-ui/package-lock.json +++ b/syncflow-ui/package-lock.json @@ -20,7 +20,7 @@ "ag-grid-community": "^33.0.0", "ag-grid-react": "^33.0.0", "axios": "^1.7.9", - "dayjs": "^1.11.13", + "dayjs": "^1.11.23", "framer-motion": "^11.15.0", "k6": "^0.0.0", "react": "^19.0.0", @@ -3134,9 +3134,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.21", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", - "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", + "version": "1.11.23", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz", + "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==", "license": "MIT" }, "node_modules/debug": { diff --git a/syncflow-ui/package.json b/syncflow-ui/package.json index 0f80aaf..fe85513 100644 --- a/syncflow-ui/package.json +++ b/syncflow-ui/package.json @@ -23,7 +23,7 @@ "ag-grid-community": "^33.0.0", "ag-grid-react": "^33.0.0", "axios": "^1.7.9", - "dayjs": "^1.11.13", + "dayjs": "^1.11.23", "framer-motion": "^11.15.0", "k6": "^0.0.0", "react": "^19.0.0",