Skip to content

Commit

Permalink
chore(deps): bump jsrsasign and @types/jsrsasign (#4524)
Browse files Browse the repository at this point in the history
Bumps [jsrsasign](https://github.com/kjur/jsrsasign) and [@types/jsrsasign](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsrsasign). These dependencies needed to be updated together.

Updates `jsrsasign` from 10.5.25 to 10.5.27
- [Release notes](https://github.com/kjur/jsrsasign/releases)
- [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
- [Commits](kjur/jsrsasign@10.5.25...10.5.27)

Updates `@types/jsrsasign` from 8.0.13 to 10.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsrsasign)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/jsrsasign"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 19, 2022
1 parent 49c22f2 commit 836db3b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/certificate-check/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"jsrsasign": "10.5.25"
"jsrsasign": "10.5.27"
},
"description": "Utilities to check that Wire's domains use the expected certificate.",
"devDependencies": {
"@types/jasmine": "4.3.0",
"@types/jsrsasign": "8.0.13",
"@types/jsrsasign": "10.5.4",
"@types/node": "^14.18.29",
"jasmine": "4.4.0",
"nyc": "15.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4459,10 +4459,10 @@ __metadata:
languageName: node
linkType: hard

"@types/jsrsasign@npm:8.0.13":
version: 8.0.13
resolution: "@types/jsrsasign@npm:8.0.13"
checksum: 53b67f7f49a35c04abd9e33a35b1b8beb653e414cfc7e046052eedf0d4ab39d785888c56fadf8206e82a8d5f2ef9daecb2286548e867096bbafce7e02a004599
"@types/jsrsasign@npm:10.5.4":
version: 10.5.4
resolution: "@types/jsrsasign@npm:10.5.4"
checksum: e0ec7dcd534fe9a672a9b306f951f24eef1019b4d879d57e29a154eeb38cfb47f59239c2af1d202da211357feb452b96c45b8229ef3c440cf6d96606f4e5cff1
languageName: node
linkType: hard

Expand Down Expand Up @@ -5545,10 +5545,10 @@ __metadata:
resolution: "@wireapp/certificate-check@workspace:packages/certificate-check"
dependencies:
"@types/jasmine": 4.3.0
"@types/jsrsasign": 8.0.13
"@types/jsrsasign": 10.5.4
"@types/node": ^14.18.29
jasmine: 4.4.0
jsrsasign: 10.5.25
jsrsasign: 10.5.27
nyc: 15.1.0
rimraf: 3.0.2
ts-node: ^10.9.1
Expand Down Expand Up @@ -15521,10 +15521,10 @@ __metadata:
languageName: node
linkType: hard

"jsrsasign@npm:10.5.25":
version: 10.5.25
resolution: "jsrsasign@npm:10.5.25"
checksum: e789cd6d5e6e236edebe91936279cdef886aafaab8d4ebc7d40b8ba0c7b7cd0d6d3c53fba26ea96eb33cc77a05368b369ef31fc9182662bce2344143ad50ea0f
"jsrsasign@npm:10.5.27":
version: 10.5.27
resolution: "jsrsasign@npm:10.5.27"
checksum: 77ebac65d39399e7702002ed75a39f6af9bfe0f839f19c65a878e6f2d5a96fb19433628509c344e25531794d84c913dbd7b1c522188883c5258fd531fb992e17
languageName: node
linkType: hard

Expand Down

0 comments on commit 836db3b

Please sign in to comment.