diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c3be1fb..708f96f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "@lexical/selection": "^0.17.0", "@lexical/utils": "^0.17.0", "@types/dompurify": "^3.0.5", - "dompurify": "^3.0.5", + "dompurify": "^3.3.2", "googleapis": "^159.0.0", "lexical": "^0.17.0", "next": "^14.0.0", @@ -2285,10 +2285,13 @@ } }, "node_modules/dompurify": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz", - "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", + "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", "license": "(MPL-2.0 OR Apache-2.0)", + "engines": { + "node": ">=20" + }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/frontend/package.json b/frontend/package.json index 4ab4b8f..b39ddbb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "@lexical/selection": "^0.17.0", "@lexical/utils": "^0.17.0", "@types/dompurify": "^3.0.5", - "dompurify": "^3.0.5", + "dompurify": "^3.3.2", "googleapis": "^159.0.0", "lexical": "^0.17.0", "next": "^14.0.0",