From 0e6088b024208d4bd32da414ecf7912449dc3d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 20:04:11 +0000 Subject: [PATCH] deps: bump tweetsodium from 0.0.5 to 0.0.6 Bumps [tweetsodium](https://github.com/mastahyeti/tweetsodium) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mastahyeti/tweetsodium/releases) - [Commits](https://github.com/mastahyeti/tweetsodium/compare/0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: tweetsodium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 662b7ae..da4240f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,12 @@ "packages": { "": { "name": "create-github-secret-action", - "version": "1.4.9", + "version": "1.4.10", "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 409649f..203bc22 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", - "tweetsodium": "0.0.5" + "tweetsodium": "0.0.6" } }