Chore(deps-dev): Bump eslint-plugin-cypress from 2.12.1 to 2.13.2

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 2.13.2.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v2.13.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-01 01:57:50 +00:00
committed by GitHub
parent 60ea0565c7
commit 7d0898ccd4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -56,7 +56,7 @@
"@vue/test-utils": "^1.3.4", "@vue/test-utils": "^1.3.4",
"@vue/vue2-jest": "^29.2.3", "@vue/vue2-jest": "^29.2.3",
"cypress": "^12.8.1", "cypress": "^12.8.1",
"eslint-plugin-cypress": "^2.12.1", "eslint-plugin-cypress": "^2.13.2",
"eslint-webpack-plugin": "^4.0.0", "eslint-webpack-plugin": "^4.0.0",
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-serializer-vue": "^3.1.0", "jest-serializer-vue": "^3.1.0",
@@ -8270,9 +8270,9 @@
"peer": true "peer": true
}, },
"node_modules/eslint-plugin-cypress": { "node_modules/eslint-plugin-cypress": {
"version": "2.12.1", "version": "2.13.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.2.tgz",
"integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", "integrity": "sha512-LlwjnBTzuKuC0A4H0RxVjs0YeAWK+CD1iM9Dp8un3lzT713ePQxfpPstCD+9HSAss8emuE3b2hCNUST+NrUwKw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"globals": "^11.12.0" "globals": "^11.12.0"
@@ -25694,9 +25694,9 @@
} }
}, },
"eslint-plugin-cypress": { "eslint-plugin-cypress": {
"version": "2.12.1", "version": "2.13.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.2.tgz",
"integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", "integrity": "sha512-LlwjnBTzuKuC0A4H0RxVjs0YeAWK+CD1iM9Dp8un3lzT713ePQxfpPstCD+9HSAss8emuE3b2hCNUST+NrUwKw==",
"dev": true, "dev": true,
"requires": { "requires": {
"globals": "^11.12.0" "globals": "^11.12.0"

View File

@@ -83,7 +83,7 @@
"@vue/test-utils": "^1.3.4", "@vue/test-utils": "^1.3.4",
"@vue/vue2-jest": "^29.2.3", "@vue/vue2-jest": "^29.2.3",
"cypress": "^12.8.1", "cypress": "^12.8.1",
"eslint-plugin-cypress": "^2.12.1", "eslint-plugin-cypress": "^2.13.2",
"eslint-webpack-plugin": "^4.0.0", "eslint-webpack-plugin": "^4.0.0",
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-serializer-vue": "^3.1.0", "jest-serializer-vue": "^3.1.0",