Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: "@types/express"
  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 Jan 22, 2024
1 parent 0fa60f9 commit f720299
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/convict": "^6.1.6",
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/google-protobuf": "^3.15.6",
"@types/lodash": "^4.14.200",
Expand Down
2 changes: 1 addition & 1 deletion libraries/hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/express": "~4.17.17",
"@types/express": "~4.17.21",
"@types/graphql-type-json": "^0.3.5",
"@types/lodash": "^4.14.200",
"@types/node": "20.10.3",
Expand Down
2 changes: 1 addition & 1 deletion libraries/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@conduitplatform/grpc-sdk": "*",
"@types/convict": "^6.1.6",
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/google-protobuf": "^3.15.6",
"@types/lodash": "^4.14.200",
Expand Down
2 changes: 1 addition & 1 deletion modules/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/express": "~4.17.17",
"@types/express": "~4.17.21",
"@types/graphql-type-json": "^0.3.5",
"@types/lodash": "^4.14.200",
"@types/node": "20.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/convict": "^6.1.6",
"@types/express": "~4.17.17",
"@types/express": "~4.17.21",
"@types/jest": "^29.5.10",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.200",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/convict": "^6.1.6",
"@types/express": "~4.17.17",
"@types/express": "~4.17.21",
"@types/is-natural-number": "^4.0.4",
"@types/lodash": "^4.14.200",
"@types/node": "20.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@conduitplatform/testing-tools": "^1.0.0",
"@types/convict": "^6.1.6",
"@types/express": "~4.17.17",
"@types/express": "~4.17.21",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.200",
"@types/node": "20.10.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3477,10 +3477,10 @@
"@types/range-parser" "*"
"@types/send" "*"

"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.17.17", "@types/express@~4.17.17":
version "4.17.17"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.17.17", "@types/express@^4.17.21", "@types/express@~4.17.21":
version "4.17.21"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^4.17.33"
Expand Down

0 comments on commit f720299

Please sign in to comment.