aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-13 10:45:37 -0500
committerGitHub <noreply@github.com>2024-04-13 10:45:37 -0500
commitcfec0def36e932ce972b6b96ef62c2569ac89538 (patch)
treea908a53961d59e7acc8b60235138c1a673db40f3
parent77ad01ab207bc4f7d4846c79c8210d13bec90ccb (diff)
downloadcompiler-explorer-gh-11291.tar.gz
compiler-explorer-gh-11291.zip
Update dependency cypress to ^13.7.3 (#6257)gh-11291
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://togithub.com/cypress-io/cypress)) | [`^13.7.1` -> `^13.7.3`](https://renovatebot.com/diffs/npm/cypress/13.7.1/13.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.7.1/13.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.7.1/13.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.7.3`](https://togithub.com/cypress-io/cypress/releases/tag/v13.7.3) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.7.2...v13.7.3) Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3 ### [`v13.7.2`](https://togithub.com/cypress-io/cypress/releases/tag/v13.7.2) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.7.1...v13.7.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/compiler-explorer/compiler-explorer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 1e1f00fca..ca0fb692c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -105,7 +105,7 @@
"cheerio": "^1.0.0-rc.12",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
- "cypress": "^13.7.1",
+ "cypress": "^13.7.3",
"deep-equal-in-any-order": "^2.0.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
@@ -7626,9 +7626,9 @@
"dev": true
},
"node_modules/cypress": {
- "version": "13.7.1",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.1.tgz",
- "integrity": "sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==",
+ "version": "13.7.3",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz",
+ "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
diff --git a/package.json b/package.json
index baafc78e8..b81bc3cbf 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,7 @@
"cheerio": "^1.0.0-rc.12",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
- "cypress": "^13.7.1",
+ "cypress": "^13.7.3",
"deep-equal-in-any-order": "^2.0.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",