Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
- update glob to version 7.1.4
- update @types/lodash to version 4.14.124
- update @types/passport-http to version 0.3.8
- update @types/fs-extra to version 5.1.0
- update helmet to version 3.17.0
- update url-slug to version 2.1.1
- update nyc to version 14.1.0
- update swagger2openapi to version 5.3.0
- update oas-validator to version 3.3.0
- update loopback-datasource-juggler to version 4.6.3
  • Loading branch information
bajtos committed May 9, 2019
1 parent b8d005c commit dce0b9a
Show file tree
Hide file tree
Showing 26 changed files with 374 additions and 316 deletions.
6 changes: 3 additions & 3 deletions examples/todo-list/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 examples/todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@loopback/http-caching-proxy": "^1.0.16",
"@loopback/testlab": "^1.2.6",
"@loopback/tslint-config": "^2.0.4",
"@types/lodash": "^4.14.109",
"@types/lodash": "^4.14.124",
"@types/node": "^10.11.2",
"lodash": "^4.17.10",
"tslint": "^5.15.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/todo/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 examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@loopback/http-caching-proxy": "^1.0.16",
"@loopback/testlab": "^1.2.6",
"@loopback/tslint-config": "^2.0.4",
"@types/lodash": "^4.14.109",
"@types/lodash": "^4.14.124",
"@types/node": "^10.11.2",
"lodash": "^4.17.10",
"tslint": "^5.15.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication/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/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@loopback/tslint-config": "^2.0.4",
"@types/node": "^10.11.2",
"@types/passport": "^1.0.0",
"@types/passport-http": "^0.3.6",
"@types/passport-http": "^0.3.8",
"jsonwebtoken": "^8.5.1",
"passport-http": "^0.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/boot/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/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/debug": "^4.1.4",
"@types/glob": "^7.1.1",
"debug": "^4.0.1",
"glob": "^7.1.2"
"glob": "^7.1.4"
},
"devDependencies": {
"@loopback/build": "^1.5.1",
Expand Down
96 changes: 48 additions & 48 deletions packages/booter-lb3app/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/booter-lb3app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"loopback": "^3.25.1",
"loopback-swagger": "^5.7.3",
"p-event": "^4.1.0",
"swagger2openapi": "^5.2.5"
"swagger2openapi": "^5.3.0"
},
"peerDependencies": {
"@loopback/boot": "^1.2.2",
Expand All @@ -38,11 +38,11 @@
"@loopback/testlab": "^1.2.6",
"@loopback/tslint-config": "^2.0.4",
"@types/debug": "^4.1.4",
"@types/lodash": "^4.14.123",
"@types/lodash": "^4.14.124",
"@types/node": "^10.11.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"helmet": "^3.16.0",
"helmet": "^3.17.0",
"loopback-boot": "^3.3.0"
},
"keywords": [
Expand Down
Loading

0 comments on commit dce0b9a

Please sign in to comment.