diff --git a/ui/package-lock.json b/ui/package-lock.json index a13626ca..6d8fb762 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4361,9 +4361,9 @@ } }, "babel-plugin-graphql-tag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.0.0.tgz", - "integrity": "sha512-v9cNN/csE0IFH0Mb9rJHqgU9IzDz3DjSITfjvt1WlcRIVa5rZwWSV1dje6DUqdLGMAm84t9tbAnOLKrXYYHcFA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.1.0.tgz", + "integrity": "sha512-NuFBZ0Gr7zmf5dbImFBkYIxhu8VriU/86MRYxjShlldleiRVjcZ+rYEzanQAQlH2Q7kNGqaeXvpM7uqUForsng==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0", diff --git a/ui/package.json b/ui/package.json index 2ca95495..4554b69f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -40,7 +40,7 @@ "@babel/core": "^7.11.1", "@babel/plugin-transform-runtime": "^7.11.5", "babel-eslint": "^10.1.0", - "babel-plugin-graphql-tag": "^3.0.0", + "babel-plugin-graphql-tag": "^3.1.0", "babel-plugin-transform-semantic-ui-react-imports": "^1.4.1", "eslint": "^7.7.0", "eslint-plugin-react": "^7.20.6",