Commit 3debb73

Anton Golub <antongolub@antongolub.com>
2024-12-06 20:05:09
chore: up deps (#98)
* chore: up deps * chore: update zurk to v0.8.0
1 parent 6d40279
package-lock.json
@@ -15,8 +15,8 @@
         "megaera": "^1.0.2",
         "minimist": "^1.2.8",
         "octokit": "^4.0.2",
-        "stopword": "^3.1.1",
-        "zurk": "^0.6.3"
+        "stopword": "^3.1.3",
+        "zurk": "^0.8.0"
       },
       "bin": {
         "update-my-badges": "dist/src/main.js"
@@ -29,10 +29,10 @@
         "c8": "^10.1.2",
         "fast-glob": "^3.3.2",
         "image-dimensions": "^2.3.0",
-        "prettier": "^3.4.1",
+        "prettier": "^3.4.2",
         "ts-node": "^10.9.2",
         "typescript": "^5.7.2",
-        "vitest": "^2.1.7",
+        "vitest": "^2.1.8",
         "zx": "^8.2.4"
       }
     },
@@ -2319,7 +2319,9 @@
       "license": "MIT"
     },
     "node_modules/stopword": {
-      "version": "3.1.2",
+      "version": "3.1.3",
+      "resolved": "https://registry.npmjs.org/stopword/-/stopword-3.1.3.tgz",
+      "integrity": "sha512-KkWHAzBQkZM/pMyruHbNGMLKYAAP5bX7Z75iD5/rpmuS8gWE8XtUf83mUqrjDMj9CtUfHRLT+LCGFowtMWa1Hw==",
       "license": "MIT"
     },
     "node_modules/string-width": {
@@ -2931,7 +2933,9 @@
       }
     },
     "node_modules/zurk": {
-      "version": "0.6.3",
+      "version": "0.8.0",
+      "resolved": "https://registry.npmjs.org/zurk/-/zurk-0.8.0.tgz",
+      "integrity": "sha512-oWXEb+hzzLGE4FEJy83hAR8dj5TBGuJujHcBOm7ETJBjtPwz7sbtBP6EgpRkHtYooE5H8dCu9ubxq/hazu47Ng==",
       "license": "MIT"
     },
     "node_modules/zx": {
package.json
@@ -30,8 +30,8 @@
     "megaera": "^1.0.2",
     "minimist": "^1.2.8",
     "octokit": "^4.0.2",
-    "zurk": "^0.6.3",
-    "stopword": "^3.1.1"
+    "zurk": "^0.8.0",
+    "stopword": "^3.1.3"
   },
   "devDependencies": {
     "@octokit/graphql-schema": "^15.25.0",
@@ -41,10 +41,10 @@
     "c8": "^10.1.2",
     "fast-glob": "^3.3.2",
     "image-dimensions": "^2.3.0",
-    "prettier": "^3.4.1",
+    "prettier": "^3.4.2",
     "ts-node": "^10.9.2",
     "typescript": "^5.7.2",
-    "vitest": "^2.1.7",
+    "vitest": "^2.1.8",
     "zx": "^8.2.4"
   },
   "files": [