diff --git a/npmDepsHash b/npmDepsHash index 76808a7a..7b3f322a 100644 --- a/npmDepsHash +++ b/npmDepsHash @@ -1 +1 @@ -sha256-NF/FIaXGr8EAxGRp+e9KP9+Vcb3KFzJBir/bZqU0J+w= +sha256-N6qZhhoqgktogCaRmQO1/9dFbSL9SISI5y/37kjD95U= diff --git a/package-lock.json b/package-lock.json index 67b9ca2b..73161c83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polykey-cli", - "version": "0.6.5", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polykey-cli", - "version": "0.6.5", + "version": "0.6.3", "license": "GPL-3.0", "bin": { "pk": "dist/polykey.js", @@ -42,7 +42,7 @@ "nexpect": "^0.6.0", "node-gyp-build": "^4.4.0", "nodemon": "^3.0.1", - "polykey": "^1.9.0", + "polykey": "^1.10.0", "prettier": "^3.0.0", "shelljs": "^0.8.5", "shx": "^0.3.4", @@ -7602,9 +7602,9 @@ } }, "node_modules/polykey": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/polykey/-/polykey-1.9.0.tgz", - "integrity": "sha512-ijdunJR66xylrA2g408zItwPKNEh5wiofk9Fj1q8QRuV1ZHsrVl1q+4/mxQXvpDmAq7fOH3YppwvD52oZd9o+w==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/polykey/-/polykey-1.10.0.tgz", + "integrity": "sha512-An0lrW2KK+zO0J1Ig7j5cZ7ZwaEc1XGdsCNx0bx8a7UxusBc+A76WtdLuEhH27yiVNfBVgruMny+4htTE8uDiw==", "dev": true, "dependencies": { "@matrixai/async-cancellable": "^1.1.1", diff --git a/package.json b/package.json index 2d92cfe6..3b99c7d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polykey-cli", - "version": "0.6.5", + "version": "0.6.3", "homepage": "https://polykey.com", "author": "Roger Qiu", "contributors": [ @@ -150,7 +150,7 @@ "nexpect": "^0.6.0", "node-gyp-build": "^4.4.0", "nodemon": "^3.0.1", - "polykey": "^1.9.0", + "polykey": "^1.10.0", "prettier": "^3.0.0", "shelljs": "^0.8.5", "shx": "^0.3.4",