chore(deps): update dependency normalize-url to 4.5.1 [security]

This commit is contained in:
Renovate Bot 2021-06-09 09:16:15 +00:00
parent f3f0811aec
commit 7a7a618c53
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

22
package-lock.json generated
View File

@ -9634,12 +9634,6 @@
"remove-trailing-separator": "^1.0.1"
}
},
"normalize-url": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
"integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
"dev": true
},
"now-and-later": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
@ -10604,15 +10598,23 @@
}
},
"parse-url": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz",
"integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.3.tgz",
"integrity": "sha512-nrLCVMJpqo12X8uUJT4GJPd5AFaTOrGx/QpJy3HNcVtq0AZSstVIsnxS5fqNPuoqMUs3MyfBoOP6Zvu2Arok5A==",
"dev": true,
"requires": {
"is-ssh": "^1.3.0",
"normalize-url": "^3.3.0",
"normalize-url": "^6.0.1",
"parse-path": "^4.0.0",
"protocols": "^1.4.0"
},
"dependencies": {
"normalize-url": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz",
"integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ==",
"dev": true
}
}
},
"pascalcase": {