diff --git a/package-lock.json b/package-lock.json index 999f833..10c5d08 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.59.11", "@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.59.10", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.10.tgz", + "integrity": "sha512-XxvnKeBWqDTHstyjA1qmSD5VS/FZ2g/qYvPMhFM7IZF0JnMqMxtzbiUkiTFaZ4YZo/Q84LS0hZi0UncKJ3vIhg==", "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.59.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.11.tgz", + "integrity": "sha512-m5I4+4NHy6p0uzKLiq30EdRGk37CHHjXJsfMT0bty/Z/aO11LgXUgDBCq/xma4eO5RlV95sFVmi2QB9nVaLlxg==", "dev": true, "dependencies": { - "@tanstack/query-core": "5.24.1" + "@tanstack/query-core": "5.59.10" }, "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.59.10", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.10.tgz", + "integrity": "sha512-XxvnKeBWqDTHstyjA1qmSD5VS/FZ2g/qYvPMhFM7IZF0JnMqMxtzbiUkiTFaZ4YZo/Q84LS0hZi0UncKJ3vIhg==", "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.59.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.11.tgz", + "integrity": "sha512-m5I4+4NHy6p0uzKLiq30EdRGk37CHHjXJsfMT0bty/Z/aO11LgXUgDBCq/xma4eO5RlV95sFVmi2QB9nVaLlxg==", "dev": true, "requires": { - "@tanstack/query-core": "5.24.1" + "@tanstack/query-core": "5.59.10" } }, "@ts-morph/common": { diff --git a/package.json b/package.json index e427a2c..ad899a6 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.59.11", "@typescript-eslint/eslint-plugin": "7.1.0", "axios": "1.6.7", "eslint": "8.57.0",