From 72dab7abbc5294afbd2702e8bb25bf85bffd4866 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Thu, 2 Feb 2023 15:58:07 -0800 Subject: [PATCH] Revert to rimraf v3 for glob --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86446f0..2e31b1a 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "chalk": "~5.2", "cli-argv-util": "~0.1", "fancy-log": "~2.0", - "glob": "~8.0", + "glob": "~8.1", "istextorbinary": "~6.0", "replacer-util": "~0.3", "slash": "~5.0" @@ -93,16 +93,16 @@ "devDependencies": { "@types/fancy-log": "~2.0", "@types/node": "~18.11", - "@typescript-eslint/eslint-plugin": "~5.48", - "@typescript-eslint/parser": "~5.48", + "@typescript-eslint/eslint-plugin": "~5.50", + "@typescript-eslint/parser": "~5.50", "add-dist-header": "~0.3", "assert-deep-strict-equal": "~1.0", "copy-file-util": "~0.1", - "eslint": "~8.31", + "eslint": "~8.33", "jshint": "~2.13", "mocha": "~10.2", "rev-web-assets": "~0.1", - "rimraf": "~4.0", + "rimraf": "3", "run-scripts-util": "~0.1", "typescript": "~4.9", "w3c-html-validator": "~1.3"