Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

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 477a35b commit 2e24d13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
7 changes: 5 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,28 @@
"name": "loopback-getting-started",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=6"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
"posttest": "npm run lint"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^3.8.2",
"helmet": "^3.15.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^5.0.0",
"loopback-connector-mysql": "^2.4.0",
"loopback-boot": "^3.1.1",
"loopback-component-explorer": "^6.3.1",
"loopback-connector-mysql": "^5.3.1",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^1.0.1"
"strong-error-handler": "^3.2.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 2e24d13

Please sign in to comment.