diff --git a/package-lock.json b/package-lock.json index 1da8e767..2a5c57e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@testing-library/react": "15.0.6", "@testing-library/user-event": "^14.5.2", "@types/css-modules": "^1.0.5", - "@types/dompurify": "^3.0.5", + "@types/dompurify": "^3.2.0", "@types/draft-js": "^0.11.18", "@types/jest": "29.5.14", "@types/lodash-es": "^4.17.12", @@ -76,7 +76,7 @@ "@vitejs/plugin-react": "^4.3.4", "chromatic": "^11.25.2", "cross-env": "^7.0.3", - "dompurify": "^3.0.9", + "dompurify": "^3.3.0", "eslint": "8.48.0", "eslint-config-next": "^13.4.6", "eslint-config-prettier": "9.1.0", @@ -8446,13 +8446,14 @@ "license": "MIT" }, "node_modules/@types/dompurify": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz", - "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.2.0.tgz", + "integrity": "sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg==", + "deprecated": "This is a stub types definition. dompurify provides its own type definitions, so you do not need this installed.", "dev": true, "license": "MIT", "dependencies": { - "@types/trusted-types": "*" + "dompurify": "*" } }, "node_modules/@types/draft-js": { @@ -12147,9 +12148,9 @@ } }, "node_modules/dompurify": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz", - "integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz", + "integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==", "dev": true, "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { diff --git a/package.json b/package.json index 54f32011..1e88b4f5 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@testing-library/react": "15.0.6", "@testing-library/user-event": "^14.5.2", "@types/css-modules": "^1.0.5", - "@types/dompurify": "^3.0.5", + "@types/dompurify": "^3.2.0", "@types/draft-js": "^0.11.18", "@types/jest": "29.5.14", "@types/lodash-es": "^4.17.12", @@ -113,7 +113,7 @@ "@vitejs/plugin-react": "^4.3.4", "chromatic": "^11.25.2", "cross-env": "^7.0.3", - "dompurify": "^3.0.9", + "dompurify": "^3.3.0", "eslint": "8.48.0", "eslint-config-next": "^13.4.6", "eslint-config-prettier": "9.1.0",