Bump cypress from 11.1.0 to 11.2.0 (#3872)
Bumps [cypress](https://github.com/cypress-io/cypress) from 11.1.0 to 11.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/v11.1.0...v11.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> 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:
parent
51f1ba00a3
commit
8d49cfdb82
2 changed files with 9 additions and 9 deletions
|
@ -100,7 +100,7 @@
|
|||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"cypress": "^11.1.0",
|
||||
"cypress": "^11.2.0",
|
||||
"del": "^7.0.0",
|
||||
"jsdom": "^20.0.3",
|
||||
"ldap-server-mock": "^6.0.1",
|
||||
|
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -189,7 +189,7 @@
|
|||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"cypress": "^11.1.0",
|
||||
"cypress": "^11.2.0",
|
||||
"del": "^7.0.0",
|
||||
"jsdom": "^20.0.3",
|
||||
"ldap-server-mock": "^6.0.1",
|
||||
|
@ -238,9 +238,9 @@
|
|||
}
|
||||
},
|
||||
"apps/admin-ui/node_modules/cypress": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.1.0.tgz",
|
||||
"integrity": "sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==",
|
||||
"version": "11.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.2.0.tgz",
|
||||
"integrity": "sha512-u61UGwtu7lpsNWLUma/FKNOsrjcI6wleNmda/TyKHe0dOBcVjbCPlp1N6uwFZ0doXev7f/91YDpU9bqDCFeBLA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -19078,7 +19078,7 @@
|
|||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"cypress": "^11.1.0",
|
||||
"cypress": "^11.2.0",
|
||||
"dagre": "^0.8.5",
|
||||
"del": "^7.0.0",
|
||||
"file-saver": "^2.0.5",
|
||||
|
@ -19138,9 +19138,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cypress": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.1.0.tgz",
|
||||
"integrity": "sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==",
|
||||
"version": "11.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.2.0.tgz",
|
||||
"integrity": "sha512-u61UGwtu7lpsNWLUma/FKNOsrjcI6wleNmda/TyKHe0dOBcVjbCPlp1N6uwFZ0doXev7f/91YDpU9bqDCFeBLA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.10",
|
||||
|
|
Loading…
Reference in a new issue