Skip to content

Commit f5004d6

Browse files
committed
Update dependency eslint to v6
1 parent 57c1895 commit f5004d6

File tree

12 files changed

+102
-47
lines changed

12 files changed

+102
-47
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-node": "8.3.0",
6262
"typescript": "3.5.3",
6363
"webpack": "4.39.2",
64-
"eslint": "5.16.0",
64+
"eslint": "6.2.2",
6565
"@typescript-eslint/parser": "1.13.0",
6666
"@typescript-eslint/eslint-plugin": "1.13.0",
6767
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"typescript": "3.5.3",
8282
"webpack": "4.39.2",
8383
"yargs": "13.3.0",
84-
"eslint": "5.16.0",
84+
"eslint": "6.2.2",
8585
"@typescript-eslint/parser": "1.13.0",
8686
"@typescript-eslint/eslint-plugin": "1.13.0",
8787
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"typescript": "3.5.3",
5656
"webpack": "4.39.2",
5757
"yargs": "13.3.0",
58-
"eslint": "5.16.0",
58+
"eslint": "6.2.2",
5959
"@typescript-eslint/parser": "1.13.0",
6060
"@typescript-eslint/eslint-plugin": "1.13.0",
6161
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/installations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"sinon-chai": "3.3.0",
4141
"tslint": "5.18.0",
4242
"typescript": "3.5.3",
43-
"eslint": "5.16.0",
43+
"eslint": "6.2.2",
4444
"@typescript-eslint/parser": "1.13.0",
4545
"@typescript-eslint/eslint-plugin": "1.13.0",
4646
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ts-node": "8.3.0",
4545
"typescript": "3.5.3",
4646
"webpack": "4.39.2",
47-
"eslint": "5.16.0",
47+
"eslint": "6.2.2",
4848
"@typescript-eslint/parser": "1.13.0",
4949
"@typescript-eslint/eslint-plugin": "1.13.0",
5050
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"sinon": "7.4.1",
5252
"tslint": "5.18.0",
5353
"typescript": "3.5.3",
54-
"eslint": "5.16.0",
54+
"eslint": "6.2.2",
5555
"@typescript-eslint/parser": "1.13.0",
5656
"@typescript-eslint/eslint-plugin": "1.13.0",
5757
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"sinon-chai": "3.3.0",
4949
"chai-as-promised": "7.1.1",
5050
"typescript": "3.5.3",
51-
"eslint": "5.16.0",
51+
"eslint": "6.2.2",
5252
"@typescript-eslint/parser": "1.13.0",
5353
"@typescript-eslint/eslint-plugin": "1.13.0",
5454
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/rxfire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"tslint": "5.18.0",
7171
"webpack": "4.39.2",
7272
"yargs": "13.3.0",
73-
"eslint": "5.16.0",
73+
"eslint": "6.2.2",
7474
"@typescript-eslint/parser": "1.13.0",
7575
"@typescript-eslint/eslint-plugin": "1.13.0",
7676
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ts-loader": "6.0.4",
5151
"typescript": "3.5.3",
5252
"webpack": "4.39.2",
53-
"eslint": "5.16.0",
53+
"eslint": "6.2.2",
5454
"@typescript-eslint/parser": "1.13.0",
5555
"@typescript-eslint/eslint-plugin": "1.13.0",
5656
"@typescript-eslint/eslint-plugin-tslint": "1.13.0"

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ts-node": "8.3.0",
5353
"typescript": "3.5.3",
5454
"webpack": "4.39.2",
55-
"eslint": "5.16.0",
55+
"eslint": "6.2.2",
5656
"@typescript-eslint/parser": "1.13.0",
5757
"@typescript-eslint/eslint-plugin": "1.13.0",
5858
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ts-node": "8.3.0",
4848
"typescript": "3.5.3",
4949
"webpack": "4.39.2",
50-
"eslint": "5.16.0",
50+
"eslint": "6.2.2",
5151
"@typescript-eslint/parser": "1.13.0",
5252
"@typescript-eslint/eslint-plugin": "1.13.0",
5353
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

yarn.lock

Lines changed: 91 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,10 +2306,10 @@ acorn-dynamic-import@^4.0.0:
23062306
resolved "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948"
23072307
integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
23082308

2309-
acorn-jsx@^5.0.0:
2310-
version "5.0.1"
2311-
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
2312-
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
2309+
acorn-jsx@^5.0.2:
2310+
version "5.0.2"
2311+
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
2312+
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
23132313

