chore(deps): bump @braintree/sanitize-url from 5.0.0 to 5.0.1

Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/braintree/sanitize-url/releases)
- [Changelog](https://github.com/braintree/sanitize-url/blob/master/CHANGELOG.md)
- [Commits](https://github.com/braintree/sanitize-url/compare/v5.0.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-30 09:56:51 +00:00
committed by GitHub
parent edd173eab0
commit 613cd481e8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4230,9 +4230,9 @@
"dev": true
},
"@braintree/sanitize-url": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-5.0.0.tgz",
"integrity": "sha512-WmKrB/575EJCzbeSJR3YQ5sET5FaizeljLRw1382qVUeGqzuWBgIS+AF5a0FO51uQTrDpoRgvuHC2IWVsgwkkA=="
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-5.0.1.tgz",
"integrity": "sha512-KzIC8q/UsT8g6bwRAQ0NbOCNxRoGbPKtqGBUtDaN8WN80xqsbHFs8z+Eq0fR0W1wcrcTB5oKNACsrbkK4X+FWA=="
},
"@cnakazawa/watch": {
"version": "1.0.4",

View File

@@ -59,7 +59,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.14.0",
"@braintree/sanitize-url": "^5.0.0",
"@braintree/sanitize-url": "^5.0.1",
"@kyleshockey/object-assign-deep": "^0.4.2",
"@kyleshockey/xml": "^1.0.2",
"base64-js": "^1.5.1",