Skip to content

Commit cee76a2

Browse files
Bump jsonwebtoken in /Express/examples/mongoose-user-example
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 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.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f783fa5 commit cee76a2

File tree

2 files changed

+31
-53
lines changed

2 files changed

+31
-53
lines changed

Express/examples/mongoose-user-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"express": "^4.17.1",
1717
"express-async-router": "^0.1.15",
1818
"express-validator": "^6.1.1",
19-
"jsonwebtoken": "^8.5.1",
19+
"jsonwebtoken": "^9.0.0",
2020
"mongoose": "^5.6.9",
2121
"morgan": "^1.9.1"
2222
},

Express/examples/mongoose-user-example/yarn.lock

Lines changed: 30 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,21 +1141,15 @@ isobject@^3.0.0, isobject@^3.0.1:
11411141
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
11421142
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
11431143

1144-
jsonwebtoken@^8.5.1:
1145-
version "8.5.1"
1146-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
1147-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
1144+
jsonwebtoken@^9.0.0:
1145+
version "9.0.0"
1146+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
1147+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
11481148
dependencies:
11491149
jws "^3.2.2"
1150-
lodash.includes "^4.3.0"
1151-
lodash.isboolean "^3.0.3"
1152-
lodash.isinteger "^4.0.4"
1153-
lodash.isnumber "^3.0.3"
1154-
lodash.isplainobject "^4.0.6"
1155-
lodash.isstring "^4.0.1"
1156-
lodash.once "^4.0.0"
1150+
lodash "^4.17.21"
11571151
ms "^2.1.1"
1158-
semver "^5.6.0"
1152+
semver "^7.3.8"
11591153

11601154
jwa@^1.4.1:
11611155
version "1.4.1"
@@ -1210,45 +1204,10 @@ latest-version@^3.0.0:
12101204
dependencies:
12111205
package-json "^4.0.0"
12121206

1213-
lodash.includes@^4.3.0:
1214-
version "4.3.0"
1215-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
1216-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
1217-
1218-
lodash.isboolean@^3.0.3:
1219-
version "3.0.3"
1220-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
1221-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
1222-
1223-
lodash.isinteger@^4.0.4:
1224-
version "4.0.4"
1225-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
1226-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
1227-
1228-
lodash.isnumber@^3.0.3:
1229-
version "3.0.3"
1230-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
1231-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
1232-
1233-
lodash.isplainobject@^4.0.6:
1234-
version "4.0.6"
1235-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
1236-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
1237-
1238-
lodash.isstring@^4.0.1:
1239-
version "4.0.1"
1240-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
1241-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
1242-
1243-
lodash.once@^4.0.0:
1244-
version "4.1.1"
1245-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
1246-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
1247-
1248-
lodash@^4.17.11:
1249-
version "4.17.15"
1250-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1251-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1207+
lodash@^4.17.11, lodash@^4.17.21:
1208+
version "4.17.21"
1209+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1210+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
12521211

12531212
lowercase-keys@^1.0.0:
12541213
version "1.0.1"
@@ -1263,6 +1222,13 @@ lru-cache@^4.0.1:
12631222
pseudomap "^1.0.2"
12641223
yallist "^2.1.2"
12651224

1225+
lru-cache@^6.0.0:
1226+
version "6.0.0"
1227+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
1228+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
1229+
dependencies:
1230+
yallist "^4.0.0"
1231+
12661232
make-dir@^1.0.0:
12671233
version "1.3.0"
12681234
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -1924,11 +1890,18 @@ semver-diff@^2.0.0:
19241890
dependencies:
19251891
semver "^5.0.3"
19261892

1927-
semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.5.0, semver@^5.6.0:
1893+
semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.5.0:
19281894
version "5.7.1"
19291895
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
19301896
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
19311897

1898+
semver@^7.3.8:
1899+
version "7.3.8"
1900+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1901+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1902+
dependencies:
1903+
lru-cache "^6.0.0"
1904+
19321905
19331906
version "0.17.1"
19341907
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -2357,3 +2330,8 @@ yallist@^3.0.0, yallist@^3.0.3:
23572330
version "3.0.3"
23582331
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
23592332
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
2333+
2334+
yallist@^4.0.0:
2335+
version "4.0.0"
2336+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
2337+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

0 commit comments

Comments
 (0)