Skip to content

Commit

Permalink
chore: bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 13, 2023
1 parent 01e6903 commit 62d8567
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
"nock": "^13.3.8",
"npm-run-all2": "^6.1.1",
"patch-package": "^8.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-jsdoc": "^1.1.1",
"qunit": "^2.20.0",
"rollup": "^4.3.0",
"rollup": "^4.4.0",
"tar": "^6.2.0",
"timekeeper": "^2.3.1",
"tsd": "^0.29.0",
Expand Down
4 changes: 2 additions & 2 deletions tap/pem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export default (QUnit: QUnit, lib: typeof jose) => {
result += pem.startsWith('-----BEGIN PRIVATE KEY-----')
? 'PKCS8 Private Key Import'
: pem.startsWith('-----BEGIN PUBLIC KEY-----')
? 'SPKI Public Key Import'
: 'X.509 Certificate Import'
? 'SPKI Public Key Import'
: 'X.509 Certificate Import'
return result
}

Expand Down

0 comments on commit 62d8567

Please sign in to comment.