From 3f807cb08509c28367431481fe80d466a059e84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:40:51 +0000 Subject: [PATCH] Bump sshpk from 1.13.1 to 1.18.0 in /examples/TouchIDExample Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.18.0. - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](https://github.com/joyent/node-sshpk/commits) --- updated-dependencies: - dependency-name: sshpk dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/TouchIDExample/yarn.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/examples/TouchIDExample/yarn.lock b/examples/TouchIDExample/yarn.lock index 5edb5d89..41c66423 100644 --- a/examples/TouchIDExample/yarn.lock +++ b/examples/TouchIDExample/yarn.lock @@ -2185,7 +2185,7 @@ react-native-passcode-auth@0.1.0: resolved "https://registry.yarnpkg.com/react-native-passcode-auth/-/react-native-passcode-auth-0.1.0.tgz#2d088ece450ec366037f14fd5ad18e79265b69a8" "react-native-touch-id@file:../..": - version "3.1.0" + version "4.4.1" react-native@^0.40.0: version "0.40.0" @@ -2483,6 +2483,10 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" +safer-buffer@^2.0.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + sane@~1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/sane/-/sane-1.4.1.tgz#88f763d74040f5f0c256b6163db399bf110ac715" @@ -2616,17 +2620,17 @@ spdx-license-ids@^1.0.2: resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57" sshpk@^1.7.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.1.tgz#512df6da6287144316dc4c18fe1cf1d940739be3" + version "1.18.0" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.18.0.tgz#1663e55cddf4d688b86a46b77f0d5fe363aba028" dependencies: asn1 "~0.2.3" assert-plus "^1.0.0" - dashdash "^1.12.0" - getpass "^0.1.1" - optionalDependencies: bcrypt-pbkdf "^1.0.0" + dashdash "^1.12.0" ecc-jsbn "~0.1.1" + getpass "^0.1.1" jsbn "~0.1.0" + safer-buffer "^2.0.2" tweetnacl "~0.14.0" stacktrace-parser@^0.1.3: