diff --git a/gui/package-lock.json b/gui/package-lock.json index 244a7d0b2..0391f6cdd 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^1.4.0", "bootstrap": "^5.2.3", - "date-fns": "^2.30.0", + "date-fns": "^3.6.0", "date-fns-tz": "^2.0.0", "echarts": "^5.4.2", "echarts-for-react": "^3.0.2", @@ -985,19 +985,13 @@ "license": "BSD-2-Clause" }, "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==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/date-fns-tz": { diff --git a/gui/package.json b/gui/package.json index 1dcb77583..22f52ad9f 100644 --- a/gui/package.json +++ b/gui/package.json @@ -12,7 +12,7 @@ "dependencies": { "axios": "^1.4.0", "bootstrap": "^5.2.3", - "date-fns": "^2.30.0", + "date-fns": "^3.6.0", "date-fns-tz": "^2.0.0", "echarts": "^5.4.2", "echarts-for-react": "^3.0.2",