diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a342fa0e21a..6415199ea45 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "@blocknote/core": "^0.44.2", "@blocknote/mantine": "^0.44.2", "@blocknote/react": "^0.44.2", - "@braintree/sanitize-url": "^7.1.1", + "@braintree/sanitize-url": "^7.1.2", "@datorama/akita": "^8.0.1", "@floating-ui/dom": "^1.2.1", "@fullcalendar/angular": "^6.1.20", @@ -3300,10 +3300,9 @@ "license": "MIT" }, "node_modules/@braintree/sanitize-url": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz", - "integrity": "sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==", - "license": "MIT" + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.2.tgz", + "integrity": "sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==" }, "node_modules/@bramus/specificity": { "version": "2.4.2", @@ -26103,9 +26102,9 @@ } }, "@braintree/sanitize-url": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz", - "integrity": "sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==" + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.2.tgz", + "integrity": "sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==" }, "@bramus/specificity": { "version": "2.4.2", diff --git a/frontend/package.json b/frontend/package.json index 86ed860c2ca..ac0beb8447e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -74,7 +74,7 @@ "@blocknote/core": "^0.44.2", "@blocknote/mantine": "^0.44.2", "@blocknote/react": "^0.44.2", - "@braintree/sanitize-url": "^7.1.1", + "@braintree/sanitize-url": "^7.1.2", "@datorama/akita": "^8.0.1", "@floating-ui/dom": "^1.2.1", "@fullcalendar/angular": "^6.1.20",