diff --git a/package-lock.json b/package-lock.json index cbb563b3..dcefe95d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@pixi-essentials/cull": "2.0.0", "d3": "7.8.5", - "date-fns": "3.0.0", + "date-fns": "3.2.0", "fontfaceobserver": "^2.3.0", "gsap": "^3.12.2", "lodash.isequal": "4.5.0", @@ -3281,9 +3281,9 @@ } }, "node_modules/date-fns": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.0.tgz", - "integrity": "sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", + "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -9608,9 +9608,9 @@ } }, "date-fns": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.0.tgz", - "integrity": "sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", + "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==" }, "de-indent": { "version": "1.0.2", diff --git a/package.json b/package.json index 5b28557b..39a8acee 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "dependencies": { "@pixi-essentials/cull": "2.0.0", "d3": "7.8.5", - "date-fns": "3.0.0", + "date-fns": "3.2.0", "fontfaceobserver": "^2.3.0", "gsap": "^3.12.2", "lodash.isequal": "4.5.0",