From a1f6ded7161744be8459d7ad0e842a1b17657c6e Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Tue, 11 Jun 2024 21:56:53 -0700 Subject: [PATCH] fix: update codecov plugin version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 15b9de2..d8a3f1c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "cli-progress": "3.11.2", "cli-table3": "0.6.4", "degit": "2.8.4", - "glob": "10.2.6", + "glob": "10.4.1", "inquirer": "8.0.0", "mustache": "4.2.0", "semver": "7.6.2", @@ -62,7 +62,7 @@ "yargs": "17.6.2" }, "devDependencies": { - "@codecov/vite-plugin": "0.0.1-beta.5", + "@codecov/vite-plugin": "^0.0.1-beta.9", "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0", "@release-it/conventional-changelog": "7.0.2",