chore: upgrade cypress to address security vulnerability

This commit is contained in:
rebuilt 2023-10-02 11:19:25 -07:00
parent c2127a2458
commit c582126d2a
2 changed files with 19 additions and 44 deletions

View file

@ -31,8 +31,8 @@
"watch:all": "yarn watch:css & yarn build --watch"
},
"devDependencies": {
"@cypress/request": "^3.0.0",
"cypress": "^12.17.1",
"@cypress/request": "^3.0.1",
"cypress": "^13.3.0",
"eslint-plugin-cypress": "^2.13.3",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",