From be3f953d8a61450e0e77f7e07e4997d803bdeb58 Mon Sep 17 00:00:00 2001 From: Aryan Jassal Date: Tue, 24 Sep 2024 16:44:36 +1000 Subject: [PATCH] fix: polykey version --- npmDepsHash | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npmDepsHash b/npmDepsHash index a8ee26f4..da650789 100644 --- a/npmDepsHash +++ b/npmDepsHash @@ -1 +1 @@ -sha256-Wy7kocLYL/MMhybl1I5plId1SNe6Jxwyd4hsyh0YkZ0= +sha256-sQ2HofpSd7lMbycLqKH84lHTamWIt8TwPVyddkC+be8= diff --git a/package-lock.json b/package-lock.json index f1ea312d..f606350f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "nexpect": "^0.6.0", "node-gyp-build": "^4.4.0", "nodemon": "^3.0.1", - "polykey": "^1.12.0", + "polykey": "^1.13.0", "prettier": "^3.0.0", "shelljs": "^0.8.5", "shx": "^0.3.4", diff --git a/package.json b/package.json index 3b2efef1..2ca1c34c 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "nexpect": "^0.6.0", "node-gyp-build": "^4.4.0", "nodemon": "^3.0.1", - "polykey": "^1.12.0", + "polykey": "^1.13.0", "prettier": "^3.0.0", "shelljs": "^0.8.5", "shx": "^0.3.4",