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

Commit 2e24d13

Browse files
committed
chore:update dependencies
1 parent 477a35b commit 2e24d13

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CODEOWNERS

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Lines starting with '#' are comments.
22
# Each line is a file pattern followed by one or more owners,
3-
# the last matching pattern has the most precendence.
3+
# the last matching pattern has the most precedence.
4+
5+
# Alumni maintainers
6+
# @kjdelisle @loay @ssh24 @virkt25
47

58
# Core team members from IBM
6-
* @kjdelisle @jannyHou @loay @b-admike @ssh24 @virkt25 @dhmlau
9+
* @jannyHou @b-admike @dhmlau

package.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,28 @@
22
"name": "loopback-getting-started",
33
"version": "1.0.0",
44
"main": "server/server.js",
5+
"engines": {
6+
"node": ">=6"
7+
},
58
"scripts": {
69
"lint": "eslint .",
710
"start": "node .",
8-
"posttest": "npm run lint && nsp check"
11+
"posttest": "npm run lint"
912
},
1013
"dependencies": {
1114
"compression": "^1.0.3",
1215
"cors": "^2.5.2",
13-
"helmet": "^3.8.2",
16+
"helmet": "^3.15.0",
1417
"loopback": "^3.0.0",
15-
"loopback-boot": "^2.6.5",
16-
"loopback-component-explorer": "^5.0.0",
17-
"loopback-connector-mysql": "^2.4.0",
18+
"loopback-boot": "^3.1.1",
19+
"loopback-component-explorer": "^6.3.1",
20+
"loopback-connector-mysql": "^5.3.1",
1821
"serve-favicon": "^2.0.1",
19-
"strong-error-handler": "^1.0.1"
22+
"strong-error-handler": "^3.2.0"
2023
},
2124
"devDependencies": {
2225
"eslint": "^2.13.1",
23-
"eslint-config-loopback": "^4.0.0",
24-
"nsp": "^2.1.0"
26+
"eslint-config-loopback": "^4.0.0"
2527
},
2628
"repository": {
2729
"type": "",

0 commit comments

Comments
 (0)