Skip to content

Commit 84e3d43

Browse files
authored
Bumped dompurify to 3.4.1 across ghost/core, activitypub, portal (TryGhost#27587)
## Summary Bumps `dompurify` from a vulnerable `3.3.x` release to `3.4.1` (current latest) in the three workspaces that depend on it directly: - `ghost/core`: `3.3.0` → `3.4.1` - `apps/activitypub`: `3.3.1` → `3.4.1` - `apps/portal`: `3.3.1` → `3.4.1` Patch and minor versions within the dompurify 3.x line are backward-compatible; the `sanitize()` API and option shape are unchanged.
1 parent b98d0fd commit 84e3d43

4 files changed

Lines changed: 15 additions & 22 deletions

File tree

apps/activitypub/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/activitypub",
3-
"version": "3.1.13",
3+
"version": "3.1.14",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -82,7 +82,7 @@
8282
"@tryghost/admin-x-framework": "workspace:*",
8383
"@tryghost/shade": "workspace:*",
8484
"clsx": "2.1.1",
85-
"dompurify": "3.3.1",
85+
"dompurify": "3.4.1",
8686
"html2canvas-objectfit-fix": "1.2.0",
8787
"react": "18.3.1",
8888
"react-dom": "18.3.1",

apps/portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/portal",
3-
"version": "2.68.18",
3+
"version": "2.68.19",
44
"license": "MIT",
55
"repository": "https://github.com/TryGhost/Ghost",
66
"author": "Ghost Foundation",
@@ -121,7 +121,7 @@
121121
"@vitest/ui": "3.2.4",
122122
"concurrently": "8.2.2",
123123
"cross-fetch": "4.1.0",
124-
"dompurify": "3.3.1",
124+
"dompurify": "3.4.1",
125125
"eslint": "catalog:",
126126
"eslint-plugin-i18next": "6.1.3",
127127
"jsdom": "28.1.0",

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"csso": "5.0.5",
166166
"csv-writer": "1.6.0",
167167
"date-fns": "2.30.0",
168-
"dompurify": "3.3.0",
168+
"dompurify": "3.4.1",
169169
"downsize": "0.0.8",
170170
"entities": "4.5.0",
171171
"express": "4.21.2",

pnpm-lock.yaml

Lines changed: 10 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)