Skip to content

Commit 53f6cd2

Browse files
committed
Update dependency jsonwebtoken to ^8.0.0
1 parent c26c7fe commit 53f6cd2

File tree

4 files changed

+78
-66
lines changed

4 files changed

+78
-66
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@types/jest": "22.1.4",
5252
"jest": "22.4.2",
53-
"jsonwebtoken": "7.4.3",
53+
"jsonwebtoken": "8.2.0",
5454
"lerna": "2.9.0",
5555
"localstorage-polyfill": "1.0.1",
5656
"regenerator-runtime": "0.11.1",

packages/client/yarn.lock

Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,10 +1770,6 @@ [email protected], isarray@~1.0.0:
17701770
version "1.0.0"
17711771
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
17721772

1773-
1774-
version "1.2.0"
1775-
resolved "https://registry.yarnpkg.com/isemail/-/isemail-1.2.0.tgz#be03df8cc3e29de4d2c5df6501263f1fa4595e9a"
1776-
17771773
isexe@^2.0.0:
17781774
version "2.0.0"
17791775
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -2130,15 +2126,6 @@ jodid25519@^1.0.0:
21302126
dependencies:
21312127
jsbn "~0.1.0"
21322128

2133-
joi@^6.10.1:
2134-
version "6.10.1"
2135-
resolved "https://registry.yarnpkg.com/joi/-/joi-6.10.1.tgz#4d50c318079122000fe5f16af1ff8e1917b77e06"
2136-
dependencies:
2137-
hoek "2.x.x"
2138-
isemail "1.x.x"
2139-
moment "2.x.x"
2140-
topo "1.x.x"
2141-
21422129
js-tokens@^3.0.0:
21432130
version "3.0.1"
21442131
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
@@ -2229,14 +2216,19 @@ jsonparse@^1.2.0:
22292216
version "1.3.1"
22302217
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
22312218

2232-
jsonwebtoken@7.4.3:
2233-
version "7.4.3"
2234-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-7.4.3.tgz#77f5021de058b605a1783fa1283e99812e645638"
2219+
jsonwebtoken@8.2.0:
2220+
version "8.2.0"
2221+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.2.0.tgz#690ec3a9e7e95e2884347ce3e9eb9d389aa598b3"
22352222
dependencies:
2236-
joi "^6.10.1"
22372223
jws "^3.1.4"
2224+
lodash.includes "^4.3.0"
2225+
lodash.isboolean "^3.0.3"
2226+
lodash.isinteger "^4.0.4"
2227+
lodash.isnumber "^3.0.3"
2228+
lodash.isplainobject "^4.0.6"
2229+
lodash.isstring "^4.0.1"
22382230
lodash.once "^4.0.0"
2239-
ms "^2.0.0"
2231+
ms "^2.1.1"
22402232
xtend "^4.0.1"
22412233

22422234
jsprim@^1.2.2:
@@ -2391,6 +2383,30 @@ lodash._reinterpolate@~3.0.0:
23912383
version "3.0.0"
23922384
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
23932385

2386+
lodash.includes@^4.3.0:
2387+
version "4.3.0"
2388+
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
2389+
2390+
lodash.isboolean@^3.0.3:
2391+
version "3.0.3"
2392+
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
2393+
2394+
lodash.isinteger@^4.0.4:
2395+
version "4.0.4"
2396+
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
2397+
2398+
lodash.isnumber@^3.0.3:
2399+
version "3.0.3"
2400+
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
2401+
2402+
lodash.isplainobject@^4.0.6:
2403+
version "4.0.6"
2404+
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
2405+
2406+
lodash.isstring@^4.0.1:
2407+
version "4.0.1"
2408+
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
2409+
23942410
lodash.once@^4.0.0:
23952411
version "4.1.1"
23962412
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
@@ -2596,10 +2612,6 @@ modify-values@^1.0.0:
25962612
version "1.0.0"
25972613
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2"
25982614

2599-
2600-
version "2.18.1"
2601-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f"
2602-
26032615
moment@^2.6.0:
26042616
version "2.20.1"
26052617
resolved "https://registry.yarnpkg.com/moment/-/moment-2.20.1.tgz#d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd"
@@ -2608,10 +2620,14 @@ [email protected]:
26082620
version "0.7.2"
26092621
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
26102622

2611-
[email protected], ms@^2.0.0:
2623+
26122624
version "2.0.0"
26132625
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
26142626

2627+
ms@^2.1.1:
2628+
version "2.1.1"
2629+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
2630+
26152631
26162632
version "0.0.7"
26172633
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
@@ -3618,12 +3634,6 @@ to-fast-properties@^1.0.1:
36183634
version "1.0.2"
36193635
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
36203636

