From 3fbf2948034f0e8f2906f8de5732deb6ca4882fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:48:52 +0000 Subject: [PATCH] Bump date-fns and date-fns-tz in /graph-sample Bumps [date-fns](https://github.com/date-fns/date-fns) and [date-fns-tz](https://github.com/marnusw/date-fns-tz). These dependencies needed to be updated together. Updates `date-fns` from 2.30.0 to 3.6.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.6.0) Updates `date-fns-tz` from 2.0.1 to 3.0.1 - [Release notes](https://github.com/marnusw/date-fns-tz/releases) - [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md) - [Commits](https://github.com/marnusw/date-fns-tz/compare/v2.0.1...v3.0.1) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major - dependency-name: date-fns-tz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- graph-sample/package-lock.json | 36 ++++++++++++++++++---------------- graph-sample/package.json | 4 ++-- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/graph-sample/package-lock.json b/graph-sample/package-lock.json index 20bee9e..083f851 100644 --- a/graph-sample/package-lock.json +++ b/graph-sample/package-lock.json @@ -12,8 +12,8 @@ "@microsoft/microsoft-graph-client": "^3.0.7", "connect-flash": "^0.1.1", "cookie-parser": "~1.4.4", - "date-fns": "^2.30.0", - "date-fns-tz": "^2.0.1", + "date-fns": "^3.6.0", + "date-fns-tz": "^3.0.1", "debug": "^4.3.4", "dotenv": "^16.4.5", "express": "^4.19.2", @@ -539,26 +539,23 @@ } }, "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.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/date-fns-tz": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-2.0.1.tgz", - "integrity": "sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-3.0.1.tgz", + "integrity": "sha512-LGKFMKEllm9tCirgYhha3rqfw5nstTULXnKKCk2qO/qju1rfxpUI9IXzmpOd5w727TtrfenAVafql0B/vs6aQQ==", + "dependencies": { + "lodash.clonedeep": "^4.5.0" + }, "peerDependencies": { - "date-fns": "2.x" + "date-fns": "^3.0.0" } }, "node_modules/debug": { @@ -1652,6 +1649,11 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, + "node_modules/lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" + }, "node_modules/lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", diff --git a/graph-sample/package.json b/graph-sample/package.json index 356785b..afa4aaa 100644 --- a/graph-sample/package.json +++ b/graph-sample/package.json @@ -12,8 +12,8 @@ "@microsoft/microsoft-graph-client": "^3.0.7", "connect-flash": "^0.1.1", "cookie-parser": "~1.4.4", - "date-fns": "^2.30.0", - "date-fns-tz": "^2.0.1", + "date-fns": "^3.6.0", + "date-fns-tz": "^3.0.1", "debug": "^4.3.4", "dotenv": "^16.4.5", "express": "^4.19.2",