Bump cypress from 11.0.1 to 11.1.0 (#3795)

Bumps [cypress](https://github.com/cypress-io/cypress) from 11.0.1 to 11.1.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.0.1...v11.1.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:
dependabot[bot] 2022-11-18 09:43:22 +01:00 committed by GitHub
parent 7ead525926
commit abf59b3f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -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.0.1",
"cypress": "^11.1.0",
"del": "^7.0.0",
"jsdom": "^20.0.2",
"ldap-server-mock": "^6.0.1",

16
package-lock.json generated
View file

@ -187,7 +187,7 @@
"@types/react-dom": "^17.0.16",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^2.2.0",
"cypress": "^11.0.1",
"cypress": "^11.1.0",
"del": "^7.0.0",
"jsdom": "^20.0.2",
"ldap-server-mock": "^6.0.1",
@ -236,9 +236,9 @@
}
},
"apps/admin-ui/node_modules/cypress": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.1.tgz",
"integrity": "sha512-NuEfd0Vim492RJ3m/+bbTZ3OZrqXgfAfuLaZfIQ9D5lKocS3EDr2tyAarZdAhKwLyoh7OJ33jwMeMFIDbzYqog==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.1.0.tgz",
"integrity": "sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -18759,7 +18759,7 @@
"@types/react-dom": "^17.0.16",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^2.2.0",
"cypress": "^11.0.1",
"cypress": "^11.1.0",
"dagre": "^0.8.5",
"del": "^7.0.0",
"file-saver": "^2.0.5",
@ -18819,9 +18819,9 @@
"dev": true
},
"cypress": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.1.tgz",
"integrity": "sha512-NuEfd0Vim492RJ3m/+bbTZ3OZrqXgfAfuLaZfIQ9D5lKocS3EDr2tyAarZdAhKwLyoh7OJ33jwMeMFIDbzYqog==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.1.0.tgz",
"integrity": "sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",