Skip to content

Commit

Permalink
build(deps-dev): bump @types/jsonwebtoken from 9.0.3 to 9.0.5 (#947)
Browse files Browse the repository at this point in the history
Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.3 to 9.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken)

---
updated-dependencies:
- dependency-name: "@types/jsonwebtoken"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 16bcfcd commit 589c100
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/convict": "^6.1.6",
"@types/jsonwebtoken": "^9.0.1",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"@types/uuid": "^9.0.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/convict": "^6.1.6",
"@types/jsonwebtoken": "^9.0.1",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"@types/uuid": "^9.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/convict": "^6.1.6",
"@types/express": "~4.17.21",
"@types/jest": "^29.5.10",
"@types/jsonwebtoken": "^9.0.1",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"express": "~4.18.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3892,10 +3892,10 @@
dependencies:
"@types/node" "*"

"@types/jsonwebtoken@^9.0.1", "@types/jsonwebtoken@^9.0.2":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz#1f22283b8e1f933af9e195d720798b64b399d84c"
integrity sha512-b0jGiOgHtZ2jqdPgPnP6WLCXZk1T8p06A/vPGzUvxpFGgKMbjXJDjC5m52ErqBnIuWZFgGoIJyRdeG5AyreJjA==
"@types/jsonwebtoken@^9.0.2", "@types/jsonwebtoken@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.5.tgz#0bd9b841c9e6c5a937c17656e2368f65da025588"
integrity sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==
dependencies:
"@types/node" "*"

Expand Down

0 comments on commit 589c100

Please sign in to comment.