Merge pull request #54745 from nextcloud/dependabot/npm_and_yarn/cypress-axe-1.7.0

pull/54737/head
dependabot[bot] 2025-08-30 08:36:00 +07:00 committed by GitHub
commit bcc8ff7b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated

@ -116,7 +116,7 @@
"babel-plugin-module-resolver": "^5.0.2", "babel-plugin-module-resolver": "^5.0.2",
"colord": "^2.9.3", "colord": "^2.9.3",
"cypress": "^13.17.0", "cypress": "^13.17.0",
"cypress-axe": "^1.6.0", "cypress-axe": "^1.7.0",
"cypress-delete-downloads-folder": "^0.0.6", "cypress-delete-downloads-folder": "^0.0.6",
"cypress-if": "^1.13.2", "cypress-if": "^1.13.2",
"cypress-split": "^1.24.20", "cypress-split": "^1.24.20",
@ -10381,17 +10381,16 @@
} }
}, },
"node_modules/cypress-axe": { "node_modules/cypress-axe": {
"version": "1.6.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.6.0.tgz", "resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.7.0.tgz",
"integrity": "sha512-C/ij50G8eebBrl/WsGT7E+T/SFyIsRZ3Epx9cRTLrPL9Y1GcxlQGFoAVdtSFWRrHSCWXq9HC6iJQMaI89O9yvQ==", "integrity": "sha512-zzJpvAAjauEB3GZl0KYXb8i3w6MztWAt2WM3czYTFyNVC30alDmqCm9E7GwZ4bgkldZJlmHakaVEyu73R5St4w==",
"dev": true, "dev": true,
"license": "MIT",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
}, },
"peerDependencies": { "peerDependencies": {
"axe-core": "^3 || ^4", "axe-core": "^3 || ^4",
"cypress": "^10 || ^11 || ^12 || ^13 || ^14" "cypress": "^10 || ^11 || ^12 || ^13 || ^14 || ^15"
} }
}, },
"node_modules/cypress-delete-downloads-folder": { "node_modules/cypress-delete-downloads-folder": {

@ -147,7 +147,7 @@
"babel-plugin-module-resolver": "^5.0.2", "babel-plugin-module-resolver": "^5.0.2",
"colord": "^2.9.3", "colord": "^2.9.3",
"cypress": "^13.17.0", "cypress": "^13.17.0",
"cypress-axe": "^1.6.0", "cypress-axe": "^1.7.0",
"cypress-delete-downloads-folder": "^0.0.6", "cypress-delete-downloads-folder": "^0.0.6",
"cypress-if": "^1.13.2", "cypress-if": "^1.13.2",
"cypress-split": "^1.24.20", "cypress-split": "^1.24.20",