diff --git a/package-lock.json b/package-lock.json index fc5ee5b..9f07fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "scorecard-visualizer", "version": "1.0.0", "dependencies": { - "@tanstack/react-query": "4.29.1", + "@tanstack/react-query": "5.66.9", "@tanstack/react-query-devtools": "4.29.1", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", @@ -3167,38 +3167,29 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.29.1.tgz", - "integrity": "sha512-vkPewLEG8ua0efo3SsVT0BcBtkq5RZX8oPhDAyKL+k/rdOYSQTEocfGEXSaBwIwsXeOGBUpfKqI+UmHvNqdWXg==", + "version": "5.66.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.66.4.tgz", + "integrity": "sha512-skM/gzNX4shPkqmdTCSoHtJAPMTtmIJNS0hE+xwTTUVYwezArCT34NMermABmBVUg5Ls5aiUXEDXfqwR1oVkcA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.29.1.tgz", - "integrity": "sha512-/crv1v+OeuGG6EOvaQmyeo9GCKtH4jbmuhZkvk9ulufRiHcTr/A9+YP9GevEAZzUTdzXMwenpTbyxBGvG2xXvw==", + "version": "5.66.9", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.66.9.tgz", + "integrity": "sha512-NRI02PHJsP5y2gAuWKP+awamTIBFBSKMnO6UVzi03GTclmHHHInH5UzVgzi5tpu4+FmGfsdT7Umqegobtsp23A==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "4.29.1", - "use-sync-external-store": "^1.2.0" + "@tanstack/query-core": "5.66.4" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-native": "*" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } + "react": "^18 || ^19" } }, "node_modules/@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index 1687bc3..ae935c8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "@tanstack/react-query": "4.29.1", + "@tanstack/react-query": "5.66.9", "@tanstack/react-query-devtools": "4.29.1", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0",