diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index f835b421e..67ac00053 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -41,7 +41,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/dompurify": "^3.0.4", + "@types/dompurify": "^3.0.5", "@types/js-yaml": "^4.0.8", "@types/json2csv": "^5.0.3", "@types/lodash.throttle": "^4.1.8", @@ -3907,9 +3907,9 @@ } }, "node_modules/@types/dompurify": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.4.tgz", - "integrity": "sha512-1Jk8S/IRzNSbwQRbuGuLFHviwxQ8pX81ZEW3INY9432Cwb4VedkBYan8gSIXVLOLHBtimOmUTEYphjRVmo+30g==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz", + "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==", "dev": true, "dependencies": { "@types/trusted-types": "*" @@ -20666,9 +20666,9 @@ } }, "@types/dompurify": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.4.tgz", - "integrity": "sha512-1Jk8S/IRzNSbwQRbuGuLFHviwxQ8pX81ZEW3INY9432Cwb4VedkBYan8gSIXVLOLHBtimOmUTEYphjRVmo+30g==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz", + "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==", "dev": true, "requires": { "@types/trusted-types": "*" diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 7f137672b..21f26af15 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -29,7 +29,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/dompurify": "^3.0.4", + "@types/dompurify": "^3.0.5", "@types/js-yaml": "^4.0.8", "@types/json2csv": "^5.0.3", "@types/lodash.throttle": "^4.1.8",