diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 307788a5..07c3a849 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -22,7 +22,7 @@ "@monaco-editor/react": "^4.6.0", "@reduxjs/toolkit": "^2.2.3", "axios": "^1.6.8", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.0", "monaco-editor": "^0.47.0", @@ -3825,9 +3825,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "node_modules/debug": { "version": "4.3.4", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 3c6c1a6b..f8c961d4 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -28,7 +28,7 @@ "@monaco-editor/react": "^4.6.0", "@reduxjs/toolkit": "^2.2.3", "axios": "^1.6.8", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.0", "monaco-editor": "^0.47.0",