Skip to content

Commit 05861ba

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.53.1. See this package in npm: https://www.npmjs.com/package/@tanstack/react-query - @tanstack/react-table from 8.20.1 to 8.20.5. See this package in npm: https://www.npmjs.com/package/@tanstack/react-table 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 8393945 commit 05861ba

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

frontend/package-lock.json

+17-17
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,8 +42,8 @@
4242
"typescript-eslint": "^8.2.0"
4343
},
4444
"dependencies": {
45-
"@tanstack/react-query": "^5.51.21",
46-
"@tanstack/react-table": "^8.20.1",
45+
"@tanstack/react-query": "^5.53.1",
46+
"@tanstack/react-table": "^8.20.5",
4747
"dotenv": "^16.4.5",
4848
"embla-carousel-react": "^8.2.1",
4949
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)