diff --git a/package-lock.json b/package-lock.json index 8f2af718..2e89d097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", - "@tanstack/query-core": "^5.101.1", + "@tanstack/query-core": "^5.101.2", "defuddle": "^0.19.1", "micromark": "^4.0.2", "preact": "^10.29.3" @@ -2311,9 +2311,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.101.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.1.tgz", - "integrity": "sha512-Y6Y92dkXtNqx67m2pMSxUsA3zOCwv862JexZRP8/EPwvKXMPu9m8rv43spiXWzOUIggQ3SQApttALStzhA8B4g==", + "version": "5.101.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.2.tgz", + "integrity": "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 04e44ed1..fe5e5d2f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "dependencies": { "@preact/signals": "^2.9.2", - "@tanstack/query-core": "^5.101.1", + "@tanstack/query-core": "^5.101.2", "defuddle": "^0.19.1", "micromark": "^4.0.2", "preact": "^10.29.3"