Skip to content

Commit eebbb03

Browse files
committed
fix(deps): update dependency express-jwt to v7
1 parent 04ed522 commit eebbb03

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cors": "^2.8.5",
2525
"dotenv": "^16.0.0",
2626
"express": "^4.16.2",
27-
"express-jwt": "^6.1.1",
27+
"express-jwt": "^7.0.0",
2828
"jsonwebtoken": "^8.5.1",
2929
"marked": "^4.0.12",
3030
"nodemon": "^2.0.15",

server/yarn.lock

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
"@types/qs" "*"
727727
"@types/range-parser" "*"
728728

729-
"@types/express-unless@*":
729+
"@types/express-unless@*", "@types/express-unless@^0.5.3":
730730
version "0.5.3"
731731
resolved "https://registry.yarnpkg.com/@types/express-unless/-/express-unless-0.5.3.tgz#271f8603617445568ed0d6efe25a7d2f338544c1"
732732
integrity sha512-TyPLQaF6w8UlWdv4gj8i46B+INBVzURBNRahCozCSXfsK2VTlL1wNyTlMKw817VHygBtlcl5jfnPadlydr06Yw==
@@ -782,7 +782,7 @@
782782
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
783783
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
784784

785-
785+
"@types/[email protected]", "@types/jsonwebtoken@^8.5.8":
786786
version "8.5.8"
787787
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
788788
integrity sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==
@@ -1095,11 +1095,6 @@ [email protected]:
10951095
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
10961096
integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=
10971097

1098-
async@^1.5.0:
1099-
version "1.5.2"
1100-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
1101-
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
1102-
11031098
asynckit@^0.4.0:
11041099
version "0.4.0"
11051100
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -1977,15 +1972,15 @@ expect@^27.5.1:
19771972
jest-matcher-utils "^27.5.1"
19781973
jest-message-util "^27.5.1"
19791974

1980-
express-jwt@^6.1.1:
1981-
version "6.1.1"
1982-
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.1.1.tgz#2b157fb4fa33c2d367ee71c61b5aca762de39657"
1983-
integrity sha512-m8gkY04v5jtiFZn6bYQINYX/DVXq1DVb5nIW7H8l87qJ4BBvtQKFRpxyRE31odct7OPfHdT+B8678zJHhlMrpw==
1975+
express-jwt@^7.0.0:
1976+
version "7.7.2"
1977+
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-7.7.2.tgz#5f4bc1ec9c4d23dd77ba30974adeb463288f3ab6"
1978+
integrity sha512-NTNciChI54hnfzOh0XNjfsF6zY4W6t1BE4MfrylYrdlzTipMFzCmUaI4ebUac7e4ZBpai5CwrID661o+TwYsRQ==
19841979
dependencies:
1985-
async "^1.5.0"
1980+
"@types/express-unless" "^0.5.3"
1981+
"@types/jsonwebtoken" "^8.5.8"
19861982
express-unless "^1.0.0"
1987-
jsonwebtoken "^8.1.0"
1988-
lodash "^4.17.21"
1983+
jsonwebtoken "^8.5.1"
19891984

19901985
express-unless@^1.0.0:
19911986
version "1.0.0"
@@ -3239,7 +3234,7 @@ json5@^1.0.1:
32393234
dependencies:
32403235
minimist "^1.2.0"
32413236

3242-
jsonwebtoken@^8.1.0, jsonwebtoken@^8.5.1:
3237+
jsonwebtoken@^8.5.1:
32433238
version "8.5.1"
32443239
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
32453240
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==

0 commit comments

Comments
 (0)