Merge pull request #153 from christianlouis/dependabot/npm_and_yarn/frontend/tanstack/react-query-5.95.2

chore(deps): bump @tanstack/react-query from 5.95.0 to 5.95.2 in /frontend
This commit is contained in:
Christian Krakau-Louis
2026-04-05 16:59:26 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -8,7 +8,7 @@
"name": "frontend",
"version": "0.1.0",
"dependencies": {
"@tanstack/react-query": "^5.95.0",
"@tanstack/react-query": "^5.95.2",
"axios": "^1.13.6",
"lucide-react": "^0.577.0",
"next": "16.1.7",
@@ -2673,9 +2673,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.95.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.0.tgz",
"integrity": "sha512-H1/CWCe8tGL3YIVeo770Z6kPbt0B3M1d/iQXIIK1qlFiFt6G2neYdkHgLapOC8uMYNt9DmHjmGukEKgdMk1P+A==",
"version": "5.95.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.2.tgz",
"integrity": "sha512-o4T8vZHZET4Bib3jZ/tCW9/7080urD4c+0/AUaYVpIqOsr7y0reBc1oX3ttNaSW5mYyvZHctiQ/UOP2PfdmFEQ==",
"license": "MIT",
"funding": {
"type": "github",
@@ -2683,12 +2683,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.95.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.0.tgz",
"integrity": "sha512-EMP8B+BK9zvnAemT8M/y3z/WO0NjZ7fIUY3T3wnHYK6AA3qK/k33i7tPgCXCejhX0cd4I6bJIXN2GmjrHjDBzg==",
"version": "5.95.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.2.tgz",
"integrity": "sha512-/wGkvLj/st5Ud1Q76KF1uFxScV7WeqN1slQx5280ycwAyYkIPGaRZAEgHxe3bjirSd5Zpwkj6zNcR4cqYni/ZA==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.95.0"
"@tanstack/query-core": "5.95.2"
},
"funding": {
"type": "github",
+1 -1
View File
@@ -11,7 +11,7 @@
"test:ci": "jest --coverage --coverageReporters=lcov --passWithNoTests"
},
"dependencies": {
"@tanstack/react-query": "^5.95.0",
"@tanstack/react-query": "^5.95.2",
"axios": "^1.13.6",
"lucide-react": "^0.577.0",
"next": "16.1.7",