diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-11 07:23:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 07:23:54 +0000 |
commit | 8cd1f023da94d0f452ebdfa2c4c251d53b1a913f (patch) | |
tree | 2fb5700c0257553e23dacfd709573c61cab85a53 /package-lock.json | |
parent | 0ef3834b6cca27148f1dfe6400f5cb39c0b3a5b1 (diff) | |
parent | 87a8b9a2fd5f15263d0757bf1ed14e3abffb9c4d (diff) | |
download | nextcloud-server-8cd1f023da94d0f452ebdfa2c4c251d53b1a913f.tar.gz nextcloud-server-8cd1f023da94d0f452ebdfa2c4c251d53b1a913f.zip |
Merge pull request #26911 from nextcloud/dependabot/npm_and_yarn/stable21/url-parse-1.5.1
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 8a498c20b34..6b0860468f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10397,9 +10397,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" |