diff --git a/valpas-web/package-lock.json b/valpas-web/package-lock.json index c470bd7ada..73688e8826 100644 --- a/valpas-web/package-lock.json +++ b/valpas-web/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "bem-ts": "^0.13.5", "copy-to-clipboard": "^3.3.3", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "downloadjs": "^1.4.7", "fp-ts": "^2.16.2", "react": "^17.0.1", @@ -5799,9 +5799,10 @@ } }, "node_modules/date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -18141,9 +18142,9 @@ } }, "date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==" }, "debug": { "version": "4.3.4", diff --git a/valpas-web/package.json b/valpas-web/package.json index 345d1d66dc..04270282ba 100644 --- a/valpas-web/package.json +++ b/valpas-web/package.json @@ -82,7 +82,7 @@ "dependencies": { "bem-ts": "^0.13.5", "copy-to-clipboard": "^3.3.3", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "downloadjs": "^1.4.7", "fp-ts": "^2.16.2", "react": "^17.0.1",