mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 17:01:34 -05:00
chore(deps-dev): bump cypress-axe from 1.5.0 to 1.6.0
Bumps [cypress-axe](https://github.com/component-driven/cypress-axe) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/component-driven/cypress-axe/releases) - [Commits](https://github.com/component-driven/cypress-axe/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: cypress-axe dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
92ba8fdcb5
commit
fbf253ac55
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
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",
|
||||
|
|
@ -9930,9 +9930,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": {
|
||||
|
|
@ -9940,7 +9940,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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue