diff --git a/public/package-lock.json b/public/package-lock.json index d2d326b..67fcd2c 100644 --- a/public/package-lock.json +++ b/public/package-lock.json @@ -21,7 +21,7 @@ "@angular/router": "^18.2.4", "@sentry/angular-ivy": "^7.101.1", "@sentry/cli": "^2.28.6", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "ngx-toastr": "^18.0.0", "rxjs": "~7.8.1", "tslib": "^2.6.2", @@ -8461,9 +8461,10 @@ } }, "node_modules/date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/public/package.json b/public/package.json index d0a50a9..4f35ab5 100644 --- a/public/package.json +++ b/public/package.json @@ -23,7 +23,7 @@ "@angular/router": "^18.2.4", "@sentry/angular-ivy": "^7.101.1", "@sentry/cli": "^2.28.6", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "ngx-toastr": "^18.0.0", "rxjs": "~7.8.1", "tslib": "^2.6.2",