Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - @hookform/resolvers from 3.3.4 to 3.9.0.
    See this package in npm: https://www.npmjs.com/package/@hookform/resolvers
  - axios from 1.6.4 to 1.7.4.
    See this package in npm: https://www.npmjs.com/package/axios
  - clsx from 2.0.0 to 2.1.1.
    See this package in npm: https://www.npmjs.com/package/clsx
  - lucide-react from 0.292.0 to 0.428.0.
    See this package in npm: https://www.npmjs.com/package/lucide-react
  - react-hook-form from 7.51.2 to 7.52.2.
    See this package in npm: https://www.npmjs.com/package/react-hook-form
  - react-router-dom from 6.18.0 to 6.26.1.
    See this package in npm: https://www.npmjs.com/package/react-router-dom
  - react-tag-input from 6.8.1 to 6.10.3.
    See this package in npm: https://www.npmjs.com/package/react-tag-input
  - tailwind-merge from 2.0.0 to 2.5.2.
    See this package in npm: https://www.npmjs.com/package/tailwind-merge
  - zod from 3.22.4 to 3.23.8.
    See this package in npm: https://www.npmjs.com/package/zod

See this project in Snyk:
https://app.snyk.io/org/pradumchintamani/project/d5caced2-d041-4bf8-9779-c9c088710ab0?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 8, 2024
1 parent 8cfe61a commit 94a1170
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 93 deletions.
196 changes: 114 additions & 82 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"test": "jest"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"axios": "^1.6.4",
"@hookform/resolvers": "^3.9.0",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.292.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-router-dom": "^6.18.0",
"react-tag-input": "^6.8.1",
"clsx": "^2.1.1",
"lucide-react": "^0.428.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-router-dom": "^6.26.1",
"react-tag-input": "^6.10.3",
"react-toastify": "^9.1.3",
"tailwind-merge": "^2.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/preset-env": "^7.23.6",
Expand Down

0 comments on commit 94a1170

Please sign in to comment.