Skip to content

Commit

Permalink
Merge pull request #26 from balderdashy/upgrade-rc
Browse files Browse the repository at this point in the history
Update rc version because of security vulnerability
  • Loading branch information
rachaelshaw authored Apr 17, 2019
2 parents 7ecb53e + b3c02e4 commit 62c9908
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"
- "10"
- "node"

branches:
Expand Down
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"url": "https://github.com/balderdashy/captains-log/issues"
},
"dependencies": {
"chalk": "1.1.3",
"@sailshq/lodash": "^3.10.2",
"rc": "1.0.1",
"chalk": "1.1.3",
"rc": "1.2.8",
"semver": "5.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 62c9908

Please sign in to comment.