diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 7dbae7b0..f71bbdf4 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -14,7 +14,7 @@ "@patternfly/react-styles": "6.0.0-alpha.35", "@patternfly/react-table": "6.0.0-alpha.101", "classnames": "^2.2.6", - "dompurify": "^2.2.6", + "dompurify": "^3.1.6", "lodash-es": "^4.17.15", "npm-run-all": "^4.1.5", "react": "^18", @@ -33,7 +33,7 @@ "@testing-library/react": "^16.0.0", "@testing-library/user-event": "14.5.2", "@types/classnames": "^2.3.1", - "@types/dompurify": "^2.2.6", + "@types/dompurify": "^3.0.5", "@types/jest": "^29.5.12", "@types/lodash-es": "^4.17.8", "@types/react-router-dom": "^5.3.3", @@ -4136,11 +4136,10 @@ } }, "node_modules/@types/dompurify": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-2.4.0.tgz", - "integrity": "sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz", + "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==", "dev": true, - "license": "MIT", "dependencies": { "@types/trusted-types": "*" } @@ -8388,10 +8387,9 @@ } }, "node_modules/dompurify": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", - "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", - "license": "(MPL-2.0 OR Apache-2.0)" + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", + "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" }, "node_modules/domutils": { "version": "2.8.0", diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index ce958388..b0984b83 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -43,7 +43,7 @@ "@types/jest": "^29.5.12", "@types/react-router-dom": "^5.3.3", "@types/classnames": "^2.3.1", - "@types/dompurify": "^2.2.6", + "@types/dompurify": "^3.0.5", "@types/showdown": "^2.0.3", "@types/lodash-es": "^4.17.8", "chai-subset": "^1.6.0", @@ -99,7 +99,7 @@ "react": "^18", "react-dom": "^18", "sass": "^1.78.0", - "dompurify": "^2.2.6", + "dompurify": "^3.1.6", "showdown": "^2.1.0", "classnames": "^2.2.6" },