From 6beb13b54b244466a80891192e8a1d4de0b2a94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:51:36 +0000 Subject: [PATCH] Bump date-fns from 2.30.0 to 3.1.0 in /graph-sample Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.1.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.1.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 4cd57a6..37ac88b 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.1.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.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.1.0.tgz", + "integrity": "sha512-ZO7yefXV/wCWzd3I9haCHmfzlfA3i1a2HHO7ZXjtJrRjXt8FULKJ2Vl8wji3XYF4dQ0ZJ/tokXDZeYlFvgms9Q==", "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 2caab8d..13b95a3 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.1.0", "date-fns-tz": "^2.0.0", "debug": "^4.3.4", "dotenv": "^16.3.1",