diff --git a/package-lock.json b/package-lock.json index 3f2496a95ce..c6f38c6e07a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", "@babel/runtime": "^7.24.7", - "@braintree/sanitize-url": "^7.0.3", + "@braintree/sanitize-url": "^7.0.4", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.21", @@ -2652,9 +2652,9 @@ "dev": true }, "node_modules/@braintree/sanitize-url": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.0.3.tgz", - "integrity": "sha512-NFSRlcnXOS+VdopYWQyzlaFYRRqaf75bbqidO/c7PBakT+3C0Fm287hyZwvc11HVRSUj1QXl+rb4u1pemh57yA==" + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.0.4.tgz", + "integrity": "sha512-hPYRrKFoI+nuckPgDJfyYAkybFvheo4usS0Vw0HNAe+fmGBQA5Az37b/yStO284atBoqqdOUhKJ3d9Zw3PQkcQ==" }, "node_modules/@codingame/monaco-vscode-base-service-override": { "version": "5.2.0", diff --git a/package.json b/package.json index 67c13efba29..3fa4ffc321e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", "@babel/runtime": "^7.24.7", - "@braintree/sanitize-url": "^7.0.3", + "@braintree/sanitize-url": "^7.0.4", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.21",