1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 11:12:21 +00:00

build(deps-dev): bump cypress from 12.5.1 to 12.6.0 in /web

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>
This commit is contained in:
dependabot[bot] 2023-02-20 18:04:53 +00:00 committed by Brenden Matthews
parent 5b84cd9d05
commit 78359f615b
2 changed files with 6 additions and 6 deletions

10
web/package-lock.json generated
View File

@ -32,7 +32,7 @@
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.13",
"cypress": "^12.5.1",
"cypress": "^12.6.0",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
@ -3566,9 +3566,9 @@
"dev": true
},
"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": {
@ -3589,7 +3589,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",

View File

@ -44,7 +44,7 @@
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.13",
"cypress": "^12.5.1",
"cypress": "^12.6.0",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",