From 547402b0cef68e6b418daa6ce6a331922327ed39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 07:24:02 +0000 Subject: [PATCH] chore(deps): bump jsrsasign from 8.0.21 to 10.5.25 Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 8.0.21 to 10.5.25. - [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/8.0.21...10.5.25) --- updated-dependencies: - dependency-name: jsrsasign dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7345d52..debe348 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "@types/deepmerge": "^2.2.0", "axios": "^0.19.2", "deepmerge": "^4.2.2", - "jsrsasign": "^8.0.21" + "jsrsasign": "^10.5.25" } } diff --git a/yarn.lock b/yarn.lock index db8f591..ab21cd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3949,10 +3949,10 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" -jsrsasign@^8.0.21: - version "8.0.21" - resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-8.0.21.tgz#ed76337f5cdeddc9a6eede292e8e132307388df2" - integrity sha512-1xR/GYQkXbPCEZZI59K/eYXjr5f9g3mUNHVX7NS/GU9/z5QYTLJ6g7q1yD4Egy7nA05q/bQ2M4Ta1jtBb7FA6Q== +jsrsasign@^10.5.25: + version "10.5.25" + resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-10.5.25.tgz#8eb3f943718d73f2dd3d85f587f241a5316b835a" + integrity sha512-N7zxHaCwYvFlXsybq4p4RxRwn4AbEq3cEiyjbCrWmwA7g8aS4LTKDJ9AJmsXxwtYesYx0imJ+ITtkyyxLCgeIg== jsx-ast-utils@^2.4.1: version "2.4.1"