Bump jsrsasign from 8.0.24 to 11.0.0

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 8.0.24 to 11.0.0.
- [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.24...11.0.0)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-01 17:42:56 +00:00
committed by GitHub
parent 92a3130392
commit 71aedd3e49
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12997,9 +12997,9 @@
} }
}, },
"jsrsasign": { "jsrsasign": {
"version": "8.0.24", "version": "11.0.0",
"resolved": "https://registry.npmmirror.com/jsrsasign/-/jsrsasign-8.0.24.tgz", "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.0.0.tgz",
"integrity": "sha512-u45jAyusqUpyGbFc2IbHoeE4rSkoBWQgLe/w99temHenX+GyCz4nflU5sjK7ajU1ffZTezl6le7u43Yjr/lkQg==" "integrity": "sha512-BtRwVKS+5dsgPpAtzJcpo5OoWjSs1/zllSBG0+8o8/aV0Ki76m6iZwHnwnsqoTdhfFZDN1XIdcaZr5ZkP+H2gg=="
}, },
"jstransform": { "jstransform": {
"version": "11.0.3", "version": "11.0.3",

View File

@@ -50,7 +50,7 @@
"json5": "0.5.1", "json5": "0.5.1",
"jsondiffpatch": "0.3.11", "jsondiffpatch": "0.3.11",
"jsonwebtoken": "7.4.1", "jsonwebtoken": "7.4.1",
"jsrsasign": "^8.0.12", "jsrsasign": "^11.0.0",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"koa": "2.0.0", "koa": "2.0.0",
"koa-body": "^2.5.0", "koa-body": "^2.5.0",