mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
build(deps-dev): bump cypress-axe from 1.6.0 to 1.7.0
Bumps [cypress-axe](https://github.com/component-driven/cypress-axe) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/component-driven/cypress-axe/releases) - [Commits](https://github.com/component-driven/cypress-axe/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: cypress-axe dependency-version: 1.7.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
5d4c6954c3
commit
ac181eb4c6
2 changed files with 6 additions and 7 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -120,7 +120,7 @@
|
|||
"colord": "^2.9.3",
|
||||
"css-loader": "^7.1.2",
|
||||
"cypress": "^13.17.0",
|
||||
"cypress-axe": "^1.6.0",
|
||||
"cypress-axe": "^1.7.0",
|
||||
"cypress-delete-downloads-folder": "^0.0.6",
|
||||
"cypress-if": "^1.13.2",
|
||||
"cypress-split": "^1.24.21",
|
||||
|
|
@ -11632,17 +11632,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cypress-axe": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.6.0.tgz",
|
||||
"integrity": "sha512-C/ij50G8eebBrl/WsGT7E+T/SFyIsRZ3Epx9cRTLrPL9Y1GcxlQGFoAVdtSFWRrHSCWXq9HC6iJQMaI89O9yvQ==",
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.7.0.tgz",
|
||||
"integrity": "sha512-zzJpvAAjauEB3GZl0KYXb8i3w6MztWAt2WM3czYTFyNVC30alDmqCm9E7GwZ4bgkldZJlmHakaVEyu73R5St4w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"axe-core": "^3 || ^4",
|
||||
"cypress": "^10 || ^11 || ^12 || ^13 || ^14"
|
||||
"cypress": "^10 || ^11 || ^12 || ^13 || ^14 || ^15"
|
||||
}
|
||||
},
|
||||
"node_modules/cypress-delete-downloads-folder": {
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@
|
|||
"colord": "^2.9.3",
|
||||
"css-loader": "^7.1.2",
|
||||
"cypress": "^13.17.0",
|
||||
"cypress-axe": "^1.6.0",
|
||||
"cypress-axe": "^1.7.0",
|
||||
"cypress-delete-downloads-folder": "^0.0.6",
|
||||
"cypress-if": "^1.13.2",
|
||||
"cypress-split": "^1.24.21",
|
||||
|
|
|
|||
Loading…
Reference in a new issue