diff --git a/ghost/core/package.json b/ghost/core/package.json index 087b83a02c0..505f8ab3e36 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -144,7 +144,7 @@ "csso": "5.0.5", "csv-writer": "1.6.0", "date-fns": "2.30.0", - "dompurify": "3.3.0", + "dompurify": "3.3.2", "downsize": "0.0.8", "entities": "4.5.0", "express": "4.21.2", diff --git a/yarn.lock b/yarn.lock index 3f0dc848051..b9da4754e77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8891,9 +8891,9 @@ postcss-preset-env "^7.3.1" "@tryghost/errors@1.3.6", "@tryghost/errors@1.3.8", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3", "@tryghost/errors@^1.3.7", "@tryghost/errors@^1.3.8", "@tryghost/errors@^1.3.9": - version "1.3.8" - resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.8.tgz#d4212b52e876360b4fa8e303ae13ef86f3e95846" - integrity sha512-2+4ExAAWM0rFWC7FlzxQMzIvIEQKt/vQLxLyqJqCmAcJa4i2uqUPJHqd/X5BBRuSTuftgca7EAo7adESbHEkZw== + version "1.3.13" + resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.13.tgz#e604160bd5a4b26b6c30cdc82dad22d9ce892dce" + integrity sha512-sXFcuU8Nn3mDcVrLBLFThQZImn+T2w7v/jJGJzdFnSKJstqxd1LyTRlMjpCpgCnqAgHFCaP+uFg7x4CX64VBJQ== dependencies: "@stdlib/utils-copy" "^0.2.0" uuid "^9.0.0" @@ -16442,13 +16442,6 @@ domhandler@^5.0.1, domhandler@^5.0.2, domhandler@^5.0.3: dependencies: domelementtype "^2.3.0" -dompurify@3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.0.tgz#aaaadbb83d87e1c2fbb066452416359e5b62ec97" - integrity sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ== - optionalDependencies: - "@types/trusted-types" "^2.0.7" - dompurify@3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.1.tgz#c7e1ddebfe3301eacd6c0c12a4af284936dbbb86" @@ -16456,6 +16449,13 @@ dompurify@3.3.1: optionalDependencies: "@types/trusted-types" "^2.0.7" +dompurify@3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.2.tgz#58c515d0f8508b8749452a028aa589ad80b36325" + integrity sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ== + optionalDependencies: + "@types/trusted-types" "^2.0.7" + domutils@1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"