mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Merge pull request #58302 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-5.3.0
chore(deps-dev): Bump eslint-plugin-cypress from 5.2.1 to 5.3.0
This commit is contained in:
commit
8443c71d3e
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -60,7 +60,7 @@
|
|||
"cypress-vite": "^1.8.0",
|
||||
"cypress-wait-until": "^3.0.2",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-cypress": "^5.2.1",
|
||||
"eslint-plugin-cypress": "^5.3.0",
|
||||
"eslint-plugin-no-only-tests": "^3.3.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^28.0.0",
|
||||
|
|
@ -8101,13 +8101,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-cypress": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.1.tgz",
|
||||
"integrity": "sha512-HTJLbcd7fwJ4agbHinZ4FUIl38bUTJT3BmH8zdgS2V32LETmPqCtWHi3xlgZ2vpX0aW6kQoHCVVqHm8NxZJ9sA==",
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.3.0.tgz",
|
||||
"integrity": "sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"globals": "^16.2.0"
|
||||
"globals": "^16.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">=9"
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"cypress-vite": "^1.8.0",
|
||||
"cypress-wait-until": "^3.0.2",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-cypress": "^5.2.1",
|
||||
"eslint-plugin-cypress": "^5.3.0",
|
||||
"eslint-plugin-no-only-tests": "^3.3.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^28.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue