X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2878beeaa671a1cfbf5f14942e1a91e9e2ecffb9;hb=c4a517416ff2c029d91a4ed006b94b23efb7d7a3;hp=9d2e77154addeba341ebe2facc7892daba04a21b;hpb=6fd820e69a7e9ad54e53b1539f487b4e84df31be;p=poolifier.git diff --git a/package.json b/package.json index 9d2e7715..2878beea 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "volta": { "node": "20.11.1", - "pnpm": "8.15.3" + "pnpm": "8.15.4" }, "repository": { "type": "git", @@ -104,19 +104,19 @@ }, "devDependencies": { "@biomejs/biome": "^1.5.3", - "@commitlint/cli": "^18.6.1", - "@commitlint/config-conventional": "^18.6.2", + "@commitlint/cli": "^19.0.3", + "@commitlint/config-conventional": "^19.0.3", "@release-it/bumper": "^6.0.1", "@release-it/keep-a-changelog": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.20", - "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", + "@types/node": "^20.11.24", + "@typescript-eslint/eslint-plugin": "^7.1.0", + "@typescript-eslint/parser": "^7.1.0", "benchmark": "^2.1.4", "c8": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1", "eslint-define-config": "^2.1.0", @@ -141,7 +141,7 @@ "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.1", - "typedoc": "^0.25.8", + "typedoc": "^0.25.9", "typescript": "~5.3.3" } }