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

Update dependency swagger-ui-express to v5 #622

Open
wants to merge 1 commit into
base: main
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
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 @@ -35,7 +35,7 @@
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"swagger-ui-express": "^4.6.3"
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@nestjs/testing": "^9.4.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9607,21 +9607,21 @@ __metadata:
languageName: node
linkType: hard

"swagger-ui-dist@npm:>=4.11.0":
version: 4.11.0
resolution: "swagger-ui-dist@npm:4.11.0"
checksum: 2b9f327112e1e901d9b1968bb9de3dde4e9139e1980251d02f42b47e826d7c1fa995f147f86cfeade68e1e55cf3935d0c4e6cd8e221d86a1641bf0369416982a
"swagger-ui-dist@npm:>=5.0.0":
version: 5.9.0
resolution: "swagger-ui-dist@npm:5.9.0"
checksum: 722f5d81adf0c0a940559952f48f7cd20a3f2a53aee8771c896eee8e3bed6f78c2f231960a7c30a4dca390d1205c0b2909d84062978013bb60febc478b9fc3d9
languageName: node
linkType: hard

"swagger-ui-express@npm:^4.6.3":
version: 4.6.3
resolution: "swagger-ui-express@npm:4.6.3"
"swagger-ui-express@npm:^5.0.0":
version: 5.0.0
resolution: "swagger-ui-express@npm:5.0.0"
dependencies:
swagger-ui-dist: ">=4.11.0"
swagger-ui-dist: ">=5.0.0"
peerDependencies:
express: ">=4.0.0 || >=5.0.0-beta"
checksum: bd0e02d2572685fcd82701b29f27ba6a27bc72de2b1553e84f884d008a0bf85a3711c9e236bb658130d702892866744d1a8a30b52b887e4f8224635c57afc63d
checksum: 565b89717315577785edc6d2f4df8ce83207baa2b714264170ffa677522d2103c184091e146b7cce7baf254e96116c5bb2cb1ab907dc1152fdead3090690983b
languageName: node
linkType: hard

Expand Down Expand Up @@ -10016,7 +10016,7 @@ __metadata:
rimraf: ^5.0.1
rxjs: ^7.8.1
supertest: ^6.3.3
swagger-ui-express: ^4.6.3
swagger-ui-express: ^5.0.0
ts-jest: ^29.1.1
ts-node: ^10.9.1
typescript: ^5.2.2
Expand Down
Loading