Skip to content

Commit e94725f

Browse files
authored
Merge pull request #2 from getconversio/hotfix/vuln
Fix vulnerabilities
2 parents d455284 + ffb93d5 commit e94725f

File tree

3 files changed

+4156
-2
lines changed

3 files changed

+4156
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- '7'
3+
- '10'
4+
- '8'
45
- '6'
56
script:
67
- npm run lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/getconversio/object-ops#readme",
2626
"devDependencies": {
2727
"ava": "^0.18.2",
28-
"eslint": "^3.16.0",
28+
"eslint": "^5",
2929
"eslint-config-airbnb-base": "^11.1.0",
3030
"eslint-plugin-import": "^2.2.0",
3131
"should": "^11.2.0",

0 commit comments

Comments
 (0)