From 99a70346e93d225b36563860c404277c9dc88558 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sat, 8 Jan 2022 14:59:59 -0800 Subject: [PATCH] chore: fix dependencies This downgrades mocha and eslint for node v4. This upgrades shelljs and related dependencies, which includes shelljs/shelljs#1058. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa36f37..f082aa0 100644 --- a/package.json +++ b/package.json @@ -27,17 +27,17 @@ "index.js" ], "devDependencies": { - "eslint": "^5.16.0", + "eslint": "^4.19.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", - "mocha": "^6.1.4", - "shelljs": "^0.8.1", - "shelljs-changelog": "^0.2.2", + "mocha": "^5.2.0", + "shelljs": "^0.8.5", + "shelljs-changelog": "^0.2.6", "shelljs-release": "^0.2.0", "should": "^13.2.3" }, "peerDependencies": { - "shelljs": "^0.8.1" + "shelljs": "^0.8.5" }, "dependencies": { "opener": "^1.4.1"