mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
build(deps-dev): bump date-fns from 3.6.0 to 4.0.0 in /frontend
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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
273fcef8c7
commit
89ed02dc96
2 changed files with 5 additions and 5 deletions
8
frontend/package-lock.json
generated
8
frontend/package-lock.json
generated
|
@ -18,7 +18,7 @@
|
|||
"@types/eslint": "^8.56.0",
|
||||
"@vincjo/datatables": "^1.14.10",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"date-fns": "^3.3.1",
|
||||
"date-fns": "^4.0.0",
|
||||
"eslint": "^9.7.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.43.0",
|
||||
|
@ -1472,9 +1472,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/date-fns": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
|
||||
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.0.0.tgz",
|
||||
"integrity": "sha512-6K33+I8fQ5otvHgLIvKK1xmMbLAh0pduyrx7dwMXKiGYeoWhmk6M3Zoak9n7bXHMJQlHq1yqmdGy1QxKddJjUA==",
|
||||
"dev": true,
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"@types/eslint": "^8.56.0",
|
||||
"@vincjo/datatables": "^1.14.10",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"date-fns": "^3.3.1",
|
||||
"date-fns": "^4.0.0",
|
||||
"eslint": "^9.7.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.43.0",
|
||||
|
|
Loading…
Reference in a new issue