chore(deps-dev): bump cypress from 13.1.0 to 13.2.0 (#9575)

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.1.0 to 13.2.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.1.0...v13.2.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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:
dependabot[bot]
2023-09-17 08:55:52 +00:00
committed by GitHub
parent 5731e9edfb
commit 89968f871c
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -70,7 +70,7 @@
"child-process-promise": "^2.2.1",
"clsx": "^2.0.0",
"concurrently": "^8.2.1",
"cypress": "^13.1.0",
"cypress": "^13.2.0",
"cypress-wait-for-stable-dom": "^0.1.0",
"danger": "^11.2.8",
"deepmerge": "^4.3.1",
@@ -5370,9 +5370,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "16.18.39",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz",
"integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ=="
"version": "18.17.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.16.tgz",
"integrity": "sha512-e0zgs7qe1XH/X3KEPnldfkD07LH9O1B9T31U8qoO7lqGSjj3/IrBuvqMeJ1aYejXRK3KOphIUDw6pLIplEW17A=="
},
"node_modules/@types/normalize-package-data": {
"version": "2.4.1",
@@ -9256,15 +9256,15 @@
"dev": true
},
"node_modules/cypress": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.1.0.tgz",
"integrity": "sha512-LUKxCYlB973QBFls1Up4FAE9QIYobT+2I8NvvAwMfQS2YwsWbr6yx7y9hmsk97iqbHkKwZW3MRjoK1RToBFVdQ==",
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz",
"integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@cypress/request": "^3.0.0",
"@cypress/xvfb": "^1.2.4",
"@types/node": "^16.18.39",
"@types/node": "^18.17.5",
"@types/sinonjs__fake-timers": "8.1.1",
"@types/sizzle": "^2.3.2",
"arch": "^2.2.0",

View File

@@ -157,7 +157,7 @@
"child-process-promise": "^2.2.1",
"clsx": "^2.0.0",
"concurrently": "^8.2.1",
"cypress": "^13.1.0",
"cypress": "^13.2.0",
"cypress-wait-for-stable-dom": "^0.1.0",
"danger": "^11.2.8",
"deepmerge": "^4.3.1",