Skip to content

Commit

Permalink
chore: bump jsdom to address word-wrap vulnerability (sveltejs#9046)
Browse files Browse the repository at this point in the history
* chore: bump jsdom to address word-wrap vulnerability

* downgrade jsdom

* fix lockfile
  • Loading branch information
benmccann authored and kelvinsjk committed Oct 19, 2023
1 parent 8dc70f1 commit 542b88a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 76 deletions.
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"esbuild": "^0.18.11",
"eslint-plugin-lube": "^0.1.7",
"happy-dom": "^9.20.3",
"jsdom": "^21.1.2",
"jsdom": "22.0.0",
"kleur": "^4.1.5",
"rollup": "^3.26.2",
"source-map": "^0.7.4",
Expand Down
83 changes: 8 additions & 75 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 542b88a

Please sign in to comment.