diff --git a/graph-sample/package-lock.json b/graph-sample/package-lock.json index 3827006..cfa890a 100644 --- a/graph-sample/package-lock.json +++ b/graph-sample/package-lock.json @@ -12,7 +12,7 @@ "@microsoft/microsoft-graph-client": "^3.0.7", "connect-flash": "^0.1.1", "cookie-parser": "~1.4.4", - "date-fns": "^2.30.0", + "date-fns": "^3.2.0", "date-fns-tz": "^2.0.0", "debug": "^4.3.4", "dotenv": "^16.3.1", @@ -533,18 +533,12 @@ } }, "node_modules/date-fns": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, + "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": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/date-fns-tz": { diff --git a/graph-sample/package.json b/graph-sample/package.json index a4da17b..443f9e1 100644 --- a/graph-sample/package.json +++ b/graph-sample/package.json @@ -12,7 +12,7 @@ "@microsoft/microsoft-graph-client": "^3.0.7", "connect-flash": "^0.1.1", "cookie-parser": "~1.4.4", - "date-fns": "^2.30.0", + "date-fns": "^3.2.0", "date-fns-tz": "^2.0.0", "debug": "^4.3.4", "dotenv": "^16.3.1",