mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #60412 from nextcloud/dependabot/npm_and_yarn/stable33/eslint-plugin-cypress-6.4.1
[stable33] chore(deps-dev): Bump eslint-plugin-cypress from 6.4.0 to 6.4.1
This commit is contained in:
commit
c83252bb35
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -60,7 +60,7 @@
|
|||
"cypress-vite": "^1.9.1",
|
||||
"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": "^27.4.0",
|
||||
|
|
@ -8154,13 +8154,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",
|
||||
|
|
@ -9383,9 +9383,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": {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"cypress-vite": "^1.9.1",
|
||||
"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": "^27.4.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue