Skip to content

Commit

Permalink
chore: fix npm audit vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
boblat committed Nov 20, 2024
1 parent 334848f commit 0c66e7c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .nsprc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
{
"1100467": {
"active": true,
"notes": "Waiting for https://github.com/npm/cli/issues/7902 to be resolved",
"expiry": "2024-12-31"
}
}
19 changes: 10 additions & 9 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"better-npm-audit": "3.11.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"copyfiles": "2.4.1",
"cross-spawn": "^7.0.6",
"eslint": "9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
5 changes: 5 additions & 0 deletions packages/algo-ts/.nsprc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
{
"1100467": {
"active": true,
"notes": "Waiting for https://github.com/npm/cli/issues/7902 to be resolved",
"expiry": "2024-12-31"
}
}
19 changes: 10 additions & 9 deletions packages/algo-ts/package-lock.json

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

3 changes: 2 additions & 1 deletion packages/algo-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"rollup": "4.22.4",
"tsx": "4.19.1",
"typescript": "^5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.1",
"cross-spawn": "^7.0.6"
},
"overrides": {
"micromatch": "4.0.8"
Expand Down

0 comments on commit 0c66e7c

Please sign in to comment.