diff --git a/item-counter/package-lock.json b/item-counter/package-lock.json index 930651c7..65320cad 100644 --- a/item-counter/package-lock.json +++ b/item-counter/package-lock.json @@ -16,7 +16,7 @@ "fluid-framework": "^2.83.0", "guid-typescript": "^1.0.9", "hashids": "^2.2.10", - "jsrsasign": "^11.1.0", + "jsrsasign": "^11.1.1", "react": "^19.2.4", "react-dom": "^19.2.4", "uuid": "^13.0.0" @@ -7609,9 +7609,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/item-counter/package.json b/item-counter/package.json index 86b18751..7a6dbe04 100644 --- a/item-counter/package.json +++ b/item-counter/package.json @@ -31,7 +31,7 @@ "fluid-framework": "^2.83.0", "guid-typescript": "^1.0.9", "hashids": "^2.2.10", - "jsrsasign": "^11.1.0", + "jsrsasign": "^11.1.1", "react": "^19.2.4", "react-dom": "^19.2.4", "uuid": "^13.0.0"