Merge pull request #3936 from DSpace/dependabot/npm_and_yarn/testing-206d00ed14

Bump cypress-axe from 1.5.0 to 1.6.0 in the testing group
This commit is contained in:
Tim Donohue
2025-02-10 09:33:10 -06:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -111,7 +111,7 @@
"copy-webpack-plugin": "^6.4.1", "copy-webpack-plugin": "^6.4.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cypress": "^13.17.0", "cypress": "^13.17.0",
"cypress-axe": "^1.5.0", "cypress-axe": "^1.6.0",
"deep-freeze": "0.0.1", "deep-freeze": "0.0.1",
"eslint": "^8.39.0", "eslint": "^8.39.0",
"eslint-plugin-deprecation": "^1.4.1", "eslint-plugin-deprecation": "^1.4.1",
@@ -10330,16 +10330,17 @@
} }
}, },
"node_modules/cypress-axe": { "node_modules/cypress-axe": {
"version": "1.5.0", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.5.0.tgz", "resolved": "https://registry.npmjs.org/cypress-axe/-/cypress-axe-1.6.0.tgz",
"integrity": "sha512-Hy/owCjfj+25KMsecvDgo4fC/781ccL+e8p+UUYoadGVM2ogZF9XIKbiM6KI8Y3cEaSreymdD6ZzccbI2bY0lQ==", "integrity": "sha512-C/ij50G8eebBrl/WsGT7E+T/SFyIsRZ3Epx9cRTLrPL9Y1GcxlQGFoAVdtSFWRrHSCWXq9HC6iJQMaI89O9yvQ==",
"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" "cypress": "^10 || ^11 || ^12 || ^13 || ^14"
} }
}, },
"node_modules/cypress/node_modules/ansi-styles": { "node_modules/cypress/node_modules/ansi-styles": {

View File

@@ -198,7 +198,7 @@
"copy-webpack-plugin": "^6.4.1", "copy-webpack-plugin": "^6.4.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cypress": "^13.17.0", "cypress": "^13.17.0",
"cypress-axe": "^1.5.0", "cypress-axe": "^1.6.0",
"deep-freeze": "0.0.1", "deep-freeze": "0.0.1",
"eslint": "^8.39.0", "eslint": "^8.39.0",
"eslint-plugin-deprecation": "^1.4.1", "eslint-plugin-deprecation": "^1.4.1",