Skip to content

Commit 50da675

Browse files
Bump jsonwebtoken from 8.5.1 to 9.0.0 in /server
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 756abbc commit 50da675

2 files changed

Lines changed: 27 additions & 54 deletions

File tree

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dockerode": "^3.1.0",
1717
"dotenv": "^8.2.0",
1818
"express": "^4.17.1",
19-
"jsonwebtoken": "^8.5.1",
19+
"jsonwebtoken": "^9.0.0",
2020
"reflect-metadata": "^0.1.13",
2121
"sequelize": "^6.5.0",
2222
"sequelize-typescript": "^2.1.0",

server/yarn.lock

Lines changed: 26 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -850,21 +850,15 @@ json-stringify-safe@~5.0.1:
850850
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
851851
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
852852

853-
jsonwebtoken@^8.5.1:
854-
version "8.5.1"
855-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
856-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
853+
jsonwebtoken@^9.0.0:
854+
version "9.0.0"
855+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
856+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
857857
dependencies:
858858
jws "^3.2.2"
859-
lodash.includes "^4.3.0"
860-
lodash.isboolean "^3.0.3"
861-
lodash.isinteger "^4.0.4"
862-
lodash.isnumber "^3.0.3"
863-
lodash.isplainobject "^4.0.6"
864-
lodash.isstring "^4.0.1"
865-
lodash.once "^4.0.0"
859+
lodash "^4.17.21"
866860
ms "^2.1.1"
867-
semver "^5.6.0"
861+
semver "^7.3.8"
868862

869863
jsprim@^1.2.2:
870864
version "1.4.1"
@@ -904,42 +898,7 @@ load-json-file@^1.0.0:
904898
pinkie-promise "^2.0.0"
905899
strip-bom "^2.0.0"
906900

907-
lodash.includes@^4.3.0:
908-
version "4.3.0"
909-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
910-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
911-
912-
lodash.isboolean@^3.0.3:
913-
version "3.0.3"
914-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
915-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
916-
917-
lodash.isinteger@^4.0.4:
918-
version "4.0.4"
919-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
920-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
921-
922-
lodash.isnumber@^3.0.3:
923-
version "3.0.3"
924-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
925-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
926-
927-
lodash.isplainobject@^4.0.6:
928-
version "4.0.6"
929-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
930-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
931-
932-
lodash.isstring@^4.0.1:
933-
version "4.0.1"
934-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
935-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
936-
937-
lodash.once@^4.0.0:
938-
version "4.1.1"
939-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
940-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
941-
942-
lodash@^4.17.20:
901+
lodash@^4.17.20, lodash@^4.17.21:
943902
version "4.17.21"
944903
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
945904
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -952,6 +911,13 @@ loud-rejection@^1.0.0:
952911
currently-unhandled "^0.4.1"
953912
signal-exit "^3.0.0"
954913

914+
lru-cache@^6.0.0:
915+
version "6.0.0"
916+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
917+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
918+
dependencies:
919+
yallist "^4.0.0"
920+
955921
make-error@^1.1.1:
956922
version "1.3.5"
957923
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
@@ -1502,15 +1468,17 @@ sax@^1.2.4:
15021468
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
15031469
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
15041470

1505-
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0, semver@^5.6.0:
1471+
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0:
15061472
version "5.7.1"
15071473
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
15081474
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
15091475

1510-
semver@^7.3.2:
1511-
version "7.3.2"
1512-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1513-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
1476+
semver@^7.3.2, semver@^7.3.8:
1477+
version "7.3.8"
1478+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1479+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1480+
dependencies:
1481+
lru-cache "^6.0.0"
15141482

15151483
send@0.17.1:
15161484
version "0.17.1"
@@ -1992,6 +1960,11 @@ yallist@^3.0.0, yallist@^3.0.3:
19921960
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
19931961
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
19941962

1963+
yallist@^4.0.0:
1964+
version "4.0.0"
1965+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1966+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1967+
19951968
yn@3.1.1, yn@^3.0.0:
19961969
version "3.1.1"
19971970
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)