From 56f1c0af8f66b1a642877ad164d70c2d92c52820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:23:34 +0000 Subject: [PATCH] Bump graphql-tag from 2.12.6 to 2.12.7 in /enatega-multivendor-app Bumps [graphql-tag](https://github.com/apollographql/graphql-tag) from 2.12.6 to 2.12.7. - [Release notes](https://github.com/apollographql/graphql-tag/releases) - [Changelog](https://github.com/apollographql/graphql-tag/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/graphql-tag/compare/v2.12.6...v2.12.7) --- updated-dependencies: - dependency-name: graphql-tag dependency-version: 2.12.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- enatega-multivendor-app/package-lock.json | 11 ++++++----- enatega-multivendor-app/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 1e0281ff..3a42b7e8 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -46,7 +46,7 @@ "expo-updates": "~0.27.4", "expo-web-browser": "~12.8.2", "graphql": "^16.8.1", - "graphql-tag": "^2.10.1", + "graphql-tag": "^2.12.7", "i18n-js": "^4.3.2", "i18next": "^23.7.6", "install": "^0.13.0", @@ -11750,9 +11750,10 @@ } }, "node_modules/graphql-tag": { - "version": "2.12.6", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", - "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", + "version": "2.12.7", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.7.tgz", + "integrity": "sha512-xnE/NFzy+0eIesvAsREJZ284zTl/wYuBAvpsFSDhRGRdRHdnE90M21Q3xAWyYInb0J756c6x0pIQ62+vtvOs1Q==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" }, @@ -11760,7 +11761,7 @@ "node": ">=10" }, "peerDependencies": { - "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/has-ansi": { diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index 80d15c2f..29109204 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -74,7 +74,7 @@ "expo-updates": "~0.27.4", "expo-web-browser": "~12.8.2", "graphql": "^16.8.1", - "graphql-tag": "^2.10.1", + "graphql-tag": "^2.12.7", "i18n-js": "^4.3.2", "i18next": "^23.7.6", "install": "^0.13.0",