Skip to content

Commit 4ca703b

Browse files
committed
chore(deps): pin dependencies
1 parent 5648187 commit 4ca703b

File tree

2 files changed

+38
-29
lines changed

2 files changed

+38
-29
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/graphcool/graphql-cli-voyager#readme",
2727
"devDependencies": {
28-
"@types/graphql": "^0.10.0",
29-
"@types/node": "^8.0.17",
30-
"tslint": "^5.5.0",
31-
"tslint-config-standard": "^6.0.1",
32-
"typescript": "^2.2.0"
28+
"@types/graphql": "0.10.2",
29+
"@types/node": "8.5.2",
30+
"tslint": "5.8.0",
31+
"tslint-config-standard": "6.0.1",
32+
"typescript": "2.6.2"
3333
},
3434
"dependencies": {
3535
"express": "^4.15.3",

yarn.lock

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
version "0.4.31"
3939
resolved "https://registry.yarnpkg.com/@types/chalk/-/chalk-0.4.31.tgz#a31d74241a6b1edbb973cf36d97a2896834a51f9"
4040

41-
"@types/graphql@^0.10.0":
42-
version "0.10.1"
43-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.10.1.tgz#3944e528bb3232e09cddb5364d75aba6342d068c"
41+
"@types/[email protected].2":
42+
version "0.10.2"
43+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.10.2.tgz#d7c79acbaa17453b6681c80c34b38fcb10c4c08c"
4444

45-
"@types/node@^8.0.17":
46-
version "8.0.17"
47-
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.17.tgz#677bc8c118cfb76013febb62ede1f31d2c7222a1"
45+
"@types/node@8.5.2":
46+
version "8.5.2"
47+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.2.tgz#83b8103fa9a2c2e83d78f701a9aa7c9539739aa5"
4848

4949
accepts@^1.3.0, accepts@~1.3.3:
5050
version "1.3.3"
@@ -108,7 +108,7 @@ brace-expansion@^1.1.7:
108108
balanced-match "^1.0.0"
109109
concat-map "0.0.1"
110110

111-
builtin-modules@^1.0.0:
111+
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
112112
version "1.1.1"
113113
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
114114

@@ -142,6 +142,14 @@ chalk@^2.0.0, chalk@^2.0.1:
142142
escape-string-regexp "^1.0.5"
143143
supports-color "^4.0.0"
144144

145+
chalk@^2.1.0:
146+
version "2.3.0"
147+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
148+
dependencies:
149+
ansi-styles "^3.1.0"
150+
escape-string-regexp "^1.0.5"
151+
supports-color "^4.0.0"
152+
145153
classnames@^2.2.5:
146154
version "2.2.5"
147155
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.5.tgz#fb3801d453467649ef3603c7d61a02bd129bde6d"
@@ -190,10 +198,6 @@ color-name@^1.1.1:
190198
version "1.1.3"
191199
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
192200

193-
colors@^1.1.2:
194-
version "1.1.2"
195-
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
196-
197201
commander@^2.9.0:
198202
version "2.11.0"
199203
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
@@ -1296,7 +1300,11 @@ tslib@^1.0.0, tslib@^1.7.1:
12961300
version "1.7.1"
12971301
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
12981302

1299-
tslint-config-standard@^6.0.1:
1303+
tslib@^1.8.1:
1304+
version "1.8.1"
1305+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
1306+
1307+
13001308
version "6.0.1"
13011309
resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-6.0.1.tgz#a04ba0a794759e877287056f549b081e47a56d6c"
13021310
dependencies:
@@ -1310,30 +1318,31 @@ tslint-eslint-rules@^4.0.0:
13101318
tslib "^1.0.0"
13111319
tsutils "^1.4.0"
13121320

1313-
tslint@^5.5.0:
1314-
version "5.5.0"
1315-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.5.0.tgz#10e8dab3e3061fa61e9442e8cee3982acf20a6aa"
1321+
tslint@5.8.0:
1322+
version "5.8.0"
1323+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
13161324
dependencies:
13171325
babel-code-frame "^6.22.0"
1318-
colors "^1.1.2"
1326+
builtin-modules "^1.1.1"
1327+
chalk "^2.1.0"
13191328
commander "^2.9.0"
13201329
diff "^3.2.0"
13211330
glob "^7.1.1"
13221331
minimatch "^3.0.4"
13231332
resolve "^1.3.2"
13241333
semver "^5.3.0"
13251334
tslib "^1.7.1"
1326-
tsutils "^2.5.1"
1335+
tsutils "^2.12.1"
13271336

13281337
tsutils@^1.4.0:
13291338
version "1.9.1"
13301339
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.9.1.tgz#b9f9ab44e55af9681831d5f28d0aeeaf5c750cb0"
13311340

1332-
tsutils@^2.5.1:
1333-
version "2.8.0"
1334-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.8.0.tgz#0160173729b3bf138628dd14a1537e00851d814a"
1341+
tsutils@^2.12.1:
1342+
version "2.15.0"
1343+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.15.0.tgz#90831e5908cca10b28cdaf83a56dcf8156aed7c6"
13351344
dependencies:
1336-
tslib "^1.7.1"
1345+
tslib "^1.8.1"
13371346

13381347
type-is@~1.6.15:
13391348
version "1.6.15"
@@ -1342,9 +1351,9 @@ type-is@~1.6.15:
13421351
media-typer "0.3.0"
13431352
mime-types "~2.1.15"
13441353

1345-
typescript@^2.2.0:
1346-
version "2.4.2"
1347-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
1354+
typescript@2.6.2:
1355+
version "2.6.2"
1356+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
13481357

13491358
ua-parser-js@^0.7.9:
13501359
version "0.7.14"

0 commit comments

Comments
 (0)