Skip to content

Commit

Permalink
Update dependency @types/express to ^4.17.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 2fe3dc4 commit a52f326
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-aniskip-api",
"version": "2.0.575",
"version": "2.0.576",
"description": "Provides the opening and ending skip times for the Aniskip extension",
"repository": "https://github.com/lexesjan/typescript-aniskip-api",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@nestjs/testing": "^9.4.3",
"@types/express": "^4.17.17",
"@types/express": "^4.17.19",
"@types/ioredis": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/md5": "^2.3.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1623,15 +1623,15 @@ __metadata:
languageName: node
linkType: hard

"@types/express@npm:^4.17.17":
version: 4.17.17
resolution: "@types/express@npm:4.17.17"
"@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: 0196dacc275ac3ce89d7364885cb08e7fb61f53ca101f65886dbf1daf9b7eb05c0943e2e4bbd01b0cc5e50f37e0eea7e4cbe97d0304094411ac73e1b7998f4da
checksum: 3d39d0655eb0825d96fec100985a38737767ddd6da2dbda1e330a3adf36c98a9b7cd8d9539db32876d1fbb47a09343cad7b38c30c8dd7c291271fcb9b85cb21b
languageName: node
linkType: hard

Expand Down Expand Up @@ -9978,7 +9978,7 @@ __metadata:
"@nestjs/swagger": ^6.3.0
"@nestjs/testing": ^9.4.3
"@nestjs/throttler": ^4.2.1
"@types/express": ^4.17.17
"@types/express": ^4.17.19
"@types/ioredis": ^5.0.0
"@types/jest": ^29.5.5
"@types/md5": ^2.3.2
Expand Down

0 comments on commit a52f326

Please sign in to comment.