[](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 | 20 +++++---------------
package.json | 2 +-
2 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 77c5dff7..f9f3e5ce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -62,7 +62,7 @@
"url": "^0.11.4"
},
"devDependencies": {
- "@cypress/code-coverage": "^3.14.2",
+ "@cypress/code-coverage": "^3.14.3",
"@eslint/js": "^9.27.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
@@ -574,9 +574,9 @@
}
},
"node_modules/@cypress/code-coverage": {
- "version": "3.14.2",
- "resolved": "https://registry.npmjs.org/@cypress/code-coverage/-/code-coverage-3.14.2.tgz",
- "integrity": "sha512-HhdjQvUn/oIl9HCoJW1uoTgcDzipdCB6yPpWU2HNemCmMh6Ws6oQxfifue7BNlCXPX28jsnEzYzix9/eHYQ/Hw==",
+ "version": "3.14.3",
+ "resolved": "https://registry.npmjs.org/@cypress/code-coverage/-/code-coverage-3.14.3.tgz",
+ "integrity": "sha512-wU7XAIgcAkj8fnFySPYejK1nR1OEYw1WicoPBRb2dHK+XQX0MfvJnyMftZrlbofymMpwr2ylTeuDRWu9Tk1jyg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -593,7 +593,7 @@
"peerDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
- "babel-loader": "^8.3 || ^9",
+ "babel-loader": "^8.3 || ^9 || ^10",
"cypress": "*",
"webpack": "^4 || ^5"
}
@@ -5958,16 +5958,6 @@
"url": "https://opencollective.com/eslint"
}
},
- "node_modules/eslint/node_modules/@eslint/js": {
- "version": "9.26.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.26.0.tgz",
- "integrity": "sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
"node_modules/eslint/node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
diff --git a/package.json b/package.json
index 2074c7e2..8c912c54 100644
--- a/package.json
+++ b/package.json
@@ -93,7 +93,7 @@
}
},
"devDependencies": {
- "@cypress/code-coverage": "^3.14.2",
+ "@cypress/code-coverage": "^3.14.3",
"@eslint/js": "^9.27.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",