From 613cd481e8a0c043d5742ef4ac5a3872dc48321d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:56:51 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a0b4726..694d1775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 1638a29b..dfdd54a5 100644 --- a/package.json +++ b/package.json @@ -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",