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-dev): Bump @types/express from 4.17.18 to 4.17.19 #1864

Merged
merged 1 commit into from
Oct 16, 2023
Merged
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
Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/microsoft/accessibility-insights-action#readme",
"packageManager": "[email protected]",
"devDependencies": {
"@types/express": "^4.17.18",
"@types/express": "^4.17.19",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/marked": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"serve-static": "^1.15.0"
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/express": "^4.17.19",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/marked": "^5.0.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@accessibility-insights-action/shared@workspace:packages/shared"
dependencies:
"@types/express": ^4.17.18
"@types/express": ^4.17.19
"@types/jest": ^29.5.5
"@types/lodash": ^4.14.199
"@types/marked": ^5.0.2
Expand Down Expand Up @@ -2496,15 +2496,15 @@ __metadata:
languageName: node
linkType: hard

"@types/express@npm:^4.17.18":
version: 4.17.18
resolution: "@types/express@npm:4.17.18"
"@types/express@npm:^4.17.19":
version: 4.17.19
resolution: "@types/express@npm:4.17.19"
dependencies:
"@types/body-parser": "*"
"@types/express-serve-static-core": ^4.17.33
"@types/qs": "*"
"@types/serve-static": "*"
checksum: 8c178da4f0edff1f006d871fbdc3f849620986ff10bad252f3dfd45b57554e26aaa28c602285df028930d5216e257a06fbaf795070f8bb42f7d87e3b689cba50
checksum: 3d39d0655eb0825d96fec100985a38737767ddd6da2dbda1e330a3adf36c98a9b7cd8d9539db32876d1fbb47a09343cad7b38c30c8dd7c291271fcb9b85cb21b
languageName: node
linkType: hard

Expand Down Expand Up @@ -3204,7 +3204,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "accessibility-insights-action@workspace:."
dependencies:
"@types/express": ^4.17.18
"@types/express": ^4.17.19
"@types/jest": ^29.5.5
"@types/lodash": ^4.14.199
"@types/marked": ^5.0.2
Expand Down
Loading