Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Dec 11, 2024
1 parent 4d6dc09 commit 911ccf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"micromatch: https://github.com/advisories/GHSA-952p-6rrq-rcjv",
"vite-plugin-eslint>rollup: https://github.com/advisories/GHSA-gcx4-mw62-g8wm",
"cross-spawn: https://github.com/advisories/GHSA-3xgq-45jj-v275",
"nanoid: https://github.com/advisories/GHSA-mwcw-c2x4-8c55",
"",
"ignored cves",
"============",
Expand All @@ -58,7 +59,8 @@
"fast-loops@<1.1.4": ">=1.1.4",
"micromatch@<4.0.8": ">=4.0.8",
"vite-plugin-eslint>rollup": ">=3.29.5",
"cross-spawn@<7.0.5": ">=7.0.5"
"cross-spawn@<7.0.5": ">=7.0.5",
"nanoid@<3.3.8": "^3.3.8"
},
"auditConfig": {
"ignoreCves": []
Expand Down
9 changes: 5 additions & 4 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 911ccf6

Please sign in to comment.