diff --git a/package-lock.json b/package-lock.json index dc6eb545f..064810428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@stackblitz/sdk": "1.10.0", "@stripe/react-stripe-js": "2.7.1", "@stripe/stripe-js": "3.4.0", - "@tanstack/react-query": "5.36.1", + "@tanstack/react-query": "5.36.2", "@testing-library/dom": "10.1.0", "@testing-library/jest-dom": "6.4.5", "@testing-library/react": "15.0.7", @@ -6913,9 +6913,10 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.1.tgz", - "integrity": "sha512-BxGdE0DQYcLYJoEWVerxgT8iLLbjM8DOB8C0ASwyLeJZC2hqYYjWa8g4KQOaquB2Z+tf7qsH5FS63fvCoX+eVA==", + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.2.tgz", + "integrity": "sha512-bHNa+5dead+j6SA8WVlEOPxcGfteVFgdyFTCFcxBgjnPf0fFpHUc7aNZBCnvmPXqy/BeQa9zTuU9ectb7i8ZXA==", + "license": "MIT", "dependencies": { "@tanstack/query-core": "5.36.1" }, diff --git a/package.json b/package.json index 57affebea..bd530d21f 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@stackblitz/sdk": "1.10.0", "@stripe/react-stripe-js": "2.7.1", "@stripe/stripe-js": "3.4.0", - "@tanstack/react-query": "5.36.1", + "@tanstack/react-query": "5.36.2", "@testing-library/dom": "10.1.0", "@testing-library/jest-dom": "6.4.5", "@testing-library/react": "15.0.7",