From ff5c1c7c86f43c72175417205c23e02efad02ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:22:34 +0000 Subject: [PATCH] Bump jsrsasign from 11.1.0 to 11.1.1 Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/kjur/jsrsasign/releases) - [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt) - [Commits](https://github.com/kjur/jsrsasign/compare/11.1.0...11.1.1) --- updated-dependencies: - dependency-name: jsrsasign dependency-version: 11.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63ca4087201..9dcf6a27ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "ethers": "^5.7.2", "expo": "^53.0.0", "expo-quick-actions": "^5.0.0", - "jsrsasign": "^11.1.0", + "jsrsasign": "^11.1.1", "marked": "^15.0.9", "p-debounce": "^4.0.0", "posthog-js": "^1.88.1", @@ -20292,7 +20292,9 @@ } }, "node_modules/jsrsasign": { - "version": "11.1.0", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.1.tgz", + "integrity": "sha512-6w95OOXH8DNeGxakqLndBEqqwQ6A70zGaky1oxfg8WVLWOnghTfJsc5Tknx+Z88MHSb1bGLcqQHImOF8Lk22XA==", "license": "MIT", "funding": { "url": "https://github.com/kjur/jsrsasign#donations" diff --git a/package.json b/package.json index 1d84049fa38..238c2de6149 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "ethers": "^5.7.2", "expo": "^53.0.0", "expo-quick-actions": "^5.0.0", - "jsrsasign": "^11.1.0", + "jsrsasign": "^11.1.1", "marked": "^15.0.9", "p-debounce": "^4.0.0", "posthog-js": "^1.88.1",