Skip to content

Commit

Permalink
Merge pull request #204 from hildjj/versions
Browse files Browse the repository at this point in the history
Override deep dependencies with security issues
  • Loading branch information
hildjj authored Oct 25, 2024
2 parents 3f27076 + e68af5c commit cb61332
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 782 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"nofilter": "^3.0.2"
},
"devDependencies": {
"@cto.af/eslint-config": "^5.0.1",
"ava": "5.2.0",
"@cto.af/eslint-config": "^5.0.2",
"ava": "6.1.3",
"bignumber.js": "^9.1.2",
"copyfiles": "2.4.1",
"docdash": "2.0.2",
Expand All @@ -39,7 +39,6 @@
"eslint-plugin-node": "^11.1.0",
"jsdoc": "^4.0.4",
"lerna": "^8.1.8",
"light-server": "^2.9.1",
"minami": "*",
"nve": "^18.0.1",
"nyc": "^17.1.0",
Expand All @@ -49,16 +48,17 @@
},
"license": "MIT",
"packageManager": "[email protected]",
"overrides": {
"@typescript-eslint/utils": "8.0.0-alpha.30",
"@typescript-eslint/parser": "8.0.0-alpha.30"
},
"pnpm": {
"overrides": {
"@typescript-eslint/utils": "8.0.0-alpha.30",
"@typescript-eslint/parser": "8.0.0-alpha.30"
"axios": "1.7.7",
"braces": "3.0.3",
"ejs": "3.1.10",
"micromatch": "4.0.8"
}
},
"resolutions": {
"ip": "https://registry.npmjs.org/neoip/-/neoip-3.0.1.tgz"
},
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit cb61332

Please sign in to comment.