diff --git a/package-lock.json b/package-lock.json index 6ab39fb..23257ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,12 @@ "packages": { "": { "name": "create-github-secret-action", - "version": "1.4.10", + "version": "1.5.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", - "tweetsodium": "0.0.5" + "tweetsodium": "0.0.6" }, "devDependencies": { "@google/semantic-release-replace-plugin": "1", @@ -6001,9 +6001,10 @@ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "node_modules/tweetsodium": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/tweetsodium/-/tweetsodium-0.0.5.tgz", - "integrity": "sha512-T3aXZtx7KqQbutTtBfn+P5By3HdBuB1eCoGviIrRJV2sXeToxv2X2cv5RvYqgG26PSnN5m3fYixds22Gkfd11w==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tweetsodium/-/tweetsodium-0.0.6.tgz", + "integrity": "sha512-vMglGijHoottUKHWaEFjgzHias6Rl+2h/qljRoebJH9GXjBmB5/C+rttmFo8bw6F0aokguV9QTWTR4P2m5vUvg==", + "deprecated": "tweetsodium is deprecated and unmaintained. Please consider using libsodium.js, maintained by the same author as libsodium: https://github.com/jedisct1/libsodium.js", "dependencies": { "blakejs": "^1.1.0", "tweetnacl": "^1.0.1" @@ -10649,9 +10650,9 @@ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "tweetsodium": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/tweetsodium/-/tweetsodium-0.0.5.tgz", - "integrity": "sha512-T3aXZtx7KqQbutTtBfn+P5By3HdBuB1eCoGviIrRJV2sXeToxv2X2cv5RvYqgG26PSnN5m3fYixds22Gkfd11w==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tweetsodium/-/tweetsodium-0.0.6.tgz", + "integrity": "sha512-vMglGijHoottUKHWaEFjgzHias6Rl+2h/qljRoebJH9GXjBmB5/C+rttmFo8bw6F0aokguV9QTWTR4P2m5vUvg==", "requires": { "blakejs": "^1.1.0", "tweetnacl": "^1.0.1" diff --git a/package.json b/package.json index f4913af..871f236 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", - "tweetsodium": "0.0.5" + "tweetsodium": "0.0.6" } }