mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 16:16:55 +00:00
chore(deps): bump jsrsasign from 10.6.1 to 10.8.3
Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.6.1 to 10.8.3. - [Release notes](https://github.com/kjur/jsrsasign/releases) - [Changelog](https://github.com/kjur/jsrsasign/blob/10.8.3/ChangeLog.txt) - [Commits](https://github.com/kjur/jsrsasign/compare/10.6.1...10.8.3) --- 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:
parent
1d767e3957
commit
bb679678f7
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"got": "^11.8.5",
|
||||
"jsonata": "^2.0.2",
|
||||
"jsrsasign": "^10.6.1"
|
||||
"jsrsasign": "^10.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
|
|
@ -3128,9 +3128,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/jsrsasign": {
|
||||
"version": "10.6.1",
|
||||
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.6.1.tgz",
|
||||
"integrity": "sha512-emiQ05haY9CRj1Ho/LiuCqr/+8RgJuWdiHYNglIg2Qjfz0n+pnUq9I2QHplXuOMO2EnAW1oCGC1++aU5VoWSlw==",
|
||||
"version": "10.8.3",
|
||||
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.8.3.tgz",
|
||||
"integrity": "sha512-qo4fCYo/doi/JaheOBf5uJ36AkxXxom/C3sQD77uchpasr7CLQCojn2hY4ipO1ob9ypAQFxgV0yWJM0i5E7w/g==",
|
||||
"funding": {
|
||||
"url": "https://github.com/kjur/jsrsasign#donations"
|
||||
}
|
||||
|
|
@ -6717,9 +6717,9 @@
|
|||
"integrity": "sha512-CpwbpFNjuuukU+tIR6Qw+fhwQQ5iZGbB/Md8CVaU7/b/SI1RlQQVgf4rIEjoiG9/jDB7C45nKKwHXWKHQxvb7w=="
|
||||
},
|
||||
"jsrsasign": {
|
||||
"version": "10.6.1",
|
||||
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.6.1.tgz",
|
||||
"integrity": "sha512-emiQ05haY9CRj1Ho/LiuCqr/+8RgJuWdiHYNglIg2Qjfz0n+pnUq9I2QHplXuOMO2EnAW1oCGC1++aU5VoWSlw=="
|
||||
"version": "10.8.3",
|
||||
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.8.3.tgz",
|
||||
"integrity": "sha512-qo4fCYo/doi/JaheOBf5uJ36AkxXxom/C3sQD77uchpasr7CLQCojn2hY4ipO1ob9ypAQFxgV0yWJM0i5E7w/g=="
|
||||
},
|
||||
"keyv": {
|
||||
"version": "4.3.2",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
"dependencies": {
|
||||
"got": "^11.8.5",
|
||||
"jsonata": "^2.0.2",
|
||||
"jsrsasign": "^10.6.1"
|
||||
"jsrsasign": "^10.8.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@actions/core": ">=1 <2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue