Skip to content

Commit

Permalink
Update npm non-major dependencies (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 056c2a8 commit 8e8cd46
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 85 deletions.
2 changes: 1 addition & 1 deletion cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"devDependencies": {
"@testing-library/cypress": "^10.0.0",
"cypress": "13.7.3"
"cypress": "13.8.1"
},
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions cypress/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,10 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

cypress@13.7.3:
version "13.7.3"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.3.tgz#3e7dcd32e007676a6c8e972293c50d6ef329d991"
integrity sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==
cypress@13.8.1:
version "13.8.1"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.8.1.tgz#f558e51b770a409e2360031bbd36c3f4fb3f2db4"
integrity sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@vitejs/plugin-react": "^4.2.1",
"cypress": "13.7.3",
"cypress": "13.8.1",
"cypress-real-events": "^1.12.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -46,8 +46,8 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.2.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"madge": "^7.0.0",
Expand Down
Loading

0 comments on commit 8e8cd46

Please sign in to comment.