mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #60413 from nextcloud/dependabot/npm_and_yarn/eslint-9ff570924c
chore(deps-dev): Bump eslint-plugin-cypress from 6.4.0 to 6.4.1 in the eslint group across 1 directory
This commit is contained in:
commit
2831410a76
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -63,7 +63,7 @@
|
|||
"cypress-vite": "^1.10.0",
|
||||
"cypress-wait-until": "^3.0.2",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-plugin-cypress": "^6.4.0",
|
||||
"eslint-plugin-cypress": "^6.4.1",
|
||||
"eslint-plugin-no-only-tests": "^3.4.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^29.1.1",
|
||||
|
|
@ -8202,13 +8202,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-cypress": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.0.tgz",
|
||||
"integrity": "sha512-zdGXFSmTH4w2A+2aU/Abna2s8Vcz5mDxDsnAXP5Vl+pERWRQxlSE2qrrmriNUEKZ62tlOA87b9AOnJX49tOhAQ==",
|
||||
"version": "6.4.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.1.tgz",
|
||||
"integrity": "sha512-8mnfR3q0Lr41Fu9SYZGeZ5nbSBgtS44+bbtSs7k0KvfoQ2pPmK43IvaTP6FGTfwBTN6S7w027CpqjrLAd65AYA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"globals": "^17.5.0"
|
||||
"globals": "^17.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/parser": ">=8",
|
||||
|
|
@ -9422,9 +9422,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "17.5.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz",
|
||||
"integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz",
|
||||
"integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
"cypress-vite": "^1.10.0",
|
||||
"cypress-wait-until": "^3.0.2",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-plugin-cypress": "^6.4.0",
|
||||
"eslint-plugin-cypress": "^6.4.1",
|
||||
"eslint-plugin-no-only-tests": "^3.4.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^29.1.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue