Skip to content

Commit

Permalink
[dependabot] fixes
Browse files Browse the repository at this point in the history
* axios: used by @solana/spl-governance, the SDK is not updated for long
  time an there will be a new IDL based sdk that requires full
  refactoring, forcing a new version of the affected library
* @babel/traverse: used by jest/globals that is not updated for around a
  year, not sure about other way then force pnpm version
* crowss-spawn: eslint not possible to change because of gts issues of
  new linter (google/gts#830)
* ws: is used everywhere so hard say, fixed to what dependabot says
* braces, micromatch: those are used by jest (cannot update as not existing new
  version)
* semver: not sure, many versions in dependency
  • Loading branch information
ochaloup committed Jan 21, 2025
1 parent 623b7bb commit dd90dbe
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 298 deletions.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.24",
"@types/node": "^22.10.7",
"@types/bn.js": "^5.1.5",
"bigint-buffer": "^1.1.5",
"gts": "^5.3.0",
Expand All @@ -52,5 +52,17 @@
"hooks": {
"commit-msg": "[[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS"
}
},
"pnpm": {
"overrides": {
"@babel/traverse": "7.23.2",
"axios": "1.7.4",
"cross-spawn": "7.0.5",
"[email protected]": "7.5.10",
"ws@<8.17.1": "8.17.1",
"braces": "3.0.3",
"micromatch": "4.0.8",
"semver@<6.3.0": "6.3.1"
}
}
}
Loading

0 comments on commit dd90dbe

Please sign in to comment.