Skip to content

Commit

Permalink
chore: bump jsdom to address word-wrap vulnerability (#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 committed Oct 5, 2023
1 parent 052d381 commit 4efec41
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 4efec41

Please sign in to comment.