From e05693869e0961f915c74253b77827cd84f4d127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 22 Feb 2021 21:44:19 +0100 Subject: [PATCH] chore: update dependencies (#534) --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index a7a04003..83af19e6 100644 --- a/package.json +++ b/package.json @@ -36,34 +36,34 @@ "changelog-maker": "^2.5.0", "cheerio": "^1.0.0-rc.5", "clipboardy": "^2.3.0", - "core-validate-commit": "^3.13.1", + "core-validate-commit": "^3.13.3", "execa": "^5.0.0", "figures": "^3.2.0", - "form-data": "^3.0.0", - "fs-extra": "^9.0.1", + "form-data": "^4.0.0", + "fs-extra": "^9.1.0", "ghauth": "^4.0.0", "inquirer": "^7.3.3", "listr": "^0.14.3", "listr-input": "^0.2.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "node-fetch": "^2.6.1", - "ora": "^5.2.0", - "proxy-agent": "^4.0.0", - "replace-in-file": "^6.1.0", + "ora": "^5.3.0", + "proxy-agent": "^4.0.1", + "replace-in-file": "^6.2.0", "rimraf": "^3.0.2", "yargs": "^16.2.0" }, "devDependencies": { - "eslint": "^7.16.0", + "eslint": "^7.20.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^4.1.0", "intelli-espower-loader": "^1.0.1", - "mocha": "^8.2.1", + "mocha": "^8.3.0", "nyc": "^15.1.0", "power-assert": "^1.6.1", - "sinon": "^9.2.2" + "sinon": "^9.2.4" } }