Skip to content

Commit

Permalink
fix(security): Resolve insecure indirect deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Nov 18, 2024
1 parent b9b43f5 commit 52a04fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"turbo": "^2.3.0",
"vitest": "^2.1.5"
},
"resolutions": {
"@eslint/plugin-kit": "^0.2.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-plugin-figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@
},
"peerDependencies": {
"eslint": ">=9.0.0"
},
"resolutions": {
"@eslint/plugin-kit": "^0.2.3"
}
}
13 changes: 8 additions & 5 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 52a04fc

Please sign in to comment.