From 4e6c918eb06b1d3b21cb32963db7ad70dd0e8c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 07:52:23 +0000 Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-graphql from 2.0.3 to 2.0.4 Bumps [@rollup/plugin-graphql](https://github.com/rollup/plugins/tree/HEAD/packages/graphql) from 2.0.3 to 2.0.4. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/graphql/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/image-v2.0.4/packages/graphql) --- updated-dependencies: - dependency-name: "@rollup/plugin-graphql" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/package.json b/package.json index 1518ed7a1..5386fb439 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nuxtjs/eslint-config-typescript": "^11.0.0", "@nuxtjs/tailwindcss": "^6.1.2", "@pinia/testing": "^0.1.3", - "@rollup/plugin-graphql": "^2.0.2", + "@rollup/plugin-graphql": "^2.0.4", "@tailwindcss/forms": "^0.5.3", "@types/humanize-duration": "^3.27.4", "@types/js-cookie": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index e1cfcf430..c3c1e5338 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3349,14 +3349,6 @@ is-reference "1.2.1" magic-string "^0.30.3" -"@rollup/plugin-graphql@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@rollup/plugin-graphql/-/plugin-graphql-2.0.3.tgz#35fea077e225e2982ce8483dd6c381e8cca03aea" - integrity sha512-IuuELo+0t29adRuLVg8izBFiUXFSFw8BmezespscynRfvfXSOV0S7g8RzQt75VzP6KHHVmNmlAgz+8qlkLur3w== - dependencies: - "@rollup/pluginutils" "^5.0.1" - graphql-tag "^2.12.6" - "@rollup/plugin-graphql@^2.0.4": version "2.0.4" resolved "https://registry.yarnpkg.com/@rollup/plugin-graphql/-/plugin-graphql-2.0.4.tgz#240aee16b4be10f3e9f879b6146af689cc10e07c"