diff --git a/npmDepsHash b/npmDepsHash index c0085b3d..bbdd7b46 100644 --- a/npmDepsHash +++ b/npmDepsHash @@ -1 +1 @@ -sha256-GCy9PbuauZqmT3Bf4NR/Va2RAYnXWiUgS/+1mSQ6cZk= +sha256-HqmMkEtPIIIDi/qmUD6liTlz3nSZULLgyxftAQdARus= diff --git a/package-lock.json b/package-lock.json index 3159aec3..a8b1524f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polykey-cli", - "version": "0.16.6", + "version": "0.16.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polykey-cli", - "version": "0.16.6", + "version": "0.16.7", "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.17.1", + "polykey": "^1.17.2", "prettier": "^3.0.0", "shelljs": "^0.8.5", "shx": "^0.3.4", @@ -7602,9 +7602,9 @@ } }, "node_modules/polykey": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/polykey/-/polykey-1.17.1.tgz", - "integrity": "sha512-IcP4PS/leYlUVr/mqEYjEjdbMeD74ba0YhmY0Jc+6XIPaw1eExD550bWTaqXkQUCOSvkTeBFAQlkPpfAAmOAOQ==", + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/polykey/-/polykey-1.17.2.tgz", + "integrity": "sha512-RQLTUh9WDUrf5UGhsbfi4nT0kACXwPTVGw2Vbv0853h4Bzz/LyDSVe0UiMCFrjTkgSPKSsNcvSDnMokd+OFKtQ==", "dev": true, "dependencies": { "@matrixai/async-cancellable": "^1.1.1", diff --git a/package.json b/package.json index 4a74fa52..1e2cef50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polykey-cli", - "version": "0.16.6", + "version": "0.16.7", "homepage": "https://polykey.com", "author": "Roger Qiu", "contributors": [ @@ -153,7 +153,7 @@ "nexpect": "^0.6.0", "node-gyp-build": "^4.4.0", "nodemon": "^3.0.1", - "polykey": "^1.17.1", + "polykey": "^1.17.2", "prettier": "^3.0.0", "shelljs": "^0.8.5", "shx": "^0.3.4",