diff --git a/package.json b/package.json index fefef14bc4a..a3608995e0b 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,6 @@ "@testing-library/user-event": "^12.1.3", "@types/angular": "1.6.56", "@types/angular-route": "1.7.0", - "@types/braintree__sanitize-url": "4.0.0", "@types/classnames": "2.2.9", "@types/clipboard": "2.0.1", "@types/common-tags": "^1.8.0", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 0991066368d..bae9184dbd2 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -22,7 +22,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@braintree/sanitize-url": "5.0.1", + "@braintree/sanitize-url": "5.0.2", "@types/d3-interpolate": "^1.3.1", "date-fns": "^2.21.3", "eventemitter3": "4.0.7", @@ -36,7 +36,7 @@ "@rollup/plugin-commonjs": "16.0.0", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "10.0.0", - "@types/braintree__sanitize-url": "4.0.0", + "@types/braintree__sanitize-url": "4.1.0", "@types/jest": "26.0.15", "@types/jquery": "3.3.38", "@types/lodash": "4.14.123", diff --git a/yarn.lock b/yarn.lock index d51f3d54110..ee984e0eb27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1082,10 +1082,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@braintree/sanitize-url@5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-5.0.1.tgz#3c76855aea4a71904a35c92f433462c775583452" - integrity sha512-KzIC8q/UsT8g6bwRAQ0NbOCNxRoGbPKtqGBUtDaN8WN80xqsbHFs8z+Eq0fR0W1wcrcTB5oKNACsrbkK4X+FWA== +"@braintree/sanitize-url@*", "@braintree/sanitize-url@5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-5.0.2.tgz#b23080fa35520e993a8a37a0f5bca26aa4650a48" + integrity sha512-NBEJlHWrhQucLhZGHtSxM2loSaNUMajC7KOYJLyfcdW/6goVoff2HoYI3bz8YCDN0wKGbxtUL0gx2dvHpvnWlw== "@cnakazawa/watch@^1.0.3": version "1.0.3" @@ -3854,10 +3854,12 @@ resolved "https://registry.yarnpkg.com/@types/braces/-/braces-3.0.0.tgz#7da1c0d44ff1c7eb660a36ec078ea61ba7eb42cb" integrity sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw== -"@types/braintree__sanitize-url@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/braintree__sanitize-url/-/braintree__sanitize-url-4.0.0.tgz#0e8a834501f8c375d4b3fb8dcf9398a08ebe068d" - integrity sha512-69eGJ8808/WfTJGsvMi1pxQ9UG5Z+llD1x9ash5QX+qvxElDD+eYNAn19cTEVTq6WwUqrqlaTWVCKaTRFTuGmA== +"@types/braintree__sanitize-url@4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@types/braintree__sanitize-url/-/braintree__sanitize-url-4.1.0.tgz#02129c2d161cffb6effc6598b29477cba59ff1f4" + integrity sha512-KxodiARPAuiuWJCSCLNaxWIfP0Ab1dv6wc8tdpk5C7wiBhOgWEtWbNuwimNi20fefWEpzU05oAW8Zj8DNlHcBA== + dependencies: + "@braintree/sanitize-url" "*" "@types/cheerio@*": version "0.22.13"