diff --git a/package-lock.json b/package-lock.json index c2edad6..ef89a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "react-typescript-tooling-automation-template-vite", "version": "1.0.0", "dependencies": { - "@tanstack/react-query": "^4.20.4", + "@tanstack/react-query": "^4.26.1", "classnames": "^2.3.2", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -817,20 +817,20 @@ "dev": true }, "node_modules/@tanstack/query-core": { - "version": "4.20.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.20.4.tgz", - "integrity": "sha512-lhLtGVNJDsJ/DyZXrLzekDEywQqRVykgBqTmkv0La32a/RleILXy6JMLBb7UmS3QCatg/F/0N9/5b0i5j6IKcA==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.26.1.tgz", + "integrity": "sha512-Zrx2pVQUP4ndnsu6+K/m8zerXSVY8QM+YSbxA1/jbBY21GeCd5oKfYl92oXPK0hPEUtoNuunIdiq0ZMqLos+Zg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.20.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.20.4.tgz", - "integrity": "sha512-SJRxx13k/csb9lXAJfycgVA1N/yU/h3bvRNWP0+aHMfMjmbyX82FdoAcckDBbOdEyAupvb0byelNHNeypCFSyA==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.26.1.tgz", + "integrity": "sha512-i3dnz4TOARGIXrXQ5P7S25Zfi4noii/bxhcwPurh2nrf5EUCcAt/95TB2HSmMweUBx206yIMWUMEQ7ptd6zwDg==", "dependencies": { - "@tanstack/query-core": "4.20.4", + "@tanstack/query-core": "4.26.1", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -8855,16 +8855,16 @@ "dev": true }, "@tanstack/query-core": { - "version": "4.20.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.20.4.tgz", - "integrity": "sha512-lhLtGVNJDsJ/DyZXrLzekDEywQqRVykgBqTmkv0La32a/RleILXy6JMLBb7UmS3QCatg/F/0N9/5b0i5j6IKcA==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.26.1.tgz", + "integrity": "sha512-Zrx2pVQUP4ndnsu6+K/m8zerXSVY8QM+YSbxA1/jbBY21GeCd5oKfYl92oXPK0hPEUtoNuunIdiq0ZMqLos+Zg==" }, "@tanstack/react-query": { - "version": "4.20.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.20.4.tgz", - "integrity": "sha512-SJRxx13k/csb9lXAJfycgVA1N/yU/h3bvRNWP0+aHMfMjmbyX82FdoAcckDBbOdEyAupvb0byelNHNeypCFSyA==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.26.1.tgz", + "integrity": "sha512-i3dnz4TOARGIXrXQ5P7S25Zfi4noii/bxhcwPurh2nrf5EUCcAt/95TB2HSmMweUBx206yIMWUMEQ7ptd6zwDg==", "requires": { - "@tanstack/query-core": "4.20.4", + "@tanstack/query-core": "4.26.1", "use-sync-external-store": "^1.2.0" } }, diff --git a/package.json b/package.json index a96da86..20b1dbe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "husky install" }, "dependencies": { - "@tanstack/react-query": "^4.20.4", + "@tanstack/react-query": "^4.26.1", "classnames": "^2.3.2", "react": "^18.2.0", "react-dom": "^18.2.0"