Skip to content

Commit 9c3c626

Browse files
committed
chore: upgrade dependencies and add lockfile
The lockfile is needed for npm audit to analyze the packages that will be installed. The major version upgrade to eslint was done to resolve a warning in the latest Dependabot mail. Removed all the outdated nodejs versions.
1 parent 59086c5 commit 9c3c626

File tree

4 files changed

+2751
-11
lines changed

4 files changed

+2751
-11
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
composer.lock
55

6-
package-lock.json
7-
86
!.*
97
.idea/
108

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 4
5-
- 5
6-
- 6
7-
- 7
8-
- 8
4+
- 10
95

106
before_script:
117
- npm install

0 commit comments

Comments
 (0)