From 8e717fc955b39dce7dbe67d60771e46db424ea63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:32:22 +0000 Subject: [PATCH] Bump date-fns from 2.30.0 to 3.2.0 in /graph-sample Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.2.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.2.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- graph-sample/package-lock.json | 18 ++++++------------ graph-sample/package.json | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) 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",