1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-27 12:49:01 +00:00

Bump cypress from 10.10.0 to 10.11.0 in /web

Bumps [cypress](https://github.com/cypress-io/cypress) from 10.10.0 to 10.11.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/v10.10.0...v10.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-31 20:14:34 +00:00 committed by Brenden Matthews
parent b68511aa16
commit 8142c699ce
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -32,7 +32,7 @@
"@types/node": "^18.11.4",
"@types/react": "^18.0.22",
"autoprefixer": "^10.4.13",
"cypress": "^10.10.0",
"cypress": "^10.11.0",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.5.0",
@ -3525,9 +3525,9 @@
"dev": true
},
"node_modules/cypress": {
"version": "10.10.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz",
"integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==",
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz",
"integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -17749,9 +17749,9 @@
"dev": true
},
"cypress": {
"version": "10.10.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz",
"integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==",
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz",
"integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",

View File

@ -44,7 +44,7 @@
"@types/node": "^18.11.4",
"@types/react": "^18.0.22",
"autoprefixer": "^10.4.13",
"cypress": "^10.10.0",
"cypress": "^10.11.0",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.5.0",