diff --git a/cli/package.json b/cli/package.json index 06ba0c18..e4fc51cb 100644 --- a/cli/package.json +++ b/cli/package.json @@ -106,7 +106,7 @@ "@types/fs-extra": "11.0.4", "@types/jest": "29.5.14", "@types/listr": "0.14.9", - "@types/lodash": "4.17.13", + "@types/lodash": "4.17.14", "@types/node": "22.10.5", "@types/qs": "6.9.17", "@types/yargs": "17.0.33", diff --git a/demo-apps/example-usage/package.json b/demo-apps/example-usage/package.json index 9ee6d8ab..90420329 100644 --- a/demo-apps/example-usage/package.json +++ b/demo-apps/example-usage/package.json @@ -30,7 +30,7 @@ "@emotion/styled": "11.14.0", "@gqlts/cli": "file:../../cli", "@gqlts/runtime": "file:../../runtime", - "@tanstack/react-query": "5.62.11", + "@tanstack/react-query": "5.62.15", "@types/js-cookie": "3.0.6", "apollo-boost": "0.4.9", "baby-i-am-faded": "4.0.14", diff --git a/demo-apps/example-usage/yarn.lock b/demo-apps/example-usage/yarn.lock index 71b1dfeb..83d60e1a 100644 --- a/demo-apps/example-usage/yarn.lock +++ b/demo-apps/example-usage/yarn.lock @@ -922,17 +922,17 @@ dependencies: tslib "^2.8.0" -"@tanstack/query-core@5.62.9": - version "5.62.9" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.9.tgz#94231ffea5de086b5e6c0f1e527cda5650cb1849" - integrity sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw== +"@tanstack/query-core@5.62.15": + version "5.62.15" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.15.tgz#ded0267ac31bd23f3c45ffc008dba85a25621e91" + integrity sha512-wT20X14CxcWY8YLJ/1pnsXn/y1Q2uRJZYWW93PWRtZt+3/JlGZyiyTcO4pGnqycnP7CokCROAyatsraosqZsDA== -"@tanstack/react-query@5.62.11": - version "5.62.11" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.11.tgz#95a615a60dc8fd836a5085dea2739a62f4953f55" - integrity sha512-Xb1nw0cYMdtFmwkvH9+y5yYFhXvLRCnXoqlzSw7UkqtCVFq3cG8q+rHZ2Yz1XrC+/ysUaTqbLKJqk95mCgC1oQ== +"@tanstack/react-query@5.62.15": + version "5.62.15" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.15.tgz#ecfe7187913e36c36630afedf4f8eff37247c400" + integrity sha512-Ny3xxsOWmEQCFyHiV3CF7t6+QAV+LpBEREiXyllKR4+tStyd8smOAa98ZHmEx0ZNy36M31K8enifB5wTSYAKJw== dependencies: - "@tanstack/query-core" "5.62.9" + "@tanstack/query-core" "5.62.15" "@tsconfig/node10@^1.0.7": version "1.0.9" diff --git a/runtime/package.json b/runtime/package.json index 797158f0..c8fe59d8 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -98,7 +98,7 @@ "@sucrase/jest-plugin": "3.0.0", "@types/common-tags": "1.8.4", "@types/jest": "29.5.14", - "@types/lodash": "4.17.13", + "@types/lodash": "4.17.14", "@types/lodash.assign": "4.2.9", "@types/lodash.get": "4.4.9", "@types/lodash.startswith": "4.2.9", diff --git a/yarn.lock b/yarn.lock index 5002d77a..ad71eb38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1808,10 +1808,10 @@ resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.159.tgz" integrity sha512-gF7A72f7WQN33DpqOWw9geApQPh4M3PxluMtaHxWHXEGSN12/WbcEk/eNSqWNQcQhF66VSZ06vCF94CrHwXJDg== -"@types/lodash@4.17.13": - version "4.17.13" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.13.tgz#786e2d67cfd95e32862143abe7463a7f90c300eb" - integrity sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg== +"@types/lodash@4.17.14": + version "4.17.14" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.14.tgz#bafc053533f4cdc5fcc9635af46a963c1f3deaff" + integrity sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A== "@types/minimatch@^3.0.3": version "3.0.5"