Skip to content

Commit 5556a6e

Browse files
build(deps): bump express-jwt from 8.3.0 to 8.4.0 in /Sample-01
Bumps [express-jwt](https://github.com/auth0/express-jwt) from 8.3.0 to 8.4.0. - [Release notes](https://github.com/auth0/express-jwt/releases) - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](auth0/express-jwt@v8.3.0...v8.4.0) --- updated-dependencies: - dependency-name: express-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7938ff commit 5556a6e

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Sample-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"autoprefixer": "^10.4",
2727
"cors": "^2.8",
2828
"express": "^4.18",
29-
"express-jwt": "^8.3.0",
29+
"express-jwt": "^8.4.0",
3030
"helmet": "^4.4",
3131
"highlight.js": "^10.0",
3232
"jwks-rsa": "^3.0.0",

Sample-01/yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4400,15 +4400,14 @@ expect@^29.0.0:
44004400
jest-message-util "^29.3.1"
44014401
jest-util "^29.3.1"
44024402

4403-
express-jwt@^8.3.0:
4404-
version "8.3.0"
4405-
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.3.0.tgz#fd317bb52bbe06bdd55afb8dad6bc65b44d39e14"
4406-
integrity sha512-3eMAlhv240YOzI0WRbufa2oBc6xR29GVY4HZ6AZfJQGnTtelXBmFRYPk+BojSdTa5JLlu9LVmOrTJRI9yg54ww==
4403+
express-jwt@^8.4.0:
4404+
version "8.4.0"
4405+
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.4.0.tgz#40a23647779b17d64958f77e10b945172b1af506"
4406+
integrity sha512-AvIkHI6+wuwHQTgfnl4kEPWeMKo5yw4FnXJJK+jf/PRWAflmuJKTs06ENRNJ6sCQceIUVqAi/fy8Nav8alnv0w==
44074407
dependencies:
44084408
"@types/jsonwebtoken" "^9"
44094409
express-unless "^2.1.3"
44104410
jsonwebtoken "^9.0.0"
4411-
lodash.set "^4.3.2"
44124411

44134412
express-unless@^2.1.3:
44144413
version "2.1.3"
@@ -6350,11 +6349,6 @@ lodash.merge@^4.6.2:
63506349
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
63516350
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
63526351

6353-
lodash.set@^4.3.2:
6354-
version "4.3.2"
6355-
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
6356-
integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==
6357-
63586352
lodash.sortby@^4.7.0:
63596353
version "4.7.0"
63606354
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"

0 commit comments

Comments
 (0)