Skip to content

Commit

Permalink
Merge pull request Sage-Bionetworks#420 from jay-hodgson/PORTALS-2744
Browse files Browse the repository at this point in the history
PORTALS-2764, PORTALS-2763: fix all known vulnerabilities in pnpm audit (via overrides)
  • Loading branch information
jay-hodgson authored Aug 21, 2023
2 parents fef1b61 + 46102b9 commit de2f5b3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 236 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,19 @@
"typescript": "5.1.6"
},
"npmClient": "pnpm",
"resolutions": {
"@types/react": "18.0.27",
"goober": "2.1.9",
"react-hot-toast": "2.2.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,yml,scss,css,md}": "prettier --write"
},
"pnpm": {
"patchedDependencies": {
"@jsdevtools/[email protected]": "patches/@[email protected]"
},
"overrides": {
"word-wrap": "^1.2.4",
"semver": "^7.5.4",
"@types/react": "18.0.27",
"goober": "2.1.9",
"react-hot-toast": "2.2.0"
}
}
}
Loading

0 comments on commit de2f5b3

Please sign in to comment.