Skip to content

Commit 2ae6d38

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @tanstack/react-query from 5.51.21 to 5.52.1. See this package in npm: https://www.npmjs.com/package/@tanstack/react-query - react-hook-form from 7.52.2 to 7.53.0. See this package in npm: https://www.npmjs.com/package/react-hook-form See this project in Snyk: https://app.snyk.io/org/calpinsw/project/3f278374-a2a0-407c-ac26-8fd2a108c950?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent ddc4b71 commit 2ae6d38

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

frontend/package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
},
4343
"dependencies": {
4444
"@tanstack/react-table": "^8.20.1",
45-
"@tanstack/react-query": "^5.51.21",
45+
"@tanstack/react-query": "^5.52.1",
4646
"dotenv": "^16.4.5",
4747
"moment": "^2.30.1",
4848
"react": "^18.3.1",
4949
"react-dom": "^18.3.1",
50-
"react-hook-form": "^7.52.2",
50+
"react-hook-form": "^7.53.0",
5151
"react-icons": "^5.2.1",
5252
"react-router-dom": "^6.26.0"
5353
}

0 commit comments

Comments
 (0)