Skip to content

Commit 6e80d37

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/preset-env to v7.9.5
1 parent fa887d1 commit 6e80d37

File tree

2 files changed

+47
-42
lines changed

2 files changed

+47
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/cli": "7.8.4",
3737
"@babel/core": "7.9.0",
3838
"@babel/polyfill": "7.8.7",
39-
"@babel/preset-env": "7.9.0",
39+
"@babel/preset-env": "7.9.5",
4040
"@babel/register": "7.9.0",
4141
"argparse": "1.0.10",
4242
"ava": "2.4.0",

yarn.lock

Lines changed: 46 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,6 @@
207207
"@babel/helper-explode-assignable-expression" "^7.8.3"
208208
"@babel/types" "^7.8.3"
209209

210-
"@babel/helper-call-delegate@^7.8.7":
211-
version "7.8.7"
212-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab"
213-
integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ==
214-
dependencies:
215-
"@babel/helper-hoist-variables" "^7.8.3"
216-
"@babel/traverse" "^7.8.3"
217-
"@babel/types" "^7.8.7"
218-
219210
"@babel/helper-compilation-targets@^7.8.7":
220211
version "7.8.7"
221212
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
@@ -287,6 +278,15 @@
287278
"@babel/template" "^7.8.3"
288279
"@babel/types" "^7.8.3"
289280

281+
"@babel/helper-function-name@^7.9.5":
282+
version "7.9.5"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
284+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
285+
dependencies:
286+
"@babel/helper-get-function-arity" "^7.8.3"
287+
"@babel/template" "^7.8.3"
288+
"@babel/types" "^7.9.5"
289+
290290
"@babel/helper-get-function-arity@^7.7.4":
291291
version "7.7.4"
292292
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
@@ -467,6 +467,11 @@
467467
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
468468
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
469469

470+
"@babel/helper-validator-identifier@^7.9.5":
471+
version "7.9.5"
472+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
473+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
474+
470475
"@babel/helper-wrap-function@^7.7.4":
471476
version "7.7.4"
472477
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
@@ -601,13 +606,14 @@
601606
"@babel/helper-plugin-utils" "^7.8.3"
602607
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
603608

604-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
605-
version "7.9.0"
606-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
607-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
609+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
610+
version "7.9.5"
611+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
612+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
608613
dependencies:
609614
"@babel/helper-plugin-utils" "^7.8.3"
610615
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
616+
"@babel/plugin-transform-parameters" "^7.9.5"
611617

612618
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
613619
version "7.7.4"
@@ -764,14 +770,14 @@
764770
"@babel/helper-plugin-utils" "^7.8.3"
765771
lodash "^4.17.13"
766772

767-
"@babel/plugin-transform-classes@^7.9.0":
768-
version "7.9.0"
769-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9"
770-
integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A==
773+
"@babel/plugin-transform-classes@^7.9.5":
774+
version "7.9.5"
775+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
776+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
771777
dependencies:
772778
"@babel/helper-annotate-as-pure" "^7.8.3"
773779
"@babel/helper-define-map" "^7.8.3"
774-
"@babel/helper-function-name" "^7.8.3"
780+
"@babel/helper-function-name" "^7.9.5"
775781
"@babel/helper-optimise-call-expression" "^7.8.3"
776782
"@babel/helper-plugin-utils" "^7.8.3"
777783
"@babel/helper-replace-supers" "^7.8.6"
@@ -785,10 +791,10 @@
785791
dependencies:
786792
"@babel/helper-plugin-utils" "^7.8.3"
787793

788-
"@babel/plugin-transform-destructuring@^7.8.3":
789-
version "7.8.3"
790-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b"
791-
integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==
794+
"@babel/plugin-transform-destructuring@^7.9.5":
795+
version "7.9.5"
796+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
797+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
792798
dependencies:
793799
"@babel/helper-plugin-utils" "^7.8.3"
794800

@@ -921,12 +927,11 @@
921927
"@babel/helper-plugin-utils" "^7.8.3"
922928
"@babel/helper-replace-supers" "^7.8.3"
923929

924-
"@babel/plugin-transform-parameters@^7.8.7":
925-
version "7.8.7"
926-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395"
927-
integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g==
930+
"@babel/plugin-transform-parameters@^7.9.5":
931+
version "7.9.5"
932+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
933+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
928934
dependencies:
929-
"@babel/helper-call-delegate" "^7.8.7"
930935
"@babel/helper-get-function-arity" "^7.8.3"
931936
"@babel/helper-plugin-utils" "^7.8.3"
932937

@@ -1004,10 +1009,10 @@
10041009
core-js "^2.6.5"
10051010
regenerator-runtime "^0.13.4"
10061011

1007-
"@babel/[email protected].0":
1008-
version "7.9.0"
1009-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
1010-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
1012+
"@babel/[email protected].5":
1013+
version "7.9.5"
1014+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
1015+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
10111016
dependencies:
10121017
"@babel/compat-data" "^7.9.0"
10131018
"@babel/helper-compilation-targets" "^7.8.7"
@@ -1018,7 +1023,7 @@
10181023
"@babel/plugin-proposal-json-strings" "^7.8.3"
10191024
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
10201025
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
1021-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
1026+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
10221027
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
10231028
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
10241029
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -1035,9 +1040,9 @@
10351040
"@babel/plugin-transform-async-to-generator" "^7.8.3"
10361041
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
10371042
"@babel/plugin-transform-block-scoping" "^7.8.3"
1038-
"@babel/plugin-transform-classes" "^7.9.0"
1043+
"@babel/plugin-transform-classes" "^7.9.5"
10391044
"@babel/plugin-transform-computed-properties" "^7.8.3"
1040-
"@babel/plugin-transform-destructuring" "^7.8.3"
1045+
"@babel/plugin-transform-destructuring" "^7.9.5"
10411046
"@babel/plugin-transform-dotall-regex" "^7.8.3"
10421047
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
10431048
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -1052,7 +1057,7 @@
10521057
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
10531058
"@babel/plugin-transform-new-target" "^7.8.3"
10541059
"@babel/plugin-transform-object-super" "^7.8.3"
1055-
"@babel/plugin-transform-parameters" "^7.8.7"
1060+
"@babel/plugin-transform-parameters" "^7.9.5"
10561061
"@babel/plugin-transform-property-literals" "^7.8.3"
10571062
"@babel/plugin-transform-regenerator" "^7.8.7"
10581063
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -1063,7 +1068,7 @@
10631068
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
10641069
"@babel/plugin-transform-unicode-regex" "^7.8.3"
10651070
"@babel/preset-modules" "^0.1.3"
1066-
"@babel/types" "^7.9.0"
1071+
"@babel/types" "^7.9.5"
10671072
browserslist "^4.9.1"
10681073
core-js-compat "^3.6.2"
10691074
invariant "^2.2.2"
@@ -1222,12 +1227,12 @@
12221227
lodash "^4.17.13"
12231228
to-fast-properties "^2.0.0"
12241229

1225-
"@babel/types@^7.8.7":
1226-
version "7.8.7"
1227-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
1228-
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
1230+
"@babel/types@^7.9.5":
1231+
version "7.9.5"
1232+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
1233+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
12291234
dependencies:
1230-
esutils "^2.0.2"
1235+
"@babel/helper-validator-identifier" "^7.9.5"
12311236
lodash "^4.17.13"
12321237
to-fast-properties "^2.0.0"
12331238

0 commit comments

Comments
 (0)