Skip to content

Commit

Permalink
chore: update dependencies (nodejs#495)
Browse files Browse the repository at this point in the history
The only major bump is for `ora`, which dropped support for Node.js
versions <10.
  • Loading branch information
targos authored Sep 5, 2020
1 parent 4ad4a58 commit 3c3712a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,39 @@
],
"license": "MIT",
"dependencies": {
"branch-diff": "^1.8.1",
"chalk": "^4.0.0",
"changelog-maker": "^2.4.0",
"branch-diff": "^1.9.1",
"chalk": "^4.1.0",
"changelog-maker": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"clipboardy": "^2.3.0",
"core-validate-commit": "^3.13.1",
"execa": "^4.0.1",
"execa": "^4.0.3",
"figures": "^3.2.0",
"form-data": "^3.0.0",
"fs-extra": "^9.0.0",
"fs-extra": "^9.0.1",
"ghauth": "^4.0.0",
"inquirer": "^7.1.0",
"inquirer": "^7.3.3",
"listr": "^0.14.3",
"listr-input": "^0.2.1",
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"node-fetch": "^2.6.0",
"ora": "^4.0.4",
"ora": "^5.0.0",
"proxy-agent": "^3.1.1",
"replace-in-file": "^6.0.0",
"replace-in-file": "^6.1.0",
"rimraf": "^3.0.2",
"yargs": "^15.3.1"
"yargs": "^15.4.1"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^8.0.1",
"nyc": "^15.0.1",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"power-assert": "^1.6.1",
"sinon": "^9.0.2"
"sinon": "^9.0.3"
}
}

0 comments on commit 3c3712a

Please sign in to comment.