From 1054ecd38cc9dd80dc74a66424eb83a61977487a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:35:39 +0000 Subject: [PATCH] build(deps): Bump jsrsasign from 11.1.0 to 11.1.1 in /brainstorm 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- brainstorm/package-lock.json | 73 ++++++++++++++++++++++++++++++++++-- brainstorm/package.json | 2 +- 2 files changed, 70 insertions(+), 5 deletions(-) diff --git a/brainstorm/package-lock.json b/brainstorm/package-lock.json index c0cacebb..62fa6464 100644 --- a/brainstorm/package-lock.json +++ b/brainstorm/package-lock.json @@ -20,7 +20,7 @@ "axios": "^1.13.5", "fluid-framework": "^2.83.0", "hashids": "^2.2.10", - "jsrsasign": "^11.1.0", + "jsrsasign": "^11.1.1", "react": "^19.2.4", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", @@ -2785,6 +2785,70 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz", @@ -7848,9 +7912,10 @@ } }, "node_modules/jsrsasign": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.0.tgz", - "integrity": "sha512-Ov74K9GihaK9/9WncTe1mPmvrO7Py665TUfUKvraXBpu+xcTWitrtuOwcjf4KMU9maPaYn0OuaWy0HOzy/GBXg==", + "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/brainstorm/package.json b/brainstorm/package.json index 8188b428..a0d97d77 100644 --- a/brainstorm/package.json +++ b/brainstorm/package.json @@ -36,7 +36,7 @@ "axios": "^1.13.5", "fluid-framework": "^2.83.0", "hashids": "^2.2.10", - "jsrsasign": "^11.1.0", + "jsrsasign": "^11.1.1", "react": "^19.2.4", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1",