23142314
acorn-node@^1.2.0, acorn-node@^1.3.0:
23152315
version "1.3.0"
@@ -2344,7 +2344,7 @@ acorn@^5.4.1:
23442344
resolved "https://registry.npmjs.org/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
23452345
integrity sha512-jd5MkIUlbbmb07nXH0DT3y7rDVtkzDi4XZOUVWAer8ajmF/DTSSbl5oNFyDOl/OXA33Bl79+ypHhl2pN20VeOQ==
23462346

2347-
acorn@^6.0.2, acorn@^6.0.7:
2347+
acorn@^6.0.2:
23482348
version "6.1.1"
23492349
resolved "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
23502350
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
@@ -2359,6 +2359,11 @@ acorn@^6.2.1:
23592359
resolved "https://registry.npmjs.org/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
23602360
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
23612361

2362+
acorn@^7.0.0:
2363+
version "7.0.0"
2364+
resolved "https://registry.npmjs.org/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
2365+
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
2366+
23622367
23632368
version "0.4.11"
23642369
resolved "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.11.tgz#2aa54c84c4b01a9d0fb89bb11982a51f13e3d62a"
@@ -2435,7 +2440,7 @@ ajv@^6.1.0:
24352440
json-schema-traverse "^0.3.0"
24362441
uri-js "^3.0.2"
24372442

2438-
ajv@^6.10.2:
2443+
ajv@^6.10.0, ajv@^6.10.2:
24392444
version "6.10.2"
24402445
resolved "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
24412446
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
@@ -5915,66 +5920,87 @@ eslint-scope@^4.0.3:
59155920
esrecurse "^4.1.0"
59165921
estraverse "^4.1.1"
59175922

5923+
eslint-scope@^5.0.0:
5924+
version "5.0.0"
5925+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
5926+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
5927+
dependencies:
5928+
esrecurse "^4.1.0"
5929+
estraverse "^4.1.1"
5930+
59185931
eslint-utils@^1.3.1:
59195932
version "1.3.1"
59205933
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
59215934
integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==
59225935

5936+
eslint-utils@^1.4.2:
5937+
version "1.4.2"
5938+
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
5939+
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
5940+
dependencies:
5941+
eslint-visitor-keys "^1.0.0"
5942+
59235943
eslint-visitor-keys@^1.0.0:
59245944
version "1.0.0"
59255945
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
59265946
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
59275947

5928-
5929-
version "5.16.0"
5930-
resolved "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
5931-
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
5948+
eslint-visitor-keys@^1.1.0:
5949+
version "1.1.0"
5950+
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
5951+
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
5952+
5953+
5954+
version "6.2.2"
5955+
resolved "https://registry.npmjs.org/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
5956+
integrity sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==
59325957
dependencies:
59335958
"@babel/code-frame" "^7.0.0"
5934-
ajv "^6.9.1"
5959+
ajv "^6.10.0"
59355960
chalk "^2.1.0"
59365961
cross-spawn "^6.0.5"
59375962
debug "^4.0.1"
59385963
doctrine "^3.0.0"
5939-
eslint-scope "^4.0.3"
5940-
eslint-utils "^1.3.1"
5941-
eslint-visitor-keys "^1.0.0"
5942-
espree "^5.0.1"
5964+
eslint-scope "^5.0.0"
5965+
eslint-utils "^1.4.2"
5966+
eslint-visitor-keys "^1.1.0"
5967+
espree "^6.1.1"
59435968
esquery "^1.0.1"
59445969
esutils "^2.0.2"
59455970
file-entry-cache "^5.0.1"
59465971
functional-red-black-tree "^1.0.1"
5947-
glob "^7.1.2"
5972+
glob-parent "^5.0.0"
59485973
globals "^11.7.0"
59495974
ignore "^4.0.6"
59505975
import-fresh "^3.0.0"
59515976
imurmurhash "^0.1.4"
5952-
inquirer "^6.2.2"
5953-
js-yaml "^3.13.0"
5977+
inquirer "^6.4.1"
5978+
is-glob "^4.0.0"
5979+
js-yaml "^3.13.1"
59545980
json-stable-stringify-without-jsonify "^1.0.1"
59555981
levn "^0.3.0"
5956-
lodash "^4.17.11"
5982+
lodash "^4.17.14"
59575983
minimatch "^3.0.4"
59585984
mkdirp "^0.5.1"
59595985
natural-compare "^1.4.0"
59605986
optionator "^0.8.2"
5961-
path-is-inside "^1.0.2"
59625987
progress "^2.0.0"
59635988
regexpp "^2.0.1"
5964-
semver "^5.5.1"
5965-
strip-ansi "^4.0.0"
5966-
strip-json-comments "^2.0.1"
5989+
semver "^6.1.2"
5990+
strip-ansi "^5.2.0"
5991+
strip-json-comments "^3.0.1"
59675992
table "^5.2.3"
59685993
text-table "^0.2.0"
5994+
v8-compile-cache "^2.0.3"
59695995

