chore(deps-dev): bump cypress from 13.12.0 to 13.13.0 (#10058)

This commit is contained in:
dependabot[bot]
2024-07-03 23:55:15 +00:00
committed by GitHub
parent 87a8970e0e
commit 6940b97904
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -71,7 +71,7 @@
"cross-env": "=7.0.3",
"css-loader": "=7.1.2",
"cssnano": "=7.0.3",
"cypress": "=13.12.0",
"cypress": "=13.13.0",
"dedent": "^1.5.3",
"deepmerge": "^4.3.1",
"enzyme": "=3.11.0",
@@ -10012,9 +10012,9 @@
}
},
"node_modules/cypress": {
"version": "13.12.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz",
"integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==",
"version": "13.13.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz",
"integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -10057,7 +10057,7 @@
"request-progress": "^3.0.0",
"semver": "^7.5.3",
"supports-color": "^8.1.1",
"tmp": "~0.2.1",
"tmp": "~0.2.3",
"untildify": "^4.0.0",
"yauzl": "^2.10.0"
},