housekeeping(deps): @braintree/sanitize-url v5 (#6446)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-09-30 16:38:34 -07:00
committed by GitHub
parent e49ea35f57
commit aee8cc5a17
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2566,9 +2566,9 @@
"dev": true
},
"@braintree/sanitize-url": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-4.0.0.tgz",
"integrity": "sha512-bOoFoTxuEUuri/v1q0OXN0HIrZ2EiZlRSKdveU8vS5xf2+g0TmpXhmxkTc1s+XWR5xZNoVU4uvf/Mher98tfLw=="
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-5.0.0.tgz",
"integrity": "sha512-WmKrB/575EJCzbeSJR3YQ5sET5FaizeljLRw1382qVUeGqzuWBgIS+AF5a0FO51uQTrDpoRgvuHC2IWVsgwkkA=="
},
"@cnakazawa/watch": {
"version": "1.0.4",

View File

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