Skip to content

Commit b83bc9f

Browse files
committed
fix(deps): update dependency jose to v2.0.5
1 parent cd9bbb1 commit b83bc9f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nestjs/platform-express": "7.5.1",
2828
"@nestjs/serve-static": "2.1.3",
2929
"cache-manager": "3.4.0",
30-
"jose": "2.0.3",
30+
"jose": "2.0.5",
3131
"jsonpath": "1.0.2",
3232
"jsonwebtoken": "8.5.1",
3333
"lodash": "4.17.20",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -5213,7 +5213,14 @@ [email protected]:
52135213
import-local "^3.0.2"
52145214
jest-cli "^26.6.3"
52155215

5216-
[email protected], jose@^2.0.2:
5216+
5217+
version "2.0.5"
5218+
resolved "https://registry.yarnpkg.com/jose/-/jose-2.0.5.tgz#29746a18d9fff7dcf9d5d2a6f62cb0c7cd27abd3"
5219+
integrity sha512-BAiDNeDKTMgk4tvD0BbxJ8xHEHBZgpeRZ1zGPPsitSyMgjoMWiLGYAE7H7NpP5h0lPppQajQs871E8NHUrzVPA==
5220+
dependencies:
5221+
"@panva/asn1.js" "^1.0.0"
5222+
5223+
jose@^2.0.2:
52175224
version "2.0.3"
52185225
resolved "https://registry.yarnpkg.com/jose/-/jose-2.0.3.tgz#9c931ab3e13e2d16a5b9e6183e60b2fc40a8e1b8"
52195226
integrity sha512-L+RlDgjO0Tk+Ki6/5IXCSEnmJCV8iMFZoBuEgu2vPQJJ4zfG/k3CAqZUMKDYNRHIDyy0QidJpOvX0NgpsAqFlw==

0 commit comments

Comments
 (0)