aboutsummaryrefslogtreecommitdiffstats
path: root/webui
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-06 21:14:52 +0000
committerGitHub <noreply@github.com>2021-05-06 21:14:52 +0000
commit8740c0e3ebc45bd6668b71739bbd76b2ee4375cf (patch)
treeafe324fcb29a53bd16ebebb88acaa2c7c24897c5 /webui
parentbdb832639d9d3ddf2f7e817252eaef48c9d59d4e (diff)
downloadgit-bug-8740c0e3ebc45bd6668b71739bbd76b2ee4375cf.tar.gz
Bump url-parse from 1.4.7 to 1.5.1 in /webui
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'webui')
-rw-r--r--webui/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/webui/package-lock.json b/webui/package-lock.json
index b3b2a490..4ac30ed0 100644
--- a/webui/package-lock.json
+++ b/webui/package-lock.json
@@ -21989,9 +21989,9 @@
}
},
"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.1",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz",
+ "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==",
"requires": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"