Merge pull request #158 from christianlouis/dependabot/npm_and_yarn/frontend/tanstack/react-query-5.96.2

chore(deps): bump @tanstack/react-query from 5.95.2 to 5.96.2 in /frontend
This commit is contained in:
Christian Krakau-Louis
2026-04-07 11:45:28 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -8,7 +8,7 @@
"name": "frontend", "name": "frontend",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.95.2", "@tanstack/react-query": "^5.96.2",
"axios": "^1.14.0", "axios": "^1.14.0",
"lucide-react": "^0.577.0", "lucide-react": "^0.577.0",
"next": "16.2.2", "next": "16.2.2",
@@ -2673,9 +2673,9 @@
} }
}, },
"node_modules/@tanstack/query-core": { "node_modules/@tanstack/query-core": {
"version": "5.95.2", "version": "5.96.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.2.tgz", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.2.tgz",
"integrity": "sha512-o4T8vZHZET4Bib3jZ/tCW9/7080urD4c+0/AUaYVpIqOsr7y0reBc1oX3ttNaSW5mYyvZHctiQ/UOP2PfdmFEQ==", "integrity": "sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",
@@ -2683,12 +2683,12 @@
} }
}, },
"node_modules/@tanstack/react-query": { "node_modules/@tanstack/react-query": {
"version": "5.95.2", "version": "5.96.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.2.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.96.2.tgz",
"integrity": "sha512-/wGkvLj/st5Ud1Q76KF1uFxScV7WeqN1slQx5280ycwAyYkIPGaRZAEgHxe3bjirSd5Zpwkj6zNcR4cqYni/ZA==", "integrity": "sha512-sYyzzJT4G0g02azzJ8o55VFFV31XvFpdUpG+unxS0vSaYsJnSPKGoI6WdPwUucJL1wpgGfwfmntNX/Ub1uOViA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/query-core": "5.95.2" "@tanstack/query-core": "5.96.2"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
+1 -1
View File
@@ -11,7 +11,7 @@
"test:ci": "jest --coverage --coverageReporters=lcov --passWithNoTests" "test:ci": "jest --coverage --coverageReporters=lcov --passWithNoTests"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.95.2", "@tanstack/react-query": "^5.96.2",
"axios": "^1.14.0", "axios": "^1.14.0",
"lucide-react": "^0.577.0", "lucide-react": "^0.577.0",
"next": "16.2.2", "next": "16.2.2",