Bump date-fns from 3.6.0 to 4.0.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/commits)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-16 03:37:16 +00:00
committed by GitHub
parent 525a68682d
commit 8d1d5f37c1
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@@ -4744,9 +4744,9 @@
"dev": true "dev": true
}, },
"node_modules/date-fns": { "node_modules/date-fns": {
"version": "3.6.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.0.0.tgz",
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "integrity": "sha512-6K33+I8fQ5otvHgLIvKK1xmMbLAh0pduyrx7dwMXKiGYeoWhmk6M3Zoak9n7bXHMJQlHq1yqmdGy1QxKddJjUA==",
"funding": { "funding": {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/kossnocorp" "url": "https://github.com/sponsors/kossnocorp"
@@ -10858,7 +10858,7 @@
}, },
"resources/assets/v1": { "resources/assets/v1": {
"dependencies": { "dependencies": {
"date-fns": "^3.6.0", "date-fns": "^4.0.0",
"stream-browserify": "^3.0.0" "stream-browserify": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
@@ -10895,7 +10895,7 @@
"chart.js": "^4.4.0", "chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0", "chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-sankey": "^0.12.1", "chartjs-chart-sankey": "^0.12.1",
"date-fns": "^3.6.0", "date-fns": "^4.0.0",
"i18next": "^23.11.2", "i18next": "^23.11.2",
"i18next-chained-backend": "^4.6.2", "i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.4.2", "i18next-http-backend": "^2.4.2",

View File

@@ -10,7 +10,7 @@
"prod": "mix --production" "prod": "mix --production"
}, },
"dependencies": { "dependencies": {
"date-fns": "^3.6.0", "date-fns": "^4.0.0",
"stream-browserify": "^3.0.0" "stream-browserify": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -30,7 +30,7 @@
"chart.js": "^4.4.0", "chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0", "chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-sankey": "^0.12.1", "chartjs-chart-sankey": "^0.12.1",
"date-fns": "^3.6.0", "date-fns": "^4.0.0",
"i18next": "^23.11.2", "i18next": "^23.11.2",
"i18next-chained-backend": "^4.6.2", "i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.4.2", "i18next-http-backend": "^2.4.2",