From e5ac7604ec01ddbcdebbfcdff33bc15b54cbaba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:08:52 +0000 Subject: [PATCH] build(deps-dev): bump c8 from 7.11.3 to 7.13.0 in /web Bumps [c8](https://github.com/bcoe/c8) from 7.11.3 to 7.13.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](https://github.com/bcoe/c8/compare/v7.11.3...v7.13.0) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index b917fbc..7e434e5 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -33,7 +33,7 @@ "@vitejs/plugin-vue": "^2.3.3", "@vitest/ui": "^0.18.1", "@vue/test-utils": "^2.0.2", - "c8": "^7.11.3", + "c8": "^7.13.0", "cypress": "^10.3.1", "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", @@ -2134,9 +2134,9 @@ } }, "node_modules/c8": { - "version": "7.11.3", - "resolved": "https://registry.npmjs.org/c8/-/c8-7.11.3.tgz", - "integrity": "sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-7.13.0.tgz", + "integrity": "sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", @@ -12541,9 +12541,9 @@ "dev": true }, "c8": { - "version": "7.11.3", - "resolved": "https://registry.npmjs.org/c8/-/c8-7.11.3.tgz", - "integrity": "sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-7.13.0.tgz", + "integrity": "sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==", "dev": true, "requires": { "@bcoe/v8-coverage": "^0.2.3", diff --git a/web/package.json b/web/package.json index a37557b..b6aff6a 100644 --- a/web/package.json +++ b/web/package.json @@ -44,7 +44,7 @@ "@vitejs/plugin-vue": "^2.3.3", "@vitest/ui": "^0.18.1", "@vue/test-utils": "^2.0.2", - "c8": "^7.11.3", + "c8": "^7.13.0", "cypress": "^10.3.1", "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0",