housekeeping(deps): @braintree/sanitize-url v4 (#5694)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kyle shockey <kyle.shockey1@gmail.com>
This commit is contained in:
renovate[bot]
2020-03-08 20:35:26 -04:00
committed by GitHub
parent e98e7be4ec
commit 350c31d9ee
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1267,9 +1267,9 @@
}
},
"@braintree/sanitize-url": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz",
"integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg=="
"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=="
},
"@cypress/listr-verbose-renderer": {
"version": "0.4.1",

View File

@@ -49,7 +49,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "^7.5.5",
"@braintree/sanitize-url": "^3.0.0",
"@braintree/sanitize-url": "^4.0.0",
"@kyleshockey/object-assign-deep": "^0.4.2",
"@kyleshockey/xml": "^1.0.2",
"base64-js": "^1.2.0",