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

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-10 13:29:46 +00:00
committed by Vladimir Gorej
parent f22730dc1f
commit 79214e064f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"serialize-error": "^8.1.0",
"sha.js": "^2.4.11",
"swagger-client": "^3.16.1",
"url-parse": "^1.5.1",
"url-parse": "^1.5.2",
"xml-but-prettier": "^1.0.1",
"zenscroll": "^4.0.2"
},
@@ -31814,9 +31814,9 @@
}
},
"node_modules/url-parse": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz",
"integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.2.tgz",
"integrity": "sha512-6bTUPERy1muxxYClbzoRo5qtQuyoGEbzbQvi0SW4/8U8UyVkAQhWFBlnigqJkRm4su4x1zDQfNbEzWkt+vchcg==",
"dependencies": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
@@ -59026,9 +59026,9 @@
}
},
"url-parse": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz",
"integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.2.tgz",
"integrity": "sha512-6bTUPERy1muxxYClbzoRo5qtQuyoGEbzbQvi0SW4/8U8UyVkAQhWFBlnigqJkRm4su4x1zDQfNbEzWkt+vchcg==",
"requires": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"

View File

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