Skip to content

Commit 479b4bd

Browse files
Merge pull request #3 from api-platform/dependabot/npm_and_yarn/babel-eslint-9.0.0
2 parents 69ae40c + cb622f9 commit 479b4bd

File tree

2 files changed

+154
-9
lines changed

2 files changed

+154
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"babel-cli": "^6.24.0",
1818
"babel-core": "^6.24.0",
19-
"babel-eslint": "^7.2.0",
19+
"babel-eslint": "^9.0.0",
2020
"babel-jest": "^19.0.0",
2121
"babel-plugin-transform-flow-strip-types": "^6.22.0",
2222
"babel-plugin-transform-runtime": "^6.23.0",

yarn.lock

Lines changed: 153 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,84 @@
99
babel-runtime "^6.23.0"
1010
jsonld "^0.4.11"
1111

12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
13+
version "7.5.5"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
15+
dependencies:
16+
"@babel/highlight" "^7.0.0"
17+
18+
"@babel/generator@^7.6.0":
19+
version "7.6.0"
20+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
21+
dependencies:
22+
"@babel/types" "^7.6.0"
23+
jsesc "^2.5.1"
24+
lodash "^4.17.13"
25+
source-map "^0.5.0"
26+
trim-right "^1.0.1"
27+
28+
"@babel/helper-function-name@^7.1.0":
29+
version "7.1.0"
30+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
31+
dependencies:
32+
"@babel/helper-get-function-arity" "^7.0.0"
33+
"@babel/template" "^7.1.0"
34+
"@babel/types" "^7.0.0"
35+
36+
"@babel/helper-get-function-arity@^7.0.0":
37+
version "7.0.0"
38+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
39+
dependencies:
40+
"@babel/types" "^7.0.0"
41+
42+
"@babel/helper-split-export-declaration@^7.4.4":
43+
version "7.4.4"
44+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
45+
dependencies:
46+
"@babel/types" "^7.4.4"
47+
48+
"@babel/highlight@^7.0.0":
49+
version "7.5.0"
50+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
51+
dependencies:
52+
chalk "^2.0.0"
53+
esutils "^2.0.2"
54+
js-tokens "^4.0.0"
55+
56+
"@babel/parser@^7.0.0", "@babel/parser@^7.6.0":
57+
version "7.6.0"
58+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
59+
60+
"@babel/template@^7.1.0":
61+
version "7.6.0"
62+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
63+
dependencies:
64+
"@babel/code-frame" "^7.0.0"
65+
"@babel/parser" "^7.6.0"
66+
"@babel/types" "^7.6.0"
67+
68+
"@babel/traverse@^7.0.0":
69+
version "7.6.0"
70+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
71+
dependencies:
72+
"@babel/code-frame" "^7.5.5"
73+
"@babel/generator" "^7.6.0"
74+
"@babel/helper-function-name" "^7.1.0"
75+
"@babel/helper-split-export-declaration" "^7.4.4"
76+
"@babel/parser" "^7.6.0"
77+
"@babel/types" "^7.6.0"
78+
debug "^4.1.0"
79+
globals "^11.1.0"
80+
lodash "^4.17.13"
81+
82+
"@babel/types@^7.0.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0":
83+
version "7.6.1"
84+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
85+
dependencies:
86+
esutils "^2.0.2"
87+
lodash "^4.17.13"
88+
to-fast-properties "^2.0.0"
89+
1290
abab@^1.0.3:
1391
version "1.0.3"
1492
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
@@ -84,6 +162,12 @@ ansi-styles@^3.1.0:
84162
dependencies:
85163
color-convert "^1.9.0"
86164

165+
ansi-styles@^3.2.1:
166+
version "3.2.1"
167+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
168+
dependencies:
169+
color-convert "^1.9.0"
170+
87171
anymatch@^1.3.0:
88172
version "1.3.0"
89173
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507"
@@ -269,14 +353,16 @@ babel-core@^6.24.0, babel-core@^6.26.0:
269353
slash "^1.0.0"
270354
source-map "^0.5.6"
271355

272-
babel-eslint@^7.2.0:
273-
version "7.2.3"
274-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
356+
babel-eslint@^9.0.0:
357+
version "9.0.0"
358+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
275359
dependencies:
276-
babel-code-frame "^6.22.0"
277-
babel-traverse "^6.23.1"
278-
babel-types "^6.23.0"
279-
babylon "^6.17.0"
360+
"@babel/code-frame" "^7.0.0"
361+
"@babel/parser" "^7.0.0"
362+
"@babel/traverse" "^7.0.0"
363+
"@babel/types" "^7.0.0"
364+
eslint-scope "3.7.1"
365+
eslint-visitor-keys "^1.0.0"
280366

