diff --git a/{{cookiecutter.project_slug}}/frontend/package.json b/{{cookiecutter.project_slug}}/frontend/package.json index 2f0e6293..888458c5 100644 --- a/{{cookiecutter.project_slug}}/frontend/package.json +++ b/{{cookiecutter.project_slug}}/frontend/package.json @@ -54,7 +54,7 @@ "@openapitools/openapi-generator-cli": "^2.7.0", "@types/react-router": "^5.1.20", "cypress": "^12.17.3", - "cypress-localstorage-commands": "^2.2.3", + "cypress-localstorage-commands": "^2.2.4", "eslint-plugin-cypress": "^2.14.0", "prettier": "^3.0.1" } diff --git a/{{cookiecutter.project_slug}}/frontend/yarn.lock b/{{cookiecutter.project_slug}}/frontend/yarn.lock index bd6d554f..9839bf48 100644 --- a/{{cookiecutter.project_slug}}/frontend/yarn.lock +++ b/{{cookiecutter.project_slug}}/frontend/yarn.lock @@ -4804,10 +4804,10 @@ csstype@^3.1.0: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2" integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA== -cypress-localstorage-commands@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-2.2.3.tgz#ef5b736226b8316b7d948e30bc4b94a157cfa025" - integrity sha512-EUEaHzbstw9AsEheIqr+RyXuxIzUS64nBBwl+Q4/mSdzfXpfcaV1nrHF+6H9zbTuFVTc+oWu6eC1l8aSjiWW6w== +cypress-localstorage-commands@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-2.2.4.tgz#deba47b5128156abd40eb5b69a9e7bfa943fbc6e" + integrity sha512-XiWFJhhgcoWf7p6sS5igGuN8WWGF0K1jRCPo2XlikwEWgts1uvPl80cybGiztYoNrU1xCbQO9/IOz6Y0eTl4Lg== cypress@^12.17.3: version "12.17.3"