3621-
3622-
version "1.1.0"
3623-
resolved "https://registry.yarnpkg.com/topo/-/topo-1.1.0.tgz#e9d751615d1bb87dc865db182fa1ca0a5ef536d5"
3624-
dependencies:
3625-
hoek "2.x.x"
3626-
36273637
tough-cookie@>=2.3.3, tough-cookie@^2.3.3, tough-cookie@~2.3.3:
36283638
version "2.3.4"
36293639
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655"

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"babel-polyfill": "^6.23.0",
5252
"bcryptjs": "^2.4.0",
5353
"crypto": "^0.0.3",
54-
"jsonwebtoken": "^7.2.1",
54+
"jsonwebtoken": "^8.0.0",
5555
"jwt-decode": "^2.1.0",
5656
"lodash": "^4.16.4"
5757
},

packages/server/yarn.lock

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ glob@^7.0.5:
9292
once "^1.3.0"
9393
path-is-absolute "^1.0.0"
9494

95-
96-
version "2.16.3"
97-
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
98-
9995
inflight@^1.0.4:
10096
version "1.0.6"
10197
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -107,27 +103,19 @@ inherits@2:
107103
version "2.0.3"
108104
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
109105

110-
111-
version "1.2.0"
112-
resolved "https://registry.yarnpkg.com/isemail/-/isemail-1.2.0.tgz#be03df8cc3e29de4d2c5df6501263f1fa4595e9a"
113-
114-
joi@^6.10.1:
115-
version "6.10.1"
116-
resolved "https://registry.yarnpkg.com/joi/-/joi-6.10.1.tgz#4d50c318079122000fe5f16af1ff8e1917b77e06"
106+
jsonwebtoken@^8.0.0:
107+
version "8.2.0"
108+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.2.0.tgz#690ec3a9e7e95e2884347ce3e9eb9d389aa598b3"
117109
dependencies:
118-
hoek "2.x.x"
119-
isemail "1.x.x"
120-
moment "2.x.x"
121-
topo "1.x.x"
122-
123-
jsonwebtoken@^7.2.1:
124-
version "7.4.3"
125-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-7.4.3.tgz#77f5021de058b605a1783fa1283e99812e645638"
126-
dependencies:
127-
joi "^6.10.1"
128110
jws "^3.1.4"
111+
lodash.includes "^4.3.0"
112+
lodash.isboolean "^3.0.3"
113+
lodash.isinteger "^4.0.4"
114+
lodash.isnumber "^3.0.3"
115+
lodash.isplainobject "^4.0.6"
116+
lodash.isstring "^4.0.1"
129117
lodash.once "^4.0.0"
130-
ms "^2.0.0"
118+
ms "^2.1.1"
131119
xtend "^4.0.1"
132120

133121
jwa@^1.1.4:
@@ -151,6 +139,30 @@ jwt-decode@^2.1.0:
151139
version "2.2.0"
152140
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-2.2.0.tgz#7d86bd56679f58ce6a84704a657dd392bba81a79"
153141

142+
lodash.includes@^4.3.0:
143+
version "4.3.0"
144+
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
145+
146+
lodash.isboolean@^3.0.3:
147+
version "3.0.3"
148+
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
149+
150+
lodash.isinteger@^4.0.4:
151+
version "4.0.4"
152+
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
153+
154+
lodash.isnumber@^3.0.3:
155+
version "3.0.3"
156+
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
157+
158+
lodash.isplainobject@^4.0.6:
159+
version "4.0.6"
160+
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
161+
162+
lodash.isstring@^4.0.1:
163+
version "4.0.1"
164+
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
165+
154166
lodash.once@^4.0.0:
155167
version "4.1.1"
156168
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
@@ -165,13 +177,9 @@ minimatch@^3.0.4:
165177
dependencies:
166178
brace-expansion "^1.1.7"
167179

168-
169-
version "2.11.2"
170-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.11.2.tgz#87968e5f95ac038c2e42ac959c75819cd3f52901"
171-
172-
ms@^2.0.0:
173-
version "2.0.0"
174-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
180+
ms@^2.1.1:
181+
version "2.1.1"
182+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
175183

176184
once@^1.3.0:
177185
version "1.4.0"
@@ -201,12 +209,6 @@ safe-buffer@^5.0.1:
201209
version "5.0.1"
202210
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"
203211

204-
205-
version "1.1.0"
206-
resolved "https://registry.yarnpkg.com/topo/-/topo-1.1.0.tgz#e9d751615d1bb87dc865db182fa1ca0a5ef536d5"
207-
dependencies:
208-
hoek "2.x.x"
209-
210212
wrappy@1:
211213
version "1.0.2"
212214
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)