diff --git a/package-lock.json b/package-lock.json index 2097855..2d5a07b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,13 +9,13 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^20.0.5", + "@badeball/cypress-cucumber-preprocessor": "^20.0.6", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.1", "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/parser": "^7.10.0", "@vuepress/bundler-vite": "^2.0.0-rc.13", - "cypress": "^13.10.0", + "cypress": "^13.11.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", @@ -2310,9 +2310,9 @@ } }, "node_modules/@badeball/cypress-cucumber-preprocessor": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.5.tgz", - "integrity": "sha512-KmlyvOOq5XjVbCIiCmY/+QyUA2CQPeBoa9AJD7N1UrnuI9EDvZkO11UHdcu+uG2x2V5k8ZBijIqYW/xvsHK4Wg==", + "version": "20.0.6", + "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.6.tgz", + "integrity": "sha512-e95/LciUMJIrBj6PkbYq83efmbyBBg3v/aUT/IbuK7KhpWYtZ3Kqgv7Ychul6zGNsXy7q092dCg0frX/QEhSVw==", "dev": true, "funding": [ { @@ -7638,9 +7638,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.10.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.10.0.tgz", - "integrity": "sha512-tOhwRlurVOQbMduX+KonoMeQILs2cwR3yHGGENoFvvSoLUBHmJ8b9/n21gFSDqjlOJ+SRVcwuh+fG/JDsHsT6Q==", + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.11.0.tgz", + "integrity": "sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index cc58d14..4e0b168 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ "update": "npx npm-check-updates" }, "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^20.0.5", + "@badeball/cypress-cucumber-preprocessor": "^20.0.6", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.1", "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/parser": "^7.10.0", "@vuepress/bundler-vite": "^2.0.0-rc.13", - "cypress": "^13.10.0", + "cypress": "^13.11.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0",