Commit 871c03c

Anton Golub <antongolub@antongolub.com>
2025-07-01 09:12:06
chore: bump version to v8.6.1 (#1253)
1 parent 95e5171
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.6.0",
+  "version": "8.6.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.6.0",
+      "version": "8.6.1",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
@@ -17,7 +17,7 @@
         "@size-limit/file": "11.2.0",
         "@types/fs-extra": "11.0.4",
         "@types/minimist": "1.2.5",
-        "@types/node": "24.0.7",
+        "@types/node": "24.0.8",
         "@types/which": "3.0.4",
         "@webpod/ingrid": "1.0.1",
         "@webpod/ps": "0.1.2",
@@ -2109,9 +2109,9 @@
       "license": "MIT"
     },
     "node_modules/@types/node": {
-      "version": "24.0.7",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz",
-      "integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==",
+      "version": "24.0.8",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.8.tgz",
+      "integrity": "sha512-WytNrFSgWO/esSH9NbpWUfTMGQwCGIKfCmNlmFDNiI5gGhgMmEA+V1AEvKLeBNvvtBnailJtkrEa2OIISwrVAA==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.6.0",
+  "version": "8.6.1",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",
@@ -109,7 +109,7 @@
     "@size-limit/file": "11.2.0",
     "@types/fs-extra": "11.0.4",
     "@types/minimist": "1.2.5",
-    "@types/node": "24.0.7",
+    "@types/node": "24.0.8",
     "@types/which": "3.0.4",
     "@webpod/ingrid": "1.0.1",
     "@webpod/ps": "0.1.2",