Commit c4f27cb

Anton Golub <antongolub@antongolub.com>
2024-11-24 18:16:22
chore: bump pkg version to 8.2.3, apply npm audit fix (#955)
1 parent 3b9afe1
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.2.2",
+  "version": "8.2.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.2.2",
+      "version": "8.2.3",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
@@ -1694,9 +1694,9 @@
       "license": "MIT"
     },
     "node_modules/cross-spawn": {
-      "version": "7.0.3",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+      "version": "7.0.6",
+      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+      "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.2.2",
+  "version": "8.2.3",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",