From a46697003adb96bf64799c6fbd13b21bc537dba5 Mon Sep 17 00:00:00 2001 From: KIMATA Tetsuya Date: Mon, 10 Jul 2023 19:22:50 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 615e7dab..3bda25a3 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/node": "20.2.5", "@typescript-eslint/eslint-plugin": "5.61.0", "@typescript-eslint/parser": "5.61.0", - "cypress": "7", + "cypress": "12", "eslint": "^8.40.0", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "latest",