Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Jan 21, 2019
1 parent 4bab2c7 commit 0e35de0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
7 changes: 5 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,6 +1,9 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners,
# the last matching pattern has the most precendence.
# the last matching pattern has the most precedence.

# Alumni maintainers
# @kjdelisle @loay @ssh24 @virkt25

# Core team members from IBM
* @kjdelisle @jannyHou @loay @b-admike @ssh24 @virkt25 @dhmlau
* @jannyHou @b-admike @dhmlau
15 changes: 7 additions & 8 deletions package.json
Expand Up @@ -11,19 +11,18 @@
"async": "^2.1.2",
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^1.3.0",
"helmet": "^3.15.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.4.0",
"loopback-connector-mongodb": "^1.17.0",
"loopback-connector-mysql": "^2.4.0",
"loopback-boot": "^3.1.1",
"loopback-component-explorer": "^6.2.0",
"loopback-connector-mongodb": "^3.6.0",
"loopback-connector-mysql": "^5.3.1",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^1.0.1"
"strong-error-handler": "^3.0.0"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"nsp": "^2.1.0"
"eslint-config-loopback": "^4.0.0"
},
"repository": {
"type": "",
Expand Down

0 comments on commit 0e35de0

Please sign in to comment.