From 45948a54b97aed057c6f1bc883e2aeef29da9e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:30:23 +0100 Subject: [PATCH] chore(deps): bump @braintree/sanitize-url from 6.0.4 to 7.0.0 (#9450) Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) from 6.0.4 to 7.0.0. - [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md) - [Commits](https://github.com/braintree/sanitize-url/compare/v6.0.4...v7.0.0) --- updated-dependencies: - dependency-name: "@braintree/sanitize-url" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a776d1c..58ad053f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime-corejs3": "^7.23.5", - "@braintree/sanitize-url": "=6.0.4", + "@braintree/sanitize-url": "=7.0.0", "base64-js": "^1.5.1", "classnames": "^2.3.1", "css.escape": "1.5.1", @@ -2105,9 +2105,9 @@ "dev": true }, "node_modules/@braintree/sanitize-url": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz", - "integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.0.0.tgz", + "integrity": "sha512-GMu2OJiTd1HSe74bbJYQnVvELANpYiGFZELyyTM1CR0sdv5ReQAcJ/c/8pIrPab3lO11+D+EpuGLUxqz+y832g==" }, "node_modules/@cfaester/enzyme-adapter-react-18": { "version": "0.7.1", diff --git a/package.json b/package.json index 89d68350..a0ce7218 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "@babel/runtime-corejs3": "^7.23.5", - "@braintree/sanitize-url": "=6.0.4", + "@braintree/sanitize-url": "=7.0.0", "base64-js": "^1.5.1", "classnames": "^2.3.1", "css.escape": "1.5.1",