Merge pull request #51155 from nextcloud/dependabot/npm_and_yarn/cypress-axe-1.6.0

pull/51161/head
dependabot[bot] 2025-03-01 17:47:20 +07:00 committed by GitHub
commit 8b8ce1e3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated

@ -118,7 +118,7 @@
"colord": "^2.9.3",
"css-loader": "^7.1.2",
"cypress": "^13.15.0",
"cypress-axe": "^1.5.0",
"cypress-axe": "^1.6.0",
"cypress-delete-downloads-folder": "^0.0.6",
"cypress-if": "^1.13.2",
"cypress-split": "^1.24.14",
@ -9967,9 +9967,9 @@
}
},
"node_modules/cypress-axe": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.5.0.tgz",
"integrity": "sha512-Hy/owCjfj+25KMsecvDgo4fC/781ccL+e8p+UUYoadGVM2ogZF9XIKbiM6KI8Y3cEaSreymdD6ZzccbI2bY0lQ==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.6.0.tgz",
"integrity": "sha512-C/ij50G8eebBrl/WsGT7E+T/SFyIsRZ3Epx9cRTLrPL9Y1GcxlQGFoAVdtSFWRrHSCWXq9HC6iJQMaI89O9yvQ==",
"dev": true,
"license": "MIT",
"engines": {
@ -9977,7 +9977,7 @@
},
"peerDependencies": {
"axe-core": "^3 || ^4",
"cypress": "^10 || ^11 || ^12 || ^13"
"cypress": "^10 || ^11 || ^12 || ^13 || ^14"
}
},
"node_modules/cypress-delete-downloads-folder": {

@ -149,7 +149,7 @@
"colord": "^2.9.3",
"css-loader": "^7.1.2",
"cypress": "^13.15.0",
"cypress-axe": "^1.5.0",
"cypress-axe": "^1.6.0",
"cypress-delete-downloads-folder": "^0.0.6",
"cypress-if": "^1.13.2",
"cypress-split": "^1.24.14",