mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Bump cypress from 14.0.2 to 14.0.3 (#1059)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.0.2 to 14.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v14.0.3</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-0-3">https://docs.cypress.io/app/references/changelog#14-0-3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d2be6c05fa"><code>d2be6c0</code></a> chore: release 14.0.3 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31077">#31077</a>)</li> <li><a href="66bf74f5b2"><code>66bf74f</code></a> chore: Revert "chore: update wdio dependencies to latest for firefox (<a href="https://redirect.github.com/cypress-io/cypress/issues/30822">#30822</a>)...</li> <li><a href="d733b86a71"><code>d733b86</code></a> dependency: update dependency <code>@cypress/request</code> to ^3.0.7 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31063">#31063</a>)</li> <li><a href="1042f4abf1"><code>1042f4a</code></a> chore: fix snyk scan to ignore the nx cloud build files (<a href="https://redirect.github.com/cypress-io/cypress/issues/31025">#31025</a>)</li> <li><a href="2e3e7ac320"><code>2e3e7ac</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31067">#31067</a>)</li> <li><a href="69ee481943"><code>69ee481</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31066">#31066</a>)</li> <li><a href="8ac7991e07"><code>8ac7991</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31065">#31065</a>)</li> <li><a href="33eb6c818e"><code>33eb6c8</code></a> chore: update wdio dependencies to latest for firefox (<a href="https://redirect.github.com/cypress-io/cypress/issues/30822">#30822</a>)</li> <li><a href="b20bad672b"><code>b20bad6</code></a> chore: wire up beta chrome into circle workflow, update orb, and update firef...</li> <li><a href="f9e872d0d4"><code>f9e872d</code></a> fix: decode both script and stack before making comparison in the priv channe...</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.0.2...v14.0.3">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -94,7 +94,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.5",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.0.2",
|
||||
"cypress": "^14.0.3",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
@@ -4898,14 +4898,14 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "14.0.2",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.2.tgz",
|
||||
"integrity": "sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A==",
|
||||
"version": "14.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.3.tgz",
|
||||
"integrity": "sha512-yIdvobANw3kS+KF/t5vwjjPNufBA8ux7iQHaWxPTkUw2yCKI72m9mKM24eOwE84Wk4ALPsSvEcGbDrwgmhr4RA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cypress/request": "^3.0.6",
|
||||
"@cypress/request": "^3.0.7",
|
||||
"@cypress/xvfb": "^1.2.4",
|
||||
"@types/sinonjs__fake-timers": "8.1.1",
|
||||
"@types/sizzle": "^2.3.2",
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.5",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.0.2",
|
||||
"cypress": "^14.0.3",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
|
||||
Reference in New Issue
Block a user