Bump cypress from 12.5.1 to 12.6.0 (#4427)

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.5.1 to 12.6.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/v12.5.1...v12.6.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-02-20 09:19:17 -05:00 committed by GitHub
parent 5e61cb8e17
commit 84895a6c3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -97,7 +97,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"cypress": "^12.5.1",
"cypress": "^12.6.0",
"jsdom": "^21.1.0",
"ldap-server-mock": "^6.0.1",
"ts-node": "^10.9.1",

10
package-lock.json generated
View file

@ -95,7 +95,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"cypress": "^12.5.1",
"cypress": "^12.6.0",
"jsdom": "^21.1.0",
"ldap-server-mock": "^6.0.1",
"ts-node": "^10.9.1",
@ -3901,9 +3901,9 @@
"integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
},
"node_modules/cypress": {
"version": "12.5.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz",
"integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==",
"version": "12.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.6.0.tgz",
"integrity": "sha512-WdHSVaS1lumSd5XpVTslZd8ui9GIGphrzvXq9+3DtVhqjRZC5M70gu5SW/Y/SLPq3D1wiXGZoHC6HJ7ESVE2lw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -3924,7 +3924,7 @@
"commander": "^5.1.0",
"common-tags": "^1.8.0",
"dayjs": "^1.10.4",
"debug": "^4.3.2",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"eventemitter2": "6.4.7",
"execa": "4.1.0",