Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/express to v5 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@types/eslint": "^8.44.6",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.5",
"@types/supertest": "^6.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2995,27 +2995,27 @@ __metadata:
languageName: node
linkType: hard

"@types/express-serve-static-core@npm:^4.17.33":
version: 4.17.36
resolution: "@types/express-serve-static-core@npm:4.17.36"
"@types/express-serve-static-core@npm:^5.0.0":
version: 5.0.1
resolution: "@types/express-serve-static-core@npm:5.0.1"
dependencies:
"@types/node": "*"
"@types/qs": "*"
"@types/range-parser": "*"
"@types/send": "*"
checksum: 410b13cbd663f18c0f8729e7f2ff54d960d96de76ebbae7cadb612972f85cc66c54051e00d32f11aa230c0a683d81a6d6fc7f7e4e383a95c0801494c517f36e1
checksum: e9daf9bc0d83f593aa2fdcb7c3f9c0a8747bfdf6d8a5ee48ed8d8cc4dc2ed52bdc75d20f6fec9ef00a1aa5ade4c7f16668ff1c020911b50394472844813b1cdb
languageName: node
linkType: hard

"@types/express@npm:^4.17.17":
version: 4.17.17
resolution: "@types/express@npm:4.17.17"
"@types/express@npm:^5.0.0":
version: 5.0.0
resolution: "@types/express@npm:5.0.0"
dependencies:
"@types/body-parser": "*"
"@types/express-serve-static-core": ^4.17.33
"@types/express-serve-static-core": ^5.0.0
"@types/qs": "*"
"@types/serve-static": "*"
checksum: 0196dacc275ac3ce89d7364885cb08e7fb61f53ca101f65886dbf1daf9b7eb05c0943e2e4bbd01b0cc5e50f37e0eea7e4cbe97d0304094411ac73e1b7998f4da
checksum: ef68d8e2b7593c930093b1e79bf4df15413773508c9acd6a1a933ed7017f2a4892a8d128b2222d7eab9a3fa43181067a378c2600d9258bd7ae917f170e962df4
languageName: node
linkType: hard

Expand Down Expand Up @@ -12394,7 +12394,7 @@ __metadata:
"@stencila/encoda-1-0-8": "npm:@stencila/[email protected]"
"@stencila/encoda-1-0-9": "npm:@stencila/[email protected]"
"@types/eslint": ^8.44.6
"@types/express": ^4.17.17
"@types/express": ^5.0.0
"@types/jest": ^29.5.6
"@types/node": ^20.8.5
"@types/supertest": ^6.0.0
Expand Down
Loading