From 5d816079248589daa4185ede9351b69cc5eef8e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:52:18 +0000 Subject: [PATCH] Bump @urql/vue from 1.0.4 to 1.1.2 in /caster-front Bumps [@urql/vue](https://github.com/urql-graphql/urql/tree/HEAD/packages/vue-urql) from 1.0.4 to 1.1.2. - [Release notes](https://github.com/urql-graphql/urql/releases) - [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/vue-urql/CHANGELOG.md) - [Commits](https://github.com/urql-graphql/urql/commits/@urql/vue@1.1.2/packages/vue-urql) --- updated-dependencies: - dependency-name: "@urql/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- caster-front/package-lock.json | 44 +++++++++++++++++++++------------- caster-front/package.json | 2 +- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/caster-front/package-lock.json b/caster-front/package-lock.json index e0c1d714..05538a38 100644 --- a/caster-front/package-lock.json +++ b/caster-front/package-lock.json @@ -11,7 +11,7 @@ "@element-plus/icons-vue": "^2.1.0", "@sentry/vue": "^7.57.0", "@unhead/vue": "^1.7.4", - "@urql/vue": "^1.0.4", + "@urql/vue": "^1.1.2", "element-plus": "^2.3.5", "graphql": "^16.6.0", "markdown-it": "^13.0.1", @@ -48,6 +48,19 @@ "vue-tsc": "^1.2.0" } }, + "node_modules/@0no-co/graphql.web": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.4.tgz", + "integrity": "sha512-W3ezhHGfO0MS1PtGloaTpg0PbaT8aZSmmaerL7idtU5F7oCI+uu25k+MsMS31BVFlp4aMkHSrNRxiD72IlK8TA==", + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + }, + "peerDependenciesMeta": { + "graphql": { + "optional": true + } + } + }, "node_modules/@ampproject/remapping": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", @@ -3476,26 +3489,23 @@ } }, "node_modules/@urql/core": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@urql/core/-/core-3.1.1.tgz", - "integrity": "sha512-Mnxtq4I4QeFJsgs7Iytw+HyhiGxISR6qtyk66c9tipozLZ6QVxrCiUPF2HY4BxNIabaxcp+rivadvm8NAnXj4Q==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-4.1.3.tgz", + "integrity": "sha512-Wapa58olpEJtZzSEuZNDxzBxmOmHuivG6Hb/QPc6HjHfCJ6f36gnlWc9a9TsC8Vddle+6PsS6+quMMTuj+bj7A==", "dependencies": { - "wonka": "^6.1.2" - }, - "peerDependencies": { - "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "@0no-co/graphql.web": "^1.0.1", + "wonka": "^6.3.2" } }, "node_modules/@urql/vue": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@urql/vue/-/vue-1.0.4.tgz", - "integrity": "sha512-soycMzRekSUCa+QQYSc9gF9qMOeIkfKnirFySVlW8mVhCRBwyjKvb37Z9eksRCqzGerKsn54zmdsgR66LKrGng==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@urql/vue/-/vue-1.1.2.tgz", + "integrity": "sha512-ixfV0PTXcOl4KrZK24X+9B4rX9KSxqq1xhHZ0SOkAxgxMkomjJhtUl+9PuRL+LEzGWVr91OCEo68VPQ8uc5rBA==", "dependencies": { - "@urql/core": "^3.1.1", - "wonka": "^6.0.0" + "@urql/core": "^4.0.0", + "wonka": "^6.3.2" }, "peerDependencies": { - "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "vue": "^2.7.0 || ^3.0.0" } }, @@ -10734,9 +10744,9 @@ } }, "node_modules/wonka": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/wonka/-/wonka-6.1.2.tgz", - "integrity": "sha512-zNrXPMccg/7OEp9tSfFkMgTvhhowqasiSHdJ3eCZolXxVTV/aT6HUTofoZk9gwRbGoFey/Nss3JaZKUMKMbofg==" + "version": "6.3.4", + "resolved": "https://registry.npmjs.org/wonka/-/wonka-6.3.4.tgz", + "integrity": "sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==" }, "node_modules/word-wrap": { "version": "1.2.3", diff --git a/caster-front/package.json b/caster-front/package.json index 6627ed3f..9e8f0114 100644 --- a/caster-front/package.json +++ b/caster-front/package.json @@ -19,7 +19,7 @@ "@element-plus/icons-vue": "^2.1.0", "@sentry/vue": "^7.57.0", "@unhead/vue": "^1.7.4", - "@urql/vue": "^1.0.4", + "@urql/vue": "^1.1.2", "element-plus": "^2.3.5", "graphql": "^16.6.0", "markdown-it": "^13.0.1",