Skip to content

Commit

Permalink
removed vulnerabilities, upgraded to node 14.18.1 (#104)
Browse files Browse the repository at this point in the history
* removed vulnerabilities, upgraded to node 14.18.1

* removed package-lock.json

* travis update

* node version >= 14.18.1

* run_travis
  • Loading branch information
pndysvm7 authored Jun 11, 2022
1 parent 43377dc commit db76f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- 0.12.7
- 14.18.1
script:
- npm test
- npm test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://integrator.io",
"author": "Celigo Inc. <developer@celigo.com> (http://www.celigo.com)",
"engines": {
"node": ">= 0.12"
"node": ">= 14.18.1"
},
"license": "MIT",
"repository": {
Expand All @@ -18,7 +18,7 @@
"lodash.isempty": "4.4.0"
},
"devDependencies": {
"mocha": "2.4.5",
"mocha": "7.1.2",
"should": "8.3.0",
"winston": "2.2.0"
},
Expand Down

0 comments on commit db76f8b

Please sign in to comment.