From 726aa607607bdf9db6a9d24e28866b806f9f0fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:37:36 +0000 Subject: [PATCH] Bump date-fns from 2.30.0 to 3.2.0 in /GraphRNSample 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] --- GraphRNSample/package-lock.json | 27 +++++++++------------------ GraphRNSample/package.json | 2 +- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/GraphRNSample/package-lock.json b/GraphRNSample/package-lock.json index d490c96..3b22b81 100644 --- a/GraphRNSample/package-lock.json +++ b/GraphRNSample/package-lock.json @@ -14,7 +14,7 @@ "@react-navigation/drawer": "^6.6.2", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.20", - "date-fns": "^2.30.0", + "date-fns": "^3.2.0", "date-fns-tz": "^2.0.0", "react": "18.2.0", "react-native": "0.71.7", @@ -6766,18 +6766,12 @@ "dev": true }, "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": { @@ -20678,12 +20672,9 @@ "dev": true }, "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==", - "requires": { - "@babel/runtime": "^7.21.0" - } + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", + "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==" }, "date-fns-tz": { "version": "2.0.0", diff --git a/GraphRNSample/package.json b/GraphRNSample/package.json index 2a7d2b0..b461bb4 100644 --- a/GraphRNSample/package.json +++ b/GraphRNSample/package.json @@ -16,7 +16,7 @@ "@react-navigation/drawer": "^6.6.2", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.20", - "date-fns": "^2.30.0", + "date-fns": "^3.2.0", "date-fns-tz": "^2.0.0", "react": "18.2.0", "react-native": "0.71.7",