From 02471527eaa61624cf3562afe6d4b8452a2cefb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 20:43:46 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.3 in /QuickSplitFrontEnd/QuickSplit Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- QuickSplitFrontEnd/QuickSplit/package-lock.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/QuickSplitFrontEnd/QuickSplit/package-lock.json b/QuickSplitFrontEnd/QuickSplit/package-lock.json index f499c73..f8cbb7c 100644 --- a/QuickSplitFrontEnd/QuickSplit/package-lock.json +++ b/QuickSplitFrontEnd/QuickSplit/package-lock.json @@ -1136,10 +1136,7 @@ }, "@react-native-community/async-storage": { "version": "github:react-native-community/react-native-async-storage#8112a33c0ab37e6f63f6c6591e6d6a39d83ff6cd", - "from": "github:react-native-community/react-native-async-storage", - "requires": { - "deep-assign": "^3.0.0" - } + "from": "github:react-native-community/react-native-async-storage" }, "@react-native-community/cli-debugger-ui": { "version": "3.0.0", @@ -7226,9 +7223,9 @@ "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" }, "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", - "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", + "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", "requires": { "querystringify": "^2.1.1", "requires-port": "^1.0.0"