5970-
espree@^5.0.1:
5971-
version "5.0.1"
5972-
resolved "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
5973-
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
5996+
espree@^6.1.1:
5997+
version "6.1.1"
5998+
resolved "https://registry.npmjs.org/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
5999+
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
59746000
dependencies:
5975-
acorn "^6.0.7"
5976-
acorn-jsx "^5.0.0"
5977-
eslint-visitor-keys "^1.0.0"
6001+
acorn "^7.0.0"
6002+
acorn-jsx "^5.0.2"
6003+
eslint-visitor-keys "^1.1.0"
59786004

59796005
[email protected], esprima@^2.7.1:
59806006
version "2.7.3"
@@ -8116,7 +8142,26 @@ inquirer@^6.2.0:
81168142
strip-ansi "^5.0.0"
81178143
through "^2.3.6"
81188144

8119-
inquirer@^6.2.2, inquirer@~6.3.1:
8145+
inquirer@^6.4.1:
8146+
version "6.5.2"
8147+
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
8148+
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
8149+
dependencies:
8150+
ansi-escapes "^3.2.0"
8151+
chalk "^2.4.2"
8152+
cli-cursor "^2.1.0"
8153+
cli-width "^2.0.0"
8154+
external-editor "^3.0.3"
8155+
figures "^2.0.0"
8156+
lodash "^4.17.12"
8157+
mute-stream "0.0.7"
8158+
run-async "^2.2.0"
8159+
rxjs "^6.4.0"
8160+
string-width "^2.1.0"
8161+
strip-ansi "^5.1.0"
8162+
through "^2.3.6"
8163+
8164+
inquirer@~6.3.1:
81208165
version "6.3.1"
81218166
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7"
81228167
integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA==
@@ -8870,7 +8915,7 @@ js-tokens@^3.0.2:
88708915
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
88718916
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
88728917

8873-
[email protected], js-yaml@^3.13.0, js-yaml@^3.13.1:
8918+
[email protected], js-yaml@^3.13.1:
88748919
version "3.13.1"
88758920
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
88768921
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -9786,7 +9831,7 @@ [email protected], lodash@^4.14.0, lodash@^4.16.6, lodash@^4.17.0, lodash@^4.17.10,
97869831
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
97879832
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
97889833

9789-
[email protected], lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
9834+
[email protected], lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
97909835
version "4.17.15"
97919836
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
97929837
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -11548,7 +11593,7 @@ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1154811593
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1154911594
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
1155011595

11551-
path-is-inside@^1.0.1, path-is-inside@^1.0.2:
11596+
path-is-inside@^1.0.1:
1155211597
version "1.0.2"
1155311598
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
1155411599
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
@@ -13001,7 +13046,7 @@ [email protected]:
1300113046
resolved "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
1300213047
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
1300313048

13004-
13049+
[email protected], semver@^6.1.2:
1300513050
version "6.3.0"
1300613051
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1300713052
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -13803,11 +13848,16 @@ strip-indent@^2.0.0:
1380313848
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
1380413849
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
1380513850

13806-
[email protected], strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
13851+
[email protected], strip-json-comments@~2.0.1:
1380713852
version "2.0.1"
1380813853
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1380913854
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1381013855

13856+
strip-json-comments@^3.0.1:
13857+
version "3.0.1"
13858+
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
13859+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
13860+
1381113861
strong-log-transformer@^2.0.0:
1381213862
version "2.1.0"
1381313863
resolved "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10"
@@ -14924,6 +14974,11 @@ [email protected]:
1492414974
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
1492514975
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==
1492614976

14977+
v8-compile-cache@^2.0.3:
14978+
version "2.1.0"
14979+
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
14980+
integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
14981+
1492714982
v8flags@^3.0.1:
1492814983
version "3.1.2"
1492914984
resolved "https://registry.npmjs.org/v8flags/-/v8flags-3.1.2.tgz#fc5cd0c227428181e6c29b2992e4f8f1da5e0c9f"

0 commit comments

Comments
 (0)