Skip to content

Commit 9614fb3

Browse files
authored
Merge pull request #6 from jkyberneees/bump-dependencies
Bump dependencies
2 parents 71b6006 + a4087c5 commit 9614fb3

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
4+
- "12"
5+
- "14"
46

5-
before_install:
6-
# package-lock.json was introduced in npm@5
7-
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
8-
install: npm install
7+
script:
8+
- npx standard
9+
- npm run test

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@
3030
"devDependencies": {
3131
"chai": "^4.2.0",
3232
"express-unless": "^0.5.0",
33-
"mocha": "^7.1.0",
33+
"mocha": "^8.2.1",
3434
"nyc": "^14.1.1",
35-
"restana": "^3.4.2",
36-
"standard": "^14.3.3",
37-
"supertest": "^3.4.2"
35+
"restana": "^4.8.0",
36+
"supertest": "^6.0.1"
3837
},
3938
"dependencies": {
40-
"find-my-way": "^2.2.2"
39+
"find-my-way": "^3.0.5"
4140
}
4241
}

0 commit comments

Comments
 (0)