diff --git a/package-lock.json b/package-lock.json index bf1e10523d8..077fe7b60ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,6 @@ "@prettier/plugin-pug": "3.0.0", "@prettier/plugin-xml": "3.4.1", "@tikui/core": "4.1.0", - "@types/node": "20.12.10", "@types/sinon": "17.0.3", "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0", @@ -30,7 +29,7 @@ "@vue/test-utils": "2.4.5", "cypress": "13.8.1", "eslint": "8.57.0", - "eslint-plugin-cypress": "3.0.3", + "eslint-plugin-cypress": "3.1.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.25.0", @@ -1847,6 +1846,7 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz", "integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==", "dev": true, + "optional": true, "dependencies": { "undici-types": "~5.26.4" } @@ -4366,9 +4366,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.3.tgz", - "integrity": "sha512-yrdAyBoHRCarLrlozReLAuRn/AXQPqWf7+HoXzWLFAH7ntqn1RLpBqi2Vl7Czl2Y1pWNFVpXJlFeNj5dmUslsg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", + "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", "dev": true, "dependencies": { "globals": "^13.20.0" @@ -10232,7 +10232,8 @@ "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "dev": true, + "optional": true }, "node_modules/universalify": { "version": "2.0.1", diff --git a/package.json b/package.json index 66a1a34ae1e..02cd3509ddb 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@vue/test-utils": "2.4.5", "cypress": "13.8.1", "eslint": "8.57.0", - "eslint-plugin-cypress": "3.0.3", + "eslint-plugin-cypress": "3.1.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.25.0",