Skip to content

Commit f9b9f68

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency jsonwebtoken to ^9.0.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83ee1ee commit f9b9f68

File tree

7 files changed

+30
-25
lines changed

7 files changed

+30
-25
lines changed

examples/access-control-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@loopback/service-proxy": "^8.0.6",
6464
"bcryptjs": "^3.0.3",
6565
"casbin": "^5.41.0",
66-
"jsonwebtoken": "^9.0.2",
66+
"jsonwebtoken": "^9.0.3",
6767
"loopback-connector-rest": "^6.0.1"
6868
},
6969
"devDependencies": {

examples/multi-tenancy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@loopback/rest-explorer": "^8.0.7",
6262
"@loopback/service-proxy": "^8.0.6",
6363
"debug": "^4.4.3",
64-
"jsonwebtoken": "^9.0.2",
64+
"jsonwebtoken": "^9.0.3",
6565
"tslib": "^2.8.1"
6666
},
6767
"devDependencies": {

extensions/authentication-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@loopback/security": "^0.12.7",
4646
"bcryptjs": "^3.0.3",
4747
"debug": "^4.4.3",
48-
"jsonwebtoken": "^9.0.2"
48+
"jsonwebtoken": "^9.0.3"
4949
},
5050
"devDependencies": {
5151
"@loopback/authentication": "^12.0.8",

extensions/authentication-passport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"body-parser": "^2.2.1",
7171
"express": "^4.21.2",
7272
"form-data": "^4.0.5",
73-
"jsonwebtoken": "^9.0.2",
73+
"jsonwebtoken": "^9.0.3",
7474
"lodash": "^4.17.21",
7575
"passport-http": "^0.3.0",
7676
"passport-oauth2": "^1.8.0",

fixtures/mock-oauth2-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"body-parser": "^2.2.1",
4545
"express": "^4.21.2",
4646
"form-data": "^4.0.5",
47-
"jsonwebtoken": "^9.0.2",
47+
"jsonwebtoken": "^9.0.3",
4848
"lodash": "^4.17.21",
4949
"tslib": "^2.8.1"
5050
},

package-lock.json

Lines changed: 24 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"@loopback/rest": "^15.0.7",
5858
"@loopback/testlab": "^8.0.6",
5959
"@types/node": "^16.18.126",
60-
"jsonwebtoken": "^9.0.2"
60+
"jsonwebtoken": "^9.0.3"
6161
}
6262
}

0 commit comments

Comments
 (0)