Commit f7d3e0a

Anton Golub <antongolub@antongolub.com>
2024-06-01 10:09:49
deps: update zurk to v0.2.0 (#839)
1 parent e82f701
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.1.1",
+  "version": "8.1.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.1.1",
+      "version": "8.1.2",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
@@ -15,7 +15,7 @@
         "@types/fs-extra": "^11.0.4",
         "@types/minimist": "^1.2.5",
         "@types/node": ">=20.11.30",
-        "@types/which": "^3.0.3",
+        "@types/which": "^3.0.4",
         "@webpod/ingrid": "^0.0.0-beta.3",
         "@webpod/ps": "^0.0.0-beta.3",
         "c8": "^9.1.0",
@@ -44,14 +44,14 @@
         "typescript": "^5.4.5",
         "which": "^4.0.0",
         "yaml": "^2.4.2",
-        "zurk": "^0.1.4"
+        "zurk": "^0.2.0"
       },
       "engines": {
         "node": ">= 12.17.0"
       },
       "optionalDependencies": {
-        "@types/fs-extra": "^11.0.4",
-        "@types/node": ">=20.12.12"
+        "@types/fs-extra": ">=11",
+        "@types/node": ">=20"
       }
     },
     "node_modules/@babel/code-frame": {
@@ -824,9 +824,9 @@
       "dev": true
     },
     "node_modules/@types/which": {
-      "version": "3.0.3",
-      "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.3.tgz",
-      "integrity": "sha512-2C1+XoY0huExTbs8MQv1DuS5FS86+SEjdM9F/+GS61gg5Hqbtj8ZiDSx8MfWcyei907fIPbfPGCOrNUTnVHY1g==",
+      "version": "3.0.4",
+      "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.4.tgz",
+      "integrity": "sha512-liyfuo/106JdlgSchJzXEQCVArk0CvevqPote8F8HgWgJ3dRCcTHgJIsLDuee0kxk/mhbInzIZk3QWSZJ8R+2w==",
       "dev": true
     },
     "node_modules/@typescript-eslint/types": {
@@ -4859,9 +4859,9 @@
       }
     },
     "node_modules/zurk": {
-      "version": "0.1.4",
-      "resolved": "https://registry.npmjs.org/zurk/-/zurk-0.1.4.tgz",
-      "integrity": "sha512-sAUhRgP6vqTxVhcjSMlukAZ9l2TJSK3HWOnzAIUYInkuToS07LdAb878xtNc/Dgj7sve43chedsXc/k5ft/WyQ==",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/zurk/-/zurk-0.2.0.tgz",
+      "integrity": "sha512-4hzT6AiDT+m8t9s7LNJBOKBI3GvgMI6DF+kwxl2NxtnG1VUv7QpRPazw026P5+NUJdjvBxpxMdmfnO4tMsOzVA==",
       "dev": true
     }
   }
package.json
@@ -85,14 +85,14 @@
     "version": "cat package.json | fx .version"
   },
   "optionalDependencies": {
-    "@types/fs-extra": "^11.0.4",
-    "@types/node": ">=20.12.12"
+    "@types/fs-extra": ">=11",
+    "@types/node": ">=20"
   },
   "devDependencies": {
     "@types/fs-extra": "^11.0.4",
     "@types/minimist": "^1.2.5",
     "@types/node": ">=20.11.30",
-    "@types/which": "^3.0.3",
+    "@types/which": "^3.0.4",
     "@webpod/ingrid": "^0.0.0-beta.3",
     "@webpod/ps": "^0.0.0-beta.3",
     "c8": "^9.1.0",
@@ -121,7 +121,7 @@
     "typescript": "^5.4.5",
     "which": "^4.0.0",
     "yaml": "^2.4.2",
-    "zurk": "^0.1.4"
+    "zurk": "^0.2.0"
   },
   "publishConfig": {
     "registry": "https://wombat-dressing-room.appspot.com"