diff --git a/package-lock.json b/package-lock.json index 1b9212b..8804ce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "temporal-polyfill": "^0.3.2" }, "devDependencies": { - "date-fns": "^4.1.0", + "date-fns": "^4.4.0", "dayjs": "^1.11.21", "fast-xml-parser": "^5.7.2", "lint-staged": "^16.4.0", @@ -2560,9 +2560,9 @@ } }, "node_modules/date-fns": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", - "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz", + "integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 7072aa2..5e7fba1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@js-temporal/polyfill": "npm:temporal-polyfill@^0.3.0" }, "devDependencies": { - "date-fns": "^4.1.0", + "date-fns": "^4.4.0", "dayjs": "^1.11.21", "fast-xml-parser": "^5.7.2", "lint-staged": "^16.4.0",