From 3c21ebdfe53ed6a2e7b7180f83e898ec24959180 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sat, 8 Jan 2022 11:18:51 -0800 Subject: [PATCH] chore: update dependencies No change to logic. This updates dependencies, which includes https://github.com/shelljs/shelljs/issues/1058. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b40f2dd..8c8c499 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "mocha": "^5.2.0", - "shelljs": "^0.8.4", + "shelljs": "^0.8.5", "shelljs-changelog": "^0.2.5", - "shelljs-release": "^0.4.1", + "shelljs-release": "^0.5.1", "should": "^13.2.3" }, "peerDependencies": { - "shelljs": "^0.8.4" + "shelljs": "^0.8.5" }, "optionalDependencies": { "sleep": "^3.0.1"