5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

chore(deps): bump jsrsasign from 10.5.27 to 10.6.0

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.5.27 to 10.6.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/10.5.27...10.6.0)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-07 22:01:00 +00:00 committed by GitHub
parent 132f1c6930
commit 8e52c6fe1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": {
"got": "^11.8.5",
"jsonata": "^1.8.6",
"jsrsasign": "^10.5.27"
"jsrsasign": "^10.6.0"
},
"devDependencies": {
"@actions/core": "^1.10.0",
@ -5818,9 +5818,9 @@
}
},
"node_modules/jsrsasign": {
"version": "10.5.27",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.5.27.tgz",
"integrity": "sha512-1F4LmDeJZHYwoVvB44jEo2uZL3XuwYNzXCDOu53Ui6vqofGQ/gCYDmaxfVZtN0TGd92UKXr/BONcfrPonUIcQQ==",
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.6.0.tgz",
"integrity": "sha512-4s1WTrv4dY14815G0kd/rZXIiXmy47rSsjpi/vLJN6bXACI+oR/cphErXmLdrqQPUPHtCY6dQVXZR8cJFUqsEg==",
"funding": {
"url": "https://github.com/kjur/jsrsasign#donations"
}
@ -15107,9 +15107,9 @@
}
},
"jsrsasign": {
"version": "10.5.27",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.5.27.tgz",
"integrity": "sha512-1F4LmDeJZHYwoVvB44jEo2uZL3XuwYNzXCDOu53Ui6vqofGQ/gCYDmaxfVZtN0TGd92UKXr/BONcfrPonUIcQQ=="
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.6.0.tgz",
"integrity": "sha512-4s1WTrv4dY14815G0kd/rZXIiXmy47rSsjpi/vLJN6bXACI+oR/cphErXmLdrqQPUPHtCY6dQVXZR8cJFUqsEg=="
},
"keyv": {
"version": "4.3.2",

View file

@ -46,7 +46,7 @@
"dependencies": {
"got": "^11.8.5",
"jsonata": "^1.8.6",
"jsrsasign": "^10.5.27"
"jsrsasign": "^10.6.0"
},
"peerDependencies": {
"@actions/core": ">=1 <2"