Skip to content

Commit

Permalink
fix js audit
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 24, 2024
1 parent 503e26c commit eea3989
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
"ts:check": "pnpm run -r ts:check"
},
"devDependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"packageManager": "[email protected]",
"pnpm": {
"auditConfig": {
"ignoreCves": [
"CVE-2024-4067"
]
"overrides": {
"micromatch@<4.0.8": ">=4.0.8"
}
}
}
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion tooling/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"eslint-plugin-security": "3.0.1",
"fast-glob": "3.3.2",
"globals": "^15.4.0",
"prettier": "3.3.3",
"rollup": "4.21.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
Expand Down

0 comments on commit eea3989

Please sign in to comment.