Skip to content

Commit

Permalink
fix(audit): upgrade rollup (#1358)
Browse files Browse the repository at this point in the history
Addresses GHSA-gcx4-mw62-g8wm

Also address GHSA-9wv6-86v2-598j since we figured out how to apply this
fix correctly.
  • Loading branch information
tackley authored Sep 27, 2024
1 parent 0520c1c commit fe4cf9a
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 78 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,9 @@
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"dset@<3.1.4": ">=3.1.4"
},
"auditConfig": {
"ignoreGhsas": [
"GHSA-9wv6-86v2-598j"
]
"dset@<3.1.4": ">=3.1.4",
"path-to-regexp@>=0.2.0 <1.9.0": "^1.9.0",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
}
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
Expand Down
146 changes: 74 additions & 72 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 fe4cf9a

Please sign in to comment.