build(deps-dev): apply updates
[benchmarks-js.git] / package.json
index 74cf3278d5d2fcbc30db52180d67695f2d9578db..b3ae72b6081c1eaf6fae389ced279575cfae9d8f 100644 (file)
@@ -7,11 +7,11 @@
     "node": ">=18.0.0",
     "pnpm": ">=9.0.0"
   },
     "node": ">=18.0.0",
     "pnpm": ">=9.0.0"
   },
-  "packageManager": "pnpm@9.0.4",
+  "packageManager": "pnpm@9.1.4",
   "type": "module",
   "volta": {
   "type": "module",
   "volta": {
-    "node": "20.12.2",
-    "pnpm": "9.0.4"
+    "node": "22.2.0",
+    "pnpm": "9.1.4"
   },
   "repository": {
     "type": "git",
   },
   "repository": {
     "type": "git",
@@ -50,7 +50,7 @@
     "benchmark:fibonacci": "node fibonacci.mjs",
     "benchmark:random": "node random.mjs",
     "benchmark:uuid-generator": "node uuid-generator.mjs",
     "benchmark:fibonacci": "node fibonacci.mjs",
     "benchmark:random": "node random.mjs",
     "benchmark:uuid-generator": "node uuid-generator.mjs",
-    "format": "biome format . --write; standard . --fix",
+    "format": "biome format . --write; eslint . --cache --fix",
     "lint": "eslint . --cache",
     "lint:fix": "eslint . --cache --fix",
     "test": "echo \"Error: no test specified\" && exit 1"
     "lint": "eslint . --cache",
     "lint:fix": "eslint . --cache --fix",
     "test": "echo \"Error: no test specified\" && exit 1"
     "node-object-hash": "^3.0.0",
     "object-hash": "^3.0.0",
     "rambda": "^9.2.0",
     "node-object-hash": "^3.0.0",
     "object-hash": "^3.0.0",
     "rambda": "^9.2.0",
-    "tatami-ng": "^0.4.4",
+    "tatami-ng": "^0.4.13",
     "uuid": "^9.0.1"
   },
   "devDependencies": {
     "uuid": "^9.0.1"
   },
   "devDependencies": {
-    "@biomejs/biome": "^1.7.0",
-    "@commitlint/cli": "^19.2.2",
+    "@biomejs/biome": "^1.7.3",
+    "@commitlint/cli": "^19.3.0",
     "@commitlint/config-conventional": "^19.2.2",
     "@commitlint/config-conventional": "^19.2.2",
-    "eslint": "^8.57.0",
-    "eslint-config-standard": "^17.1.0",
+    "@eslint/js": "^9.4.0",
+    "eslint": "^9.4.0",
     "eslint-define-config": "^2.1.0",
     "eslint-define-config": "^2.1.0",
-    "eslint-plugin-import": "^2.29.1",
-    "eslint-plugin-jsdoc": "^48.2.3",
-    "eslint-plugin-n": "^17.2.1",
-    "eslint-plugin-promise": "^6.1.1",
+    "eslint-plugin-jsdoc": "^48.2.7",
+    "eslint-plugin-n": "^17.7.0",
     "eslint-plugin-simple-import-sort": "^12.1.0",
     "eslint-plugin-simple-import-sort": "^12.1.0",
+    "globals": "^15.3.0",
     "husky": "^9.0.11",
     "husky": "^9.0.11",
-    "lint-staged": "^15.2.2",
-    "prettier": "^3.2.5",
-    "standard": "^17.1.0"
+    "lint-staged": "^15.2.5",
+    "neostandard": "^0.5.1",
+    "prettier": "^3.2.5"
   }
 }
   }
 }