Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 29954b9

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-tag to v2.12.4
1 parent 30385a5 commit 29954b9

File tree

6 files changed

+36
-15
lines changed

6 files changed

+36
-15
lines changed

‎advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"apollo-link-ws": "1.0.20",
1919
"apollo-utilities": "1.3.4",
2020
"graphql": "0.13.2",
21-
"graphql-tag": "2.11.0",
21+
"graphql-tag": "2.12.4",
2222
"jwt-decode": "2.2.0",
2323
"subscriptions-transport-ws": "0.9.18",
2424
"vue": "2.6.13",

‎advanced/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,10 +2808,12 @@ graphql-anywhere@^4.1.0-alpha.0:
28082808
dependencies:
28092809
apollo-utilities "^1.0.8"
28102810

2811-
graphql-tag@2.11.0:
2812-
version "2.11.0"
2813-
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
2814-
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
2811+
graphql-tag@2.12.4:
2812+
version "2.12.4"
2813+
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.4.tgz#d34066688a4f09e72d6f4663c74211e9b4b7c4bf"
2814+
integrity sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==
2815+
dependencies:
2816+
tslib "^2.1.0"
28152817

28162818
graphql@0.13.2:
28172819
version "0.13.2"
@@ -5971,6 +5973,11 @@ tslib@^1.9.3:
59715973
version "1.9.3"
59725974
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
59735975

5976+
tslib@^2.1.0:
5977+
version "2.2.0"
5978+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
5979+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
5980+
59745981
tty-browserify@0.0.0:
59755982
version "0.0.0"
59765983
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

‎basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"apollo-link-http": "1.5.17",
1616
"apollo-link-ws": "1.0.20",
1717
"graphql": "0.13.2",
18-
"graphql-tag": "2.11.0",
18+
"graphql-tag": "2.12.4",
1919
"subscriptions-transport-ws": "0.9.18",
2020
"vue": "2.6.13",
2121
"vue-apollo": "3.0.7",

‎basic/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2987,10 +2987,12 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
29872987
version "4.1.11"
29882988
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
29892989

2990-
graphql-tag@2.11.0:
2991-
version "2.11.0"
2992-
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
2993-
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
2990+
graphql-tag@2.12.4:
2991+
version "2.12.4"
2992+
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.4.tgz#d34066688a4f09e72d6f4663c74211e9b4b7c4bf"
2993+
integrity sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==
2994+
dependencies:
2995+
tslib "^2.1.0"
29942996

29952997
graphql@0.13.2:
29962998
version "0.13.2"
@@ -6282,6 +6284,11 @@ tslib@^1.9.3:
62826284
version "1.9.3"
62836285
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
62846286

6287+
tslib@^2.1.0:
6288+
version "2.2.0"
6289+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
6290+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
6291+
62856292
tty-browserify@0.0.0:
62866293
version "0.0.0"
62876294
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

‎minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"apollo-client": "2.6.10",
1414
"apollo-link-http": "1.5.17",
1515
"graphql": "0.13.2",
16-
"graphql-tag": "2.11.0",
16+
"graphql-tag": "2.12.4",
1717
"vue": "2.6.13",
1818
"vue-apollo": "3.0.7",
1919
"vue-router": "3.5.1",

‎minimal/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,10 +2976,12 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
29762976
version "4.1.11"
29772977
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
29782978

2979-
graphql-tag@2.11.0:
2980-
version "2.11.0"
2981-
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
2982-
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
2979+
graphql-tag@2.12.4:
2980+
version "2.12.4"
2981+
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.4.tgz#d34066688a4f09e72d6f4663c74211e9b4b7c4bf"
2982+
integrity sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==
2983+
dependencies:
2984+
tslib "^2.1.0"
29832985

29842986
graphql@0.13.2:
29852987
version "0.13.2"
@@ -6260,6 +6262,11 @@ tslib@^1.9.3:
62606262
version "1.9.3"
62616263
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
62626264

6265+
tslib@^2.1.0:
6266+
version "2.2.0"
6267+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
6268+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
6269+
62636270
tty-browserify@0.0.0:
62646271
version "0.0.0"
62656272
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /