Skip to content

Commit

Permalink
pnpm audit fixes (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Dec 10, 2023
1 parent 3b3d9cb commit b4fd0d8
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 157 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,16 @@
"rollup": "^3.20.2",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
"pnpm": {
"overrides": {
"ua-parser-js@<0.7.33": ">=0.7.33",
"postcss@<8.4.31": ">=8.4.31",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"vite@>=4.2.0 <4.2.3": ">=4.2.3",
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
"@babel/traverse@<7.23.2": ">=7.23.2"
}
}
}
Loading

0 comments on commit b4fd0d8

Please sign in to comment.