Skip to content

Commit

Permalink
chore: update dependency @types/cors to ^2.8.9
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Dec 10, 2020
1 parent 59880a9 commit 79efc7c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 77 deletions.
74 changes: 5 additions & 69 deletions extensions/socketio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/socketio/package.json
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@loopback/http-server": "^2.3.3",
"@types/cors": "^2.8.8",
"@types/cors": "^2.8.9",
"@types/lodash": "^4.14.165",
"cors": "^2.8.5",
"debug": "^4.3.1",
Expand Down
9 changes: 3 additions & 6 deletions packages/rest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/rest/package.json
Expand Up @@ -32,7 +32,7 @@
"@loopback/openapi-v3": "^5.1.2",
"@openapi-contrib/openapi-schema-to-json-schema": "^3.0.4",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.8",
"@types/cors": "^2.8.9",
"@types/express": "^4.17.9",
"@types/express-serve-static-core": "^4.17.15",
"@types/http-errors": "^1.8.0",
Expand Down

0 comments on commit 79efc7c

Please sign in to comment.