Skip to content

Commit 12697c9

Browse files
author
Shannon Anahata
committed
fix(deps): resolve Dependabot security alerts
Bump direct dependencies: - dompurify: 3.3.2 -> 3.4.0 (8 medium alerts: #291-#298) - js-cookie: ^3.0.5 -> ^3.0.7 (1 high alert: #325) Update pnpm overrides for transitive dependencies: - dompurify: 3.3.2 -> 3.4.0 (force transitive consumers to patched version) - fast-xml-parser: ^5.5.7 -> ^5.7.0 (1 high: #303, 1 medium: #300) - postcss: add ^8.5.10 override (1 medium: #301, next.js bundles 8.4.31) - uuid: add ^11.1.1 override (1 medium: #324, no 9.x/8.x patch exists) Lockfile updates via pnpm update: - vite: 7.3.1 -> 7.3.5 (2 high: #287-#288, 1 medium: #289) - picomatch: 2.3.1 -> 2.3.2, 4.0.3 -> 4.0.4 (2 high: #279-#280, 2 medium: #281-#282) - brace-expansion: 2.0.2 -> 2.1.1 (1 medium: #284) - yaml: 1.10.2 -> 1.10.3, 2.8.2 -> 2.9.0 (2 medium: #277-#278) Cleanup: - Remove @types/dompurify from devDependencies and overrides (dompurify 3.x ships its own types; @types/dompurify is deprecated)
1 parent f3287ce commit 12697c9

2 files changed

Lines changed: 147 additions & 167 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/mdx": "^2.0.9",
6868
"algoliasearch": "^4.23.3",
6969
"classnames": "^2.5.1",
70-
"dompurify": "3.3.2",
70+
"dompurify": "3.4.0",
7171
"esbuild": "^0.25.0",
7272
"framer-motion": "^10.12.16",
7373
"github-slugger": "^2.0.0",
@@ -78,7 +78,7 @@
7878
"hast-util-to-string": "^3.0.1",
7979
"hastscript": "^8.0.0",
8080
"image-size": "^1.2.1",
81-
"js-cookie": "^3.0.5",
81+
"js-cookie": "^3.0.7",
8282
"js-yaml": "^4.1.0",
8383
"match-sorter": "^6.3.4",
8484
"mdast-util-from-markdown": "^2.0.2",
@@ -136,7 +136,6 @@
136136
"@spotlightjs/spotlight": "^2.5.0",
137137
"@tailwindcss/forms": "^0.5.7",
138138
"@tailwindcss/typography": "^0.5.10",
139-
"@types/dompurify": "3.0.5",
140139
"@types/hast": "^3.0.4",
141140
"@types/mdast": "^4.0.4",
142141
"@types/node": "^22",
@@ -171,15 +170,16 @@
171170
},
172171
"pnpm": {
173172
"overrides": {
174-
"dompurify": "3.3.2",
175-
"@types/dompurify": "3.0.5",
173+
"dompurify": "3.4.0",
176174
"@types/node": "^22",
177175
"immutable": "^5.1.5",
178176
"flatted": "^3.4.2",
179177
"rollup": "^4.59.0",
180-
"fast-xml-parser": "^5.5.7",
178+
"fast-xml-parser": "^5.7.0",
181179
"undici": "^6.24.0",
182-
"minimatch": "^9.0.0"
180+
"minimatch": "^9.0.0",
181+
"postcss": "^8.5.10",
182+
"uuid": "^11.1.1"
183183
},
184184
"onlyBuiltDependencies": [
185185
"@parcel/watcher",

0 commit comments

Comments
 (0)