fix: upgrade graphql-tag from 2.12.0 to 2.12.1 (#7282)

Snyk has created this PR to upgrade graphql-tag from 2.12.0 to 2.12.1.

See this package in npm:
https://www.npmjs.com/package/graphql-tag

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2021-03-19 07:28:42 +02:00
committed by GitHub
parent 25fb476bf8
commit 36de1db65d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6174,9 +6174,9 @@
}
},
"graphql-tag": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.0.tgz",
"integrity": "sha512-iK040pFYpQpHfqF5UJOlYu2XEw6wx56aiyKJP1zqhxabGssqfbTIqz6U++cBwx/Izad0JNq6IsWvrL+p6d1GOA==",
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.1.tgz",
"integrity": "sha512-LPewEE1vzGkHnCO8zdOGogKsHHBdtpGyihow1UuMwp6RnZa0lAS7NcbvltLOuo4pi5diQCPASAXZkQq44ffixA==",
"requires": {
"tslib": "^1.14.1"
},