diff --git a/package-lock.json b/package-lock.json index 2635ca22197..dc2735c4e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime-corejs3": "^7.24.0", - "@braintree/sanitize-url": "=7.0.0", + "@braintree/sanitize-url": "=7.0.1", "base64-js": "^1.5.1", "classnames": "^2.5.1", "css.escape": "1.5.1", @@ -2144,9 +2144,9 @@ "dev": true }, "node_modules/@braintree/sanitize-url": { - "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==" + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.0.1.tgz", + "integrity": "sha512-URg8UM6lfC9ZYqFipItRSxYJdgpU5d2Z4KnjsJ+rj6tgAmGme7E+PQNCiud8g0HDaZKMovu2qjfa0f5Ge0Vlsg==" }, "node_modules/@cfaester/enzyme-adapter-react-18": { "version": "0.7.1", diff --git a/package.json b/package.json index 4fd61825153..45872ffc887 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "dependencies": { "@babel/runtime-corejs3": "^7.24.0", - "@braintree/sanitize-url": "=7.0.0", + "@braintree/sanitize-url": "=7.0.1", "base64-js": "^1.5.1", "classnames": "^2.5.1", "css.escape": "1.5.1",