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",