X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ce5222bd1ace6671b2b95ecfd2e1248609c3788c;hb=849dea15d1cef675a9418c9306c715a3e0b92036;hp=924ceff29b9af24b410a75ad39dfaf4c3ab1790c;hpb=18789018107c994a7ae91e61a08018ae609a6bc2;p=benchmarks-js.git diff --git a/package.json b/package.json index 924ceff..ce5222b 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.2.0", - "pnpm": "8.6.1" + "node": "20.4.0", + "pnpm": "8.6.7" }, "repository": { "type": "git", @@ -24,6 +24,11 @@ "url": "https://github.com/sponsors/jerome-benoit" } ], + "pnpm": { + "overrides": { + "semver": "^7.5.3" + } + }, "scripts": { "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.js", @@ -54,17 +59,17 @@ "uuid": "^9.0.0" }, "devDependencies": { - "eslint": "^8.42.0", + "eslint": "^8.44.0", "eslint-config-standard": "^17.1.0", - "eslint-define-config": "^1.20.0", + "eslint-define-config": "^1.21.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^46.2.6", - "eslint-plugin-n": "^16.0.0", + "eslint-plugin-jsdoc": "^46.4.3", + "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "prettier": "^2.8.8", "standard": "^17.1.0", - "typescript": "^5.1.3" + "typescript": "^5.1.6" } }