Browse Source

Upgrade date-fns to version 4.4.0

pull/7035/head
Thomas Kaul 3 months ago
parent
commit
3677b578f3
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -63,7 +63,7 @@
"countries-and-timezones": "3.9.0", "countries-and-timezones": "3.9.0",
"countries-list": "3.3.0", "countries-list": "3.3.0",
"countup.js": "2.10.0", "countup.js": "2.10.0",
"date-fns": "4.1.0", "date-fns": "4.4.0",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"dotenv-expand": "12.0.3", "dotenv-expand": "12.0.3",
"envalid": "8.1.1", "envalid": "8.1.1",
@ -20491,9 +20491,9 @@
} }
}, },
"node_modules/date-fns": { "node_modules/date-fns": {
"version": "4.1.0", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",

2
package.json

@ -107,7 +107,7 @@
"countries-and-timezones": "3.9.0", "countries-and-timezones": "3.9.0",
"countries-list": "3.3.0", "countries-list": "3.3.0",
"countup.js": "2.10.0", "countup.js": "2.10.0",
"date-fns": "4.1.0", "date-fns": "4.4.0",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"dotenv-expand": "12.0.3", "dotenv-expand": "12.0.3",
"envalid": "8.1.1", "envalid": "8.1.1",

Loading…
Cancel
Save