diff --git a/.changeset/@graphql-mesh_string-interpolation-4898-dependencies.md b/.changeset/@graphql-mesh_string-interpolation-4898-dependencies.md new file mode 100644 index 0000000000000..8daf2f01e43e2 --- /dev/null +++ b/.changeset/@graphql-mesh_string-interpolation-4898-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-mesh/string-interpolation": patch +--- +dependencies updates: + - Updated dependency [`dayjs@1.11.7` ↗︎](https://www.npmjs.com/package/dayjs/v/1.11.7) (from `1.11.6`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_transform-cache-4898-dependencies.md b/.changeset/@graphql-mesh_transform-cache-4898-dependencies.md new file mode 100644 index 0000000000000..76fb5f60b8809 --- /dev/null +++ b/.changeset/@graphql-mesh_transform-cache-4898-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-mesh/transform-cache": patch +--- +dependencies updates: + - Updated dependency [`dayjs@1.11.7` ↗︎](https://www.npmjs.com/package/dayjs/v/1.11.7) (from `1.11.6`, in `dependencies`) diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index 103db622289a4..712ae54932fa2 100644 --- a/examples/cloudflare-workers/package.json +++ b/examples/cloudflare-workers/package.json @@ -10,6 +10,6 @@ "graphql": "16.6.0" }, "devDependencies": { - "wrangler": "2.6.0" + "wrangler": "2.6.1" } } diff --git a/examples/graphql-file-upload-example/frontend/package.json b/examples/graphql-file-upload-example/frontend/package.json index 7dc537797f170..74a4f9a327133 100644 --- a/examples/graphql-file-upload-example/frontend/package.json +++ b/examples/graphql-file-upload-example/frontend/package.json @@ -9,7 +9,7 @@ "test": "react-scripts test" }, "dependencies": { - "@apollo/client": "3.7.1", + "@apollo/client": "3.7.2", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 22119486c2578..49a3614d56f44 100644 --- a/examples/spacex-cfw/package.json +++ b/examples/spacex-cfw/package.json @@ -12,6 +12,6 @@ "graphql": "16.6.0" }, "devDependencies": { - "wrangler": "2.6.0" + "wrangler": "2.6.1" } } diff --git a/packages/apollo-link/package.json b/packages/apollo-link/package.json index 8ae039008f209..b3e7fd3c2becf 100644 --- a/packages/apollo-link/package.json +++ b/packages/apollo-link/package.json @@ -38,7 +38,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@apollo/client": "3.7.1" + "@apollo/client": "3.7.2" }, "publishConfig": { "access": "public", diff --git a/packages/string-interpolation/package.json b/packages/string-interpolation/package.json index 02e0682a6cb8d..b57948a0ca43f 100644 --- a/packages/string-interpolation/package.json +++ b/packages/string-interpolation/package.json @@ -34,7 +34,7 @@ "graphql": "*" }, "dependencies": { - "dayjs": "1.11.6", + "dayjs": "1.11.7", "json-pointer": "0.6.2", "lodash.get": "4.4.2" }, diff --git a/packages/transforms/cache/package.json b/packages/transforms/cache/package.json index 7e2e3771f04fe..b931aec8d41b6 100644 --- a/packages/transforms/cache/package.json +++ b/packages/transforms/cache/package.json @@ -39,7 +39,7 @@ "@graphql-tools/resolvers-composition": "6.5.12", "@graphql-tools/schema": "9.0.10", "@graphql-tools/utils": "9.1.1", - "dayjs": "1.11.6", + "dayjs": "1.11.7", "tslib": "^2.4.0" }, "devDependencies": { diff --git a/website/package.json b/website/package.json index a63577d9282bc..8e0410fc017ad 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@theguild/algolia": "1.0.2", "@theguild/tailwind-config": "0.2.1", - "@types/node": "18.11.10", + "@types/node": "18.11.11", "@types/react": "18.0.26", "cross-env": "7.0.3", "eslint-config-next": "13.0.6", diff --git a/yarn.lock b/yarn.lock index bd62d03bec78b..028b241db0408 100644 --- a/yarn.lock +++ b/yarn.lock @@ -190,10 +190,10 @@ resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.2.tgz#f42ed3563acc7f1f50617d65d208483977adc68e" integrity sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw== -"@apollo/client@3.7.1": - version "3.7.1" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.1.tgz#86ce47c18a0714e229231148b0306562550c2248" - integrity sha512-xu5M/l7p9gT9Fx7nF3AQivp0XukjB7TM7tOd5wifIpI8RskYveL4I+rpTijzWrnqCPZabkbzJKH7WEAKdctt9w== +"@apollo/client@3.7.2": + version "3.7.2" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.2.tgz#71b6846c1d99b81d041a1134f5679e30ec0363a0" + integrity sha512-ohAIpXl3mTa1Fd3GT/K37VwQJfTIuuJRp4aOlJ4q/hlx0Wxh+RqDrbn0awtVCOdhGDQN+CQQmVzIqFKn6GziXQ== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.7.0" @@ -7291,12 +7291,7 @@ buffers@~0.1.1: resolved "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb" integrity sha1-skV5w77U1tOWru5tmorn9Ugqt7s= -builtin-modules@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887" - integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA== - -builtin-modules@^3.3.0: +builtin-modules@^3.1.0, builtin-modules@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== @@ -8958,10 +8953,10 @@ date-fns@^2.29.1: resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8" integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA== -dayjs@1.11.6: - version "1.11.6" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb" - integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ== +dayjs@1.11.7: + version "1.11.7" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2" + integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ== debug@2.6.9, debug@^2.2.0, debug@^2.6.0, debug@^2.6.9: version "2.6.9" @@ -10694,16 +10689,7 @@ finalhandler@1.2.0, finalhandler@^1.0.6: statuses "2.0.1" unpipe "~1.0.0" -find-cache-dir@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880" - integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== - dependencies: - commondir "^1.0.1" - make-dir "^3.0.2" - pkg-dir "^4.1.0" - -find-cache-dir@^3.3.2: +find-cache-dir@^3.3.1, find-cache-dir@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== @@ -10887,7 +10873,7 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -fs-extra@10.0.0, fs-extra@^10.0.0: +fs-extra@10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1" integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ== @@ -10906,7 +10892,7 @@ fs-extra@9.0.1, fs-extra@^9.0.0, fs-extra@^9.0.1: jsonfile "^6.0.1" universalify "^1.0.0" -fs-extra@^10.1.0: +fs-extra@^10.0.0, fs-extra@^10.1.0: version "10.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== @@ -20927,10 +20913,10 @@ workbox-window@6.5.3: "@types/trusted-types" "^2.0.2" workbox-core "6.5.3" -wrangler@2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-2.6.0.tgz#7b4124228cb565ef6c32f070027b44c2e4cc55f8" - integrity sha512-ktAH4lwOfl3cjNzgURiT9Au3ZOB5wMibbCJZ6cWSavhC4ctrsEc6FTi19h3cYHjNhDFCipj9UUuKPG/eeYWlzw== +wrangler@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-2.6.1.tgz#e80d667044501165cad760058a67af67a932d54f" + integrity sha512-v0Kh8KQC33xP82pGXZ+67pJMQIx0CHI+gF2nLIcdZbrB0wAQLQ6lsQYS9UpuTupQg4+RetHToDwk+lzRM0J0cQ== dependencies: "@cloudflare/kv-asset-handler" "^0.2.0" "@esbuild-plugins/node-globals-polyfill" "^0.1.1"