281367
babel-generator@^6.18.0, babel-generator@^6.24.0:
282368
version "6.24.0"
@@ -972,7 +1058,7 @@ babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
9721058
version "6.16.1"
9731059
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
9741060

975-
babylon@^6.17.0, babylon@^6.18.0:
1061+
babylon@^6.18.0:
9761062
version "6.18.0"
9771063
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
9781064

@@ -1097,6 +1183,14 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
10971183
strip-ansi "^3.0.0"
10981184
supports-color "^2.0.0"
10991185

1186+
chalk@^2.0.0:
1187+
version "2.4.2"
1188+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1189+
dependencies:
1190+
ansi-styles "^3.2.1"
1191+
escape-string-regexp "^1.0.5"
1192+
supports-color "^5.3.0"
1193+
11001194
chalk@^2.1.0:
11011195
version "2.1.0"
11021196
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e"
@@ -1266,6 +1360,12 @@ debug@^2.6.8:
12661360
dependencies:
12671361
ms "2.0.0"
12681362

1363+
debug@^4.1.0:
1364+
version "4.1.1"
1365+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
1366+
dependencies:
1367+
ms "^2.1.1"
1368+
12691369
decamelize@^1.0.0, decamelize@^1.1.1:
12701370
version "1.2.0"
12711371
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1461,6 +1561,17 @@ eslint-plugin-import@^2.2.0:
14611561
minimatch "^3.0.3"
14621562
read-pkg-up "^2.0.0"
14631563

1564+
1565+
version "3.7.1"
1566+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
1567+
dependencies:
1568+
esrecurse "^4.1.0"
1569+
estraverse "^4.1.1"
1570+
1571+
eslint-visitor-keys@^1.0.0:
1572+
version "1.1.0"
1573+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
1574+
14641575
eslint@^3.18.0:
14651576
version "3.19.0"
14661577
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc"
@@ -1787,6 +1898,10 @@ glob@^7.1.2:
17871898
once "^1.3.0"
17881899
path-is-absolute "^1.0.0"
17891900

1901+
globals@^11.1.0:
1902+
version "11.12.0"
1903+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1904+
17901905
globals@^9.0.0, globals@^9.14.0:
17911906
version "9.17.0"
17921907
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
@@ -1849,6 +1964,10 @@ has-flag@^2.0.0:
18491964
version "2.0.0"
18501965
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
18511966

1967+
has-flag@^3.0.0:
1968+
version "3.0.0"
1969+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
1970+
18521971
has-unicode@^2.0.0:
18531972
version "2.0.1"
18541973
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2390,6 +2509,10 @@ js-tokens@^3.0.2:
23902509
version "3.0.2"
23912510
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
23922511

2512+
js-tokens@^4.0.0:
2513+
version "4.0.0"
2514+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2515+
23932516
js-yaml@^3.5.1, js-yaml@^3.7.0:
23942517
version "3.8.2"
23952518
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.2.tgz#02d3e2c0f6beab20248d412c352203827d786721"
@@ -2429,6 +2552,10 @@ jsesc@^1.3.0:
24292552
version "1.3.0"
24302553
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
24312554

2555+
jsesc@^2.5.1:
2556+
version "2.5.2"
2557+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
2558+
24322559
jsesc@~0.5.0:
24332560
version "0.5.0"
24342561
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -2538,6 +2665,10 @@ lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
25382665
version "4.17.4"
25392666
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
25402667

2668+
lodash@^4.17.13:
2669+
version "4.17.15"
2670+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
2671+
25412672
longest@^1.0.1:
25422673
version "1.0.1"
25432674
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -2620,6 +2751,10 @@ [email protected]:
26202751
version "2.0.0"
26212752
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
26222753

2754+
ms@^2.1.1:
2755+
version "2.1.2"
2756+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
2757+
26232758
26242759
version "0.0.5"
26252760
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"
@@ -3327,6 +3462,12 @@ supports-color@^4.0.0:
33273462
dependencies:
33283463
has-flag "^2.0.0"
33293464

3465+
supports-color@^5.3.0:
3466+
version "5.5.0"
3467+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
3468+
dependencies:
3469+
has-flag "^3.0.0"
3470+
33303471
symbol-tree@^3.2.1:
33313472
version "3.2.2"
33323473
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
@@ -3403,6 +3544,10 @@ to-fast-properties@^1.0.3:
34033544
version "1.0.3"
34043545
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
34053546

3547+
to-fast-properties@^2.0.0:
3548+
version "2.0.0"
3549+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
3550+
34063551
tough-cookie@^2.3.2, tough-cookie@~2.3.0:
34073552
version "2.3.2"
34083553
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"

0 commit comments

Comments
 (0)