Skip to content

Commit

Permalink
Merge dd50db9 into 6ef5d85
Browse files Browse the repository at this point in the history
  • Loading branch information
Janny committed Feb 8, 2019
2 parents 6ef5d85 + dd50db9 commit de6c6ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"debug": "^4.0.1",
"fs-extra": "^7.0.1",
"json5": "^2.0.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"minimist": "^1.2.0",
"pacote": "^9.1.0",
"pluralize": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"debug": "^4.0.1",
"lodash": "^4.17.5",
"lodash": "^4.17.11",
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@loopback/openapi-v3-types": "^1.0.5",
"@loopback/repository-json-schema": "^1.3.0",
"debug": "^4.0.1",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
}
}
2 changes: 1 addition & 1 deletion packages/repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@loopback/core": "^1.1.5",
"@types/debug": "^4.1.0",
"debug": "^4.0.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"loopback-datasource-juggler": "^4.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"express": "^4.16.3",
"http-errors": "^1.6.3",
"js-yaml": "^3.11.0",
"lodash": "^4.17.5",
"lodash": "^4.17.11",
"openapi-schema-to-json-schema": "^2.1.0",
"openapi3-ts": "^1.0.0",
"path-to-regexp": "^3.0.0",
Expand Down

0 comments on commit de6c6ed

Please sign in to comment.