diff --git a/playground/package-lock.json b/playground/package-lock.json index bb132b97d9..952d577128 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -8,7 +8,7 @@ "name": "playground", "version": "0.0.0", "dependencies": { - "@tanstack/react-query": "^4.35.0", + "@tanstack/react-query": "^4.35.3", "fast-json-patch": "^3.1.1", "graphiql": "^3.0.5", "graphql": "^16.8.0", @@ -1453,20 +1453,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.35.0.tgz", - "integrity": "sha512-4GMcKQuLZQi6RFBiBZNsLhl+hQGYScRZ5ZoVq8QAzfqz9M7vcGin/2YdSESwl7WaV+Qzsb5CZOAbMBes4lNTnA==", + "version": "4.35.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.35.3.tgz", + "integrity": "sha512-PS+WEjd9wzKTyNjjQymvcOe1yg8f3wYc6mD+vb6CKyZAKvu4sIJwryfqfBULITKCla7P9C4l5e9RXePHvZOZeQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.35.0.tgz", - "integrity": "sha512-LLYDNnM9ewYHgjm2rzhk4KG/puN2rdoqCUD+N9+V7SwlsYwJk5ypX58rpkoZAhFyZ+KmFUJ7Iv2lIEOoUqydIg==", + "version": "4.35.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.35.3.tgz", + "integrity": "sha512-UgTPioip/rGG3EQilXfA2j4BJkhEQsR+KAbF+KIuvQ7j4MkgnTCJF01SfRpIRNtQTlEfz/+IL7+jP8WA8bFbsw==", "dependencies": { - "@tanstack/query-core": "4.35.0", + "@tanstack/query-core": "4.35.3", "use-sync-external-store": "^1.2.0" }, "funding": { diff --git a/playground/package.json b/playground/package.json index 531b5d4b1c..d211df0704 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^4.35.0", + "@tanstack/react-query": "^4.35.3", "fast-json-patch": "^3.1.1", "graphiql": "^3.0.5", "graphql": "^16.8.0",