Skip to content

Commit 512970a

Browse files
author
Stephen Scott
committedDec 16, 2021
bump version of swagger-ui-dist due to security update
1 parent aa3d56a commit 512970a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-ui-express",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Swagger UI Express",
55
"main": "./index.js",
66
"files": [
@@ -50,7 +50,7 @@
5050
},
5151
"homepage": "https://github.com/scottie1984/swagger-ui-express",
5252
"dependencies": {
53-
"swagger-ui-dist": ">3.52.5"
53+
"swagger-ui-dist": ">=4.1.3"
5454
},
5555
"peerDependencies": {
5656
"express": ">=4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.