diff --git a/package-lock.json b/package-lock.json index cb1693cec4..817285c8b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@react-pdf/renderer": "^4.1.5", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0", - "@tanstack/react-query": "^5.62.3", + "@tanstack/react-query": "^5.62.7", "comlink": "^4.4.2", "crypto-es": "^2.1.0", "date-fns": "^4.0.0", @@ -6411,20 +6411,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.3.tgz", - "integrity": "sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==", + "version": "5.62.7", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.7.tgz", + "integrity": "sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.62.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.3.tgz", - "integrity": "sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw==", + "version": "5.62.7", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.7.tgz", + "integrity": "sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw==", "dependencies": { - "@tanstack/query-core": "5.62.3" + "@tanstack/query-core": "5.62.7" }, "funding": { "type": "github", diff --git a/package.json b/package.json index baf102d2d4..a383a2820e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@react-pdf/renderer": "^4.1.5", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0", - "@tanstack/react-query": "^5.62.3", + "@tanstack/react-query": "^5.62.7", "comlink": "^4.4.2", "crypto-es": "^2.1.0", "date-fns": "^4.0.0",