mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(deps-dev): Bump eslint-plugin-cypress from 6.3.1 to 6.4.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.3.1...v6.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9d0723c2c5
commit
d458c19fe4
2 changed files with 11 additions and 5 deletions
14
package-lock.json
generated
14
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.3.1",
|
||||
"eslint-plugin-cypress": "^6.4.0",
|
||||
"eslint-plugin-no-only-tests": "^3.4.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^27.4.0",
|
||||
|
|
@ -8154,16 +8154,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-cypress": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.3.1.tgz",
|
||||
"integrity": "sha512-iTJtdIZbyCUlagEI4YlVcwgPFV7X379Qi/upujaD4kvOaQkMvzmpt90vfSnaqgqprp/HPIvhnzv3fdI7mYV4QQ==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"globals": "^17.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/parser": ">=8",
|
||||
"eslint": ">=9"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@typescript-eslint/parser": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-jsdoc": {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"cypress-vite": "^1.9.1",
|
||||
"cypress-wait-until": "^3.0.2",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-plugin-cypress": "^6.3.1",
|
||||
"eslint-plugin-cypress": "^6.4.0",
|
||||
"eslint-plugin-no-only-tests": "^3.4.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^27.4.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue