diff --git a/e2e/package-lock.json b/e2e/package-lock.json index c29bb61e90..dcf1170436 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@ecamp3/e2e", "devDependencies": { - "cypress": "13.12.0", + "cypress": "13.13.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "3.3.0", @@ -833,9 +833,9 @@ } }, "node_modules/cypress": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", - "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", + "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -879,7 +879,7 @@ "request-progress": "^3.0.0", "semver": "^7.5.3", "supports-color": "^8.1.1", - "tmp": "~0.2.1", + "tmp": "~0.2.3", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, diff --git a/e2e/package.json b/e2e/package.json index 2e221f2762..971931c2a1 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -12,7 +12,7 @@ "lint:check:prettier": "prettier --check --ignore-path .gitignore **/*.{js,json,md}" }, "devDependencies": { - "cypress": "13.12.0", + "cypress": "13.13.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "3.3.0",