Skip to content

Commit

Permalink
chore(*): fix package vulnerabilities (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
platschi authored Oct 16, 2023
1 parent 1d9ce5c commit 5864b35
Show file tree
Hide file tree
Showing 2 changed files with 1,987 additions and 860 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,16 @@
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"typescript": "5.1.6"
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"@adobe/css-tools@<4.3.1": ">=4.3.1",
"semver@<5.7.2": ">=5.7.2",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"get-func-name@<2.0.1": ">=2.0.1",
"zod@<=3.22.2": ">=3.22.3",
"postcss@<8.4.31": ">=8.4.31"
}
}
}
Loading

0 comments on commit 5864b35

Please sign in to comment.