diff --git a/package-lock.json b/package-lock.json index cbf44552c..fe1e69891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "comlink": "^4.3.1", "command-exists": "^1.2.9", "convert-units": "^3.0.0-beta.5", - "date-fns": "^2.30.0", + "date-fns": "^3.0.0", "glob": "^10.3.10", "keycloak-js": "^23.0.3", "keycloak-react-web": "^0.1.19", @@ -7811,18 +7811,12 @@ } }, "node_modules/date-fns": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.0.tgz", + "integrity": "sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debounce": { @@ -28532,12 +28526,9 @@ } }, "date-fns": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", - "requires": { - "@babel/runtime": "^7.21.0" - } + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.0.tgz", + "integrity": "sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA==" }, "debounce": { "version": "1.2.1", diff --git a/package.json b/package.json index 846594c14..9e43757e2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "comlink": "^4.3.1", "command-exists": "^1.2.9", "convert-units": "^3.0.0-beta.5", - "date-fns": "^2.30.0", + "date-fns": "^3.0.0", "glob": "^10.3.10", "keycloak-js": "^23.0.3", "keycloak-react-web": "^0.1.19",