Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit e77901b

Browse files
Bump jsonwebtoken from 8.3.0 to 9.0.0
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.3.0...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a9fd80 commit e77901b

File tree

2 files changed

+39
-56
lines changed

2 files changed

+39
-56
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"oc:dev": "nodemon --ignore node_modules/ dist/index.js --inspect=$DEBUG_PORT"
4848
},
4949
"dependencies": {
50-
"jsonwebtoken": "^8.3.0",
50+
"jsonwebtoken": "^9.0.0",
5151
"jwt-decode": "^2.2.0",
5252
"koa": "^2.5.0",
5353
"koa-bodyparser": "^4.2.0",

yarn.lock

+38-55
Original file line numberDiff line numberDiff line change
@@ -1586,9 +1586,9 @@ ecc-jsbn@~0.1.1:
15861586
dependencies:
15871587
jsbn "~0.1.0"
15881588

1589-
ecdsa-sig-formatter@1.0.10:
1590-
version "1.0.10"
1591-
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz#1c595000f04a8897dfb85000892a0f4c33af86c3"
1589+
ecdsa-sig-formatter@1.0.11:
1590+
version "1.0.11"
1591+
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
15921592
dependencies:
15931593
safe-buffer "^5.0.1"
15941594

@@ -1680,7 +1680,7 @@ esutils@^2.0.2:
16801680

16811681
event-stream@~3.3.0:
16821682
version "3.3.4"
1683-
resolved "http://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
1683+
resolved "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
16841684
dependencies:
16851685
duplexer "~0.1.1"
16861686
from "~0"
@@ -3135,19 +3135,14 @@ jsonify@~0.0.0:
31353135
version "0.0.0"
31363136
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
31373137

3138-
jsonwebtoken@^8.3.0:
3139-
version "8.3.0"
3140-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.3.0.tgz#056c90eee9a65ed6e6c72ddb0a1d325109aaf643"
3141-
dependencies:
3142-
jws "^3.1.5"
3143-
lodash.includes "^4.3.0"
3144-
lodash.isboolean "^3.0.3"
3145-
lodash.isinteger "^4.0.4"
3146-
lodash.isnumber "^3.0.3"
3147-
lodash.isplainobject "^4.0.6"
3148-
lodash.isstring "^4.0.1"
3149-
lodash.once "^4.0.0"
3138+
jsonwebtoken@^9.0.0:
3139+
version "9.0.0"
3140+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
3141+
dependencies:
3142+
jws "^3.2.2"
3143+
lodash "^4.17.21"
31503144
ms "^2.1.1"
3145+
semver "^7.3.8"
31513146

31523147
jsprim@^1.2.2:
31533148
version "1.4.1"
@@ -3158,19 +3153,19 @@ jsprim@^1.2.2:
31583153
json-schema "0.2.3"
31593154
verror "1.10.0"
31603155

3161-
jwa@^1.1.5:
3162-
version "1.1.6"
3163-
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.1.6.tgz#87240e76c9808dbde18783cf2264ef4929ee50e6"
3156+
jwa@^1.4.1:
3157+
version "1.4.1"
3158+
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
31643159
dependencies:
31653160
buffer-equal-constant-time "1.0.1"
3166-
ecdsa-sig-formatter "1.0.10"
3161+
ecdsa-sig-formatter "1.0.11"
31673162
safe-buffer "^5.0.1"
31683163

3169-
jws@^3.1.5:
3170-
version "3.1.5"
3171-
resolved "https://registry.yarnpkg.com/jws/-/jws-3.1.5.tgz#80d12d05b293d1e841e7cb8b4e69e561adcf834f"
3164+
jws@^3.2.2:
3165+
version "3.2.2"
3166+
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304"
31723167
dependencies:
3173-
jwa "^1.1.5"
3168+
jwa "^1.4.1"
31743169
safe-buffer "^5.0.1"
31753170

31763171
jwt-decode@^2.2.0:
@@ -3338,49 +3333,21 @@ locate-path@^2.0.0:
33383333
p-locate "^2.0.0"
33393334
path-exists "^3.0.0"
33403335

3341-
lodash.includes@^4.3.0:
3342-
version "4.3.0"
3343-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
3344-
33453336
lodash.indexof@^4.0.5:
33463337
version "4.0.5"
33473338
resolved "https://registry.yarnpkg.com/lodash.indexof/-/lodash.indexof-4.0.5.tgz#53714adc2cddd6ed87638f893aa9b6c24e31ef3c"
33483339

3349-
lodash.isboolean@^3.0.3:
3350-
version "3.0.3"
3351-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
3352-
3353-
lodash.isinteger@^4.0.4:
3354-
version "4.0.4"
3355-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
3356-
3357-
lodash.isnumber@^3.0.3:
3358-
version "3.0.3"
3359-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
3360-
3361-
lodash.isplainobject@^4.0.6:
3362-
version "4.0.6"
3363-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
3364-
3365-
lodash.isstring@^4.0.1:
3366-
version "4.0.1"
3367-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
3368-
33693340
lodash.map@^4.6.0:
33703341
version "4.6.0"
33713342
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
33723343

3373-
lodash.once@^4.0.0:
3374-
version "4.1.1"
3375-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
3376-
33773344
lodash.sortby@^4.7.0:
33783345
version "4.7.0"
33793346
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
33803347

3381-
lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.1:
3382-
version "4.17.10"
3383-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
3348+
lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.1:
3349+
version "4.17.21"
3350+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
33843351

33853352
log-ok@^0.1.1:
33863353
version "0.1.1"
@@ -3446,6 +3413,12 @@ lru-cache@^4.0.1, lru-cache@^4.1.1:
34463413
pseudomap "^1.0.2"
34473414
yallist "^2.1.2"
34483415

3416+
lru-cache@^6.0.0:
3417+
version "6.0.0"
3418+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3419+
dependencies:
3420+
yallist "^4.0.0"
3421+
34493422
make-dir@^1.0.0:
34503423
version "1.2.0"
34513424
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.2.0.tgz#6d6a49eead4aae296c53bbf3a1a008bd6c89469b"
@@ -4557,6 +4530,12 @@ semver@4.3.2:
45574530
version "4.3.2"
45584531
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.2.tgz#c7a07158a80bedd052355b770d82d6640f803be7"
45594532

4533+
semver@^7.3.8:
4534+
version "7.3.8"
4535+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
4536+
dependencies:
4537+
lru-cache "^6.0.0"
4538+
45604539
sentence-case@^2.1.0:
45614540
version "2.1.1"
45624541
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-2.1.1.tgz#1f6e2dda39c168bf92d13f86d4a918933f667ed4"
@@ -5506,6 +5485,10 @@ yallist@^3.0.0, yallist@^3.0.2:
55065485
version "3.0.2"
55075486
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9"
55085487

5488+
yallist@^4.0.0:
5489+
version "4.0.0"
5490+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5491+
55095492
yamljs@^0.3.0:
55105493
version "0.3.0"
55115494
resolved "https://registry.yarnpkg.com/yamljs/-/yamljs-0.3.0.tgz#dc060bf267447b39f7304e9b2bfbe8b5a7ddb03b"

0 commit comments

Comments
 (0)