chore(deps): bump url-parse from 1.5.0 to 1.5.1

This commit is contained in:
dependabot[bot]
2021-02-19 00:22:37 -05:00
committed by GitHub
parent 89b8370cc5
commit dcf5364d8a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -30343,9 +30343,9 @@
}
},
"url-parse": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.0.tgz",
"integrity": "sha512-9iT6N4s93SMfzunOyDPe4vo4nLcSu1yq0IQK1gURmjm8tQNlM6loiuCRrKG1hHGXfB2EWd6H4cGi7tGdaygMFw==",
"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"

View File

@@ -92,7 +92,7 @@
"serialize-error": "^2.1.0",
"sha.js": "^2.4.11",
"swagger-client": "^3.13.1",
"url-parse": "^1.5.0",
"url-parse": "^1.5.1",
"xml-but-prettier": "^1.0.1",
"zenscroll": "^4.0.2"
},