From c1d8f6d60136041a417aacbb7b0d2ded725e44f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 13:53:11 +0000 Subject: [PATCH] Bump url-parse from 1.4.6 to 1.5.1 in /8_todo-app-project Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.6 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.6...1.5.1) Signed-off-by: dependabot[bot] --- 8_todo-app-project/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/8_todo-app-project/package-lock.json b/8_todo-app-project/package-lock.json index 2ca65a6..fca94ab 100644 --- a/8_todo-app-project/package-lock.json +++ b/8_todo-app-project/package-lock.json @@ -11797,11 +11797,11 @@ } }, "url-parse": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.6.tgz", - "integrity": "sha512-/B8AD9iQ01seoXmXf9z/MjLZQIdOoYl/+gvsQF6+mpnxaTfG9P7srYaiqaDMyKkR36XMXfhqSHss5MyFAO8lew==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", + "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", "requires": { - "querystringify": "^2.0.0", + "querystringify": "^2.1.1", "requires-port": "^1.0.0" } },