chore(deps): bump jsrsasign from 10.5.24 to 10.5.25 (#340)

* chore(deps): bump jsrsasign from 10.5.24 to 10.5.25

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.5.24 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/10.5.24...10.5.25)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Use RSA-2048 key instead of 4096

After bumping jest, the RSA signing performance went down by a factor of
2 or so, which causes tests to fail (since they went from ~3 seconds to
~6 seconds to generate a 4096-bit RSA signature). The tests generate
these signatures to fake responses from GitHub.

After replacing the keys with a 2048-bit key, the signing times are now
under a second.

* Revert unnecessary change to test timeout

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
This commit is contained in:
dependabot[bot] 2022-06-28 13:53:04 -07:00 committed by GitHub
parent bbf40c0251
commit f5817917e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 69 deletions

14
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": {
"got": "^11.5.1",
"jsonata": "^1.8.6",
"jsrsasign": "^10.5.24"
"jsrsasign": "^10.5.25"
},
"devDependencies": {
"@actions/core": "^1.6.0",
@ -5563,9 +5563,9 @@
}
},
"node_modules/jsrsasign": {
"version": "10.5.24",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.5.24.tgz",
"integrity": "sha512-0i/UHRgJZifp/YmoXHyNQXUY4eKWiSd7YxuD7oKEw9mlqgr51hg9lZQw2nlEDvwHDh7pyj6ZjYlxldlW27xb/Q==",
"version": "10.5.25",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.5.25.tgz",
"integrity": "sha512-N7zxHaCwYvFlXsybq4p4RxRwn4AbEq3cEiyjbCrWmwA7g8aS4LTKDJ9AJmsXxwtYesYx0imJ+ITtkyyxLCgeIg==",
"funding": {
"url": "https://github.com/kjur/jsrsasign#donations"
}
@ -14382,9 +14382,9 @@
}
},
"jsrsasign": {
"version": "10.5.24",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.5.24.tgz",
"integrity": "sha512-0i/UHRgJZifp/YmoXHyNQXUY4eKWiSd7YxuD7oKEw9mlqgr51hg9lZQw2nlEDvwHDh7pyj6ZjYlxldlW27xb/Q=="
"version": "10.5.25",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.5.25.tgz",
"integrity": "sha512-N7zxHaCwYvFlXsybq4p4RxRwn4AbEq3cEiyjbCrWmwA7g8aS4LTKDJ9AJmsXxwtYesYx0imJ+ITtkyyxLCgeIg=="
},
"keyv": {
"version": "4.0.3",