From 5dc5732e639c0e5789594ed2de79ac9b697e9c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:00:36 +0000 Subject: [PATCH] Bump @cypress/code-coverage from 3.13.10 to 3.13.11 (#1038) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) from 3.13.10 to 3.13.11.
Release notes

Sourced from @​cypress/code-coverage's releases.

v3.13.11

3.13.11 (2025-01-28)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@cypress/code-coverage&package-manager=npm_and_yarn&previous-version=3.13.10&new-version=3.13.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 +++++----------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index c70c1346..a7c05f4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "url": "^0.11.4" }, "devDependencies": { - "@cypress/code-coverage": "^3.13.10", + "@cypress/code-coverage": "^3.13.11", "@eslint/js": "^9.19.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rollup/plugin-replace": "^6.0.2", @@ -594,16 +594,16 @@ } }, "node_modules/@cypress/code-coverage": { - "version": "3.13.10", - "resolved": "https://registry.npmjs.org/@cypress/code-coverage/-/code-coverage-3.13.10.tgz", - "integrity": "sha512-Bcj24zr82HNd6XGLvt9i00YYPscZwKiXBoyNM5iloJeo1cOqJRN7qkS/SIfX9Ab6lTvuNBDdZat48vyuZAuJBA==", + "version": "3.13.11", + "resolved": "https://registry.npmjs.org/@cypress/code-coverage/-/code-coverage-3.13.11.tgz", + "integrity": "sha512-mX5MLnfIGwtd4pAEzTBMfwnQYAT/z8sINq4DA10DNhj8ZkF4/foSxosToFbtNkchTtZiKGrhWS+6LZL2qsi+bw==", "dev": true, "license": "MIT", "dependencies": { "@cypress/webpack-preprocessor": "^6.0.0", "chalk": "4.1.2", "dayjs": "1.11.13", - "debug": "4.3.7", + "debug": "4.4.0", "execa": "4.1.0", "globby": "11.1.0", "istanbul-lib-coverage": "^3.0.0", @@ -618,24 +618,6 @@ "webpack": "^4 || ^5" } }, - "node_modules/@cypress/code-coverage/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@cypress/mount-utils": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@cypress/mount-utils/-/mount-utils-4.1.2.tgz", diff --git a/package.json b/package.json index c8dfd3ce..92d5fe42 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ } }, "devDependencies": { - "@cypress/code-coverage": "^3.13.10", + "@cypress/code-coverage": "^3.13.11", "@eslint/js": "^9.19.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rollup/plugin-replace": "^6.0.2",