diff --git a/package-lock.json b/package-lock.json index 999f833..dc607d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "devDependencies": { - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.56.0", "@typescript-eslint/eslint-plugin": "7.1.0", "axios": "1.6.7", "eslint": "8.57.0", @@ -1448,9 +1448,9 @@ "dev": true }, "node_modules/@tanstack/query-core": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.24.1.tgz", - "integrity": "sha512-DZ6Nx9p7BhjkG50ayJ+MKPgff+lMeol7QYXkvuU5jr2ryW/4ok5eanaS9W5eooA4xN0A/GPHdLGOZGzArgf5Cg==", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.56.0.tgz", + "integrity": "sha512-Kgp2X6CqI1dh201OHI4I1Ji8NISzG6bylxxNopsMUh2gwaDGNZ11oaGkRDveQpEsaKgvy0nFTCxIypHi80gENA==", "dev": true, "funding": { "type": "github", @@ -1458,19 +1458,19 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.24.1.tgz", - "integrity": "sha512-4+09JEdO4d6+Gc8Y/g2M/MuxDK5IY0QV8+2wL2304wPKJgJ54cBbULd3nciJ5uvh/as8rrxx6s0mtIwpRuGd1g==", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.56.0.tgz", + "integrity": "sha512-3hb6IjBF7oNolv/dKPK5Vu8pcY9dcMCCsY6+JZlZuWILiALcoqCayAhP2vYTHbKdFmERK/3Ch/uOVJ9t9NRkAA==", "dev": true, "dependencies": { - "@tanstack/query-core": "5.24.1" + "@tanstack/query-core": "5.56.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@ts-morph/common": { @@ -6941,18 +6941,18 @@ "dev": true }, "@tanstack/query-core": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.24.1.tgz", - "integrity": "sha512-DZ6Nx9p7BhjkG50ayJ+MKPgff+lMeol7QYXkvuU5jr2ryW/4ok5eanaS9W5eooA4xN0A/GPHdLGOZGzArgf5Cg==", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.56.0.tgz", + "integrity": "sha512-Kgp2X6CqI1dh201OHI4I1Ji8NISzG6bylxxNopsMUh2gwaDGNZ11oaGkRDveQpEsaKgvy0nFTCxIypHi80gENA==", "dev": true }, "@tanstack/react-query": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.24.1.tgz", - "integrity": "sha512-4+09JEdO4d6+Gc8Y/g2M/MuxDK5IY0QV8+2wL2304wPKJgJ54cBbULd3nciJ5uvh/as8rrxx6s0mtIwpRuGd1g==", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.56.0.tgz", + "integrity": "sha512-3hb6IjBF7oNolv/dKPK5Vu8pcY9dcMCCsY6+JZlZuWILiALcoqCayAhP2vYTHbKdFmERK/3Ch/uOVJ9t9NRkAA==", "dev": true, "requires": { - "@tanstack/query-core": "5.24.1" + "@tanstack/query-core": "5.56.0" } }, "@ts-morph/common": { diff --git a/package.json b/package.json index e427a2c..299f61b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "tsup && node setup-entrypoints.js" }, "devDependencies": { - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.56.0", "@typescript-eslint/eslint-plugin": "7.1.0", "axios": "1.6.7", "eslint": "8.57.0",