Skip to content

Commit 22690cc

Browse files
Bump jsonwebtoken from 8.5.1 to 9.0.0 in /backend
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] <support@github.com>
1 parent 298d325 commit 22690cc

File tree

2 files changed

+30
-52
lines changed

2 files changed

+30
-52
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"express": "^4.17.1",
1818
"express-async-errors": "^3.1.1",
1919
"express-handlebars": "^3.1.0",
20-
"jsonwebtoken": "^8.5.1",
20+
"jsonwebtoken": "^9.0.0",
2121
"mongoose": "^5.8.10",
2222
"multer": "^1.4.2",
2323
"nodemailer": "^6.4.2",

backend/yarn.lock

Lines changed: 29 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,21 +1625,15 @@ jsonfile@^4.0.0:
16251625
optionalDependencies:
16261626
graceful-fs "^4.1.6"
16271627

1628-
jsonwebtoken@^8.5.1:
1629-
version "8.5.1"
1630-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
1631-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
1628+
jsonwebtoken@^9.0.0:
1629+
version "9.0.0"
1630+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
1631+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
16321632
dependencies:
16331633
jws "^3.2.2"
1634-
lodash.includes "^4.3.0"
1635-
lodash.isboolean "^3.0.3"
1636-
lodash.isinteger "^4.0.4"
1637-
lodash.isnumber "^3.0.3"
1638-
lodash.isplainobject "^4.0.6"
1639-
lodash.isstring "^4.0.1"
1640-
lodash.once "^4.0.0"
1634+
lodash "^4.17.21"
16411635
ms "^2.1.1"
1642-
semver "^5.6.0"
1636+
semver "^7.3.8"
16431637

16441638
jwa@^1.4.1:
16451639
version "1.4.1"
@@ -1714,45 +1708,10 @@ lodash-es@^4.17.11:
17141708
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
17151709
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
17161710

1717-
lodash.includes@^4.3.0:
1718-
version "4.3.0"
1719-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
1720-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
1721-
1722-
lodash.isboolean@^3.0.3:
1723-
version "3.0.3"
1724-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
1725-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
1726-
1727-
lodash.isinteger@^4.0.4:
1728-
version "4.0.4"
1729-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
1730-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
1731-
1732-
lodash.isnumber@^3.0.3:
1733-
version "3.0.3"
1734-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
1735-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
1736-
1737-
lodash.isplainobject@^4.0.6:
1738-
version "4.0.6"
1739-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
1740-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
1741-
1742-
lodash.isstring@^4.0.1:
1743-
version "4.0.1"
1744-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
1745-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
1746-
1747-
lodash.once@^4.0.0:
1748-
version "4.1.1"
1749-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
1750-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
1751-
1752-
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5:
1753-
version "4.17.15"
1754-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1755-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1711+
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.5:
1712+
version "4.17.21"
1713+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1714+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
17561715

17571716
lowercase-keys@^1.0.0:
17581717
version "1.0.1"
@@ -1767,6 +1726,13 @@ lru-cache@^4.0.1, lru-cache@^4.1.5:
17671726
pseudomap "^1.0.2"
17681727
yallist "^2.1.2"
17691728

1729+
lru-cache@^6.0.0:
1730+
version "6.0.0"
1731+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
1732+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
1733+
dependencies:
1734+
yallist "^4.0.0"
1735+
17701736
lru-queue@0.1:
17711737
version "0.1.0"
17721738
resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
@@ -2736,6 +2702,13 @@ semver@^6.1.2, semver@^6.3.0:
27362702
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
27372703
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
27382704

2705+
semver@^7.3.8:
2706+
version "7.3.8"
2707+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
2708+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
2709+
dependencies:
2710+
lru-cache "^6.0.0"
2711+
27392712
send@0.17.1:
27402713
version "0.17.1"
27412714
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -3383,6 +3356,11 @@ yallist@^2.1.2:
33833356
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
33843357
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
33853358

3359+
yallist@^4.0.0:
3360+
version "4.0.0"
3361+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
3362+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
3363+
33863364
yargs-parser@^13.1.1:
33873365
version "13.1.1"
33883366
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"

0 commit comments

Comments
 (0)