From a5c7ae45f4075f69c82f1f1f1428bbca8813c7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:39:24 +0000 Subject: [PATCH] [dependency]: bump react-navigation from 4.4.4 to 5.0.0 in /website Bumps [react-navigation](https://github.com/react-navigation/react-navigation) from 4.4.4 to 5.0.0. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Commits](https://github.com/react-navigation/react-navigation/commits) --- updated-dependencies: - dependency-name: react-navigation dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 162 ++------------------------------------ website/package.json | 2 +- 2 files changed, 9 insertions(+), 155 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index be19e7da..938a324b 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -33,7 +33,7 @@ "react-dom": "^17.0.2", "react-intersection-observer": "^9.5.3", "react-mount-animation": "0.0.11", - "react-navigation": "^4.4.4", + "react-navigation": "^5.0.0", "react-pageflip": "^2.0.3", "react-redux": "^8.0.5", "react-router-dom": "^6.20.0", @@ -5350,27 +5350,6 @@ "integrity": "sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==", "peer": true }, - "node_modules/@react-navigation/core": { - "version": "3.7.9", - "license": "MIT", - "dependencies": { - "hoist-non-react-statics": "^3.3.2", - "path-to-regexp": "^1.8.0", - "query-string": "^6.13.6", - "react-is": "^16.13.0" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@react-navigation/native": { - "version": "3.8.4", - "license": "MIT", - "dependencies": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.9" - } - }, "node_modules/@react-spring/animated": { "version": "9.2.3", "license": "MIT", @@ -12712,13 +12691,6 @@ "node": ">=8" } }, - "node_modules/filter-obj": { - "version": "1.1.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", @@ -14886,10 +14858,6 @@ "node": ">=8" } }, - "node_modules/isarray": { - "version": "0.0.1", - "license": "MIT" - }, "node_modules/isexe": { "version": "2.0.0", "license": "ISC" @@ -24469,13 +24437,6 @@ "version": "1.0.7", "license": "MIT" }, - "node_modules/path-to-regexp": { - "version": "1.8.0", - "license": "MIT", - "dependencies": { - "isarray": "0.0.1" - } - }, "node_modules/path-type": { "version": "4.0.0", "license": "MIT", @@ -27305,22 +27266,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/query-string": { - "version": "6.14.1", - "license": "MIT", - "dependencies": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/querystringify": { "version": "2.2.0", "license": "MIT" @@ -28375,21 +28320,6 @@ "integrity": "sha512-7F6bD7B8Xsn3JllxcwHhFcsl9aHIig47+3eN4IHFNqfLhZr++3ElDrcqfMzugM+niWbaMi7bJ0kAkAL8eCpdWg==", "peer": true }, - "node_modules/react-native-safe-area-view": { - "version": "0.14.9", - "license": "MIT", - "dependencies": { - "hoist-non-react-statics": "^2.3.1" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/react-native-safe-area-view/node_modules/hoist-non-react-statics": { - "version": "2.5.5", - "license": "BSD-3-Clause" - }, "node_modules/react-native/node_modules/@jest/environment": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.5.0.tgz", @@ -28653,16 +28583,10 @@ } }, "node_modules/react-navigation": { - "version": "4.4.4", - "license": "MIT", - "dependencies": { - "@react-navigation/core": "^3.7.9", - "@react-navigation/native": "^3.8.4" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-5.0.0.tgz", + "integrity": "sha512-ACTzjc4L1ik7rJ092ZhIELBJ/pnoLgRIqWHSKcYcaBASxyjJCgBEDIV5s585HBj55tw25YwNdlj3+d4B4MYWDg==", + "deprecated": "This package is no longer supported. Please use @react-navigation/native instead. See https://reactnavigation.org/docs/getting-started/ for usage guide" }, "node_modules/react-pageflip": { "version": "2.0.3", @@ -31199,13 +31123,6 @@ "specificity": "bin/specificity" } }, - "node_modules/split-on-first": { - "version": "1.1.0", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/split-string": { "version": "3.1.0", "license": "MIT", @@ -31340,13 +31257,6 @@ "node": ">= 0.4" } }, - "node_modules/strict-uri-encode": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/string_decoder": { "version": "1.3.0", "license": "MIT", @@ -38721,22 +38631,6 @@ "integrity": "sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==", "peer": true }, - "@react-navigation/core": { - "version": "3.7.9", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "path-to-regexp": "^1.8.0", - "query-string": "^6.13.6", - "react-is": "^16.13.0" - } - }, - "@react-navigation/native": { - "version": "3.8.4", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.9" - } - }, "@react-spring/animated": { "version": "9.2.3", "requires": { @@ -43541,9 +43435,6 @@ "to-regex-range": "^5.0.1" } }, - "filter-obj": { - "version": "1.1.0" - }, "finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", @@ -44837,9 +44728,6 @@ "is-docker": "^2.0.0" } }, - "isarray": { - "version": "0.0.1" - }, "isexe": { "version": "2.0.0" }, @@ -51199,12 +51087,6 @@ "path-parse": { "version": "1.0.7" }, - "path-to-regexp": { - "version": "1.8.0", - "requires": { - "isarray": "0.0.1" - } - }, "path-type": { "version": "4.0.0" }, @@ -52869,15 +52751,6 @@ "side-channel": "^1.0.4" } }, - "query-string": { - "version": "6.14.1", - "requires": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - } - }, "querystringify": { "version": "2.2.0" }, @@ -53792,23 +53665,10 @@ "integrity": "sha512-7F6bD7B8Xsn3JllxcwHhFcsl9aHIig47+3eN4IHFNqfLhZr++3ElDrcqfMzugM+niWbaMi7bJ0kAkAL8eCpdWg==", "peer": true }, - "react-native-safe-area-view": { - "version": "0.14.9", - "requires": { - "hoist-non-react-statics": "^2.3.1" - }, - "dependencies": { - "hoist-non-react-statics": { - "version": "2.5.5" - } - } - }, "react-navigation": { - "version": "4.4.4", - "requires": { - "@react-navigation/core": "^3.7.9", - "@react-navigation/native": "^3.8.4" - } + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-5.0.0.tgz", + "integrity": "sha512-ACTzjc4L1ik7rJ092ZhIELBJ/pnoLgRIqWHSKcYcaBASxyjJCgBEDIV5s585HBj55tw25YwNdlj3+d4B4MYWDg==" }, "react-pageflip": { "version": "2.0.3", @@ -55481,9 +55341,6 @@ "specificity": { "version": "0.4.1" }, - "split-on-first": { - "version": "1.1.0" - }, "split-string": { "version": "3.1.0", "requires": { @@ -55572,9 +55429,6 @@ "internal-slot": "^1.0.4" } }, - "strict-uri-encode": { - "version": "2.0.0" - }, "string_decoder": { "version": "1.3.0", "requires": { diff --git a/website/package.json b/website/package.json index 2867118f..a7596380 100644 --- a/website/package.json +++ b/website/package.json @@ -39,7 +39,7 @@ "react-dom": "^17.0.2", "react-intersection-observer": "^9.5.3", "react-mount-animation": "0.0.11", - "react-navigation": "^4.4.4", + "react-navigation": "^5.0.0", "react-pageflip": "^2.0.3", "react-redux": "^8.0.5", "react-router-dom": "^6.20.0",