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:
parent
7ead525926
commit
abf59b3f77
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.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
16
package-lock.json
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue