Skip to content

Commit c14e8a1

Browse files
committed
Update dependency @babel/preset-env to v7.9.5
1 parent bda92c6 commit c14e8a1

File tree

2 files changed

+51
-46
lines changed

2 files changed

+51
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@babel/core": "7.9.0",
57-
"@babel/preset-env": "7.9.0",
57+
"@babel/preset-env": "7.9.5",
5858
"babel-eslint": "10.1.0",
5959
"babel-jest": "25.2.3",
6060
"eslint": "6.8.0",

yarn.lock

Lines changed: 50 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,6 @@
132132
"@babel/helper-explode-assignable-expression" "^7.8.3"
133133
"@babel/types" "^7.8.3"
134134

135-
"@babel/helper-call-delegate@^7.8.7":
136-
version "7.8.7"
137-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab"
138-
integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ==
139-
dependencies:
140-
"@babel/helper-hoist-variables" "^7.8.3"
141-
"@babel/traverse" "^7.8.3"
142-
"@babel/types" "^7.8.7"
143-
144135
"@babel/helper-compilation-targets@^7.8.7":
145136
version "7.8.7"
146137
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
@@ -204,6 +195,15 @@
204195
"@babel/template" "^7.8.3"
205196
"@babel/types" "^7.8.3"
206197

198+
"@babel/helper-function-name@^7.9.5":
199+
version "7.9.5"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
201+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
202+
dependencies:
203+
"@babel/helper-get-function-arity" "^7.8.3"
204+
"@babel/template" "^7.8.3"
205+
"@babel/types" "^7.9.5"
206+
207207
"@babel/helper-get-function-arity@^7.0.0":
208208
version "7.0.0"
209209
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
@@ -334,6 +334,11 @@
334334
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
335335
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
336336

337+
"@babel/helper-validator-identifier@^7.9.5":
338+
version "7.9.5"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
340+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
341+
337342
"@babel/helper-wrap-function@^7.8.3":
338343
version "7.8.3"
339344
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -446,13 +451,14 @@
446451
"@babel/helper-plugin-utils" "^7.8.3"
447452
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
448453

449-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
450-
version "7.9.0"
451-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
452-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
454+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
455+
version "7.9.5"
456+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
457+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
453458
dependencies:
454459
"@babel/helper-plugin-utils" "^7.8.3"
455460
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
461+
"@babel/plugin-transform-parameters" "^7.9.5"
456462

457463
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
458464
version "7.8.3"
@@ -594,14 +600,14 @@
594600
"@babel/helper-plugin-utils" "^7.8.3"
595601
lodash "^4.17.13"
596602

597-
"@babel/plugin-transform-classes@^7.9.0":
598-
version "7.9.0"
599-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9"
600-
integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A==
603+
"@babel/plugin-transform-classes@^7.9.5":
604+
version "7.9.5"
605+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
606+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
601607
dependencies:
602608
"@babel/helper-annotate-as-pure" "^7.8.3"
603609
"@babel/helper-define-map" "^7.8.3"
604-
"@babel/helper-function-name" "^7.8.3"
610+
"@babel/helper-function-name" "^7.9.5"
605611
"@babel/helper-optimise-call-expression" "^7.8.3"
606612
"@babel/helper-plugin-utils" "^7.8.3"
607613
"@babel/helper-replace-supers" "^7.8.6"
@@ -615,10 +621,10 @@
615621
dependencies:
616622
"@babel/helper-plugin-utils" "^7.8.3"
617623

618-
"@babel/plugin-transform-destructuring@^7.8.3":
619-
version "7.8.3"
620-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b"
621-
integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==
624+
"@babel/plugin-transform-destructuring@^7.9.5":
625+
version "7.9.5"
626+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
627+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
622628
dependencies:
623629
"@babel/helper-plugin-utils" "^7.8.3"
624630

@@ -733,12 +739,11 @@
733739
"@babel/helper-plugin-utils" "^7.8.3"
734740
"@babel/helper-replace-supers" "^7.8.3"
735741

736-
"@babel/plugin-transform-parameters@^7.8.7":
737-
version "7.8.7"
738-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395"
739-
integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g==
742+
"@babel/plugin-transform-parameters@^7.9.5":
743+
version "7.9.5"
744+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
745+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
740746
dependencies:
741-
"@babel/helper-call-delegate" "^7.8.7"
742747
"@babel/helper-get-function-arity" "^7.8.3"
743748
"@babel/helper-plugin-utils" "^7.8.3"
744749

@@ -808,10 +813,10 @@
808813
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
809814
"@babel/helper-plugin-utils" "^7.8.3"
810815

811-
"@babel/[email protected].0":
812-
version "7.9.0"
813-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
814-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
816+
"@babel/[email protected].5":
817+
version "7.9.5"
818+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
819+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
815820
dependencies:
816821
"@babel/compat-data" "^7.9.0"
817822
"@babel/helper-compilation-targets" "^7.8.7"
@@ -822,7 +827,7 @@
822827
"@babel/plugin-proposal-json-strings" "^7.8.3"
823828
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
824829
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
825-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
830+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
826831
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
827832
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
828833
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -839,9 +844,9 @@
839844
"@babel/plugin-transform-async-to-generator" "^7.8.3"
840845
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
841846
"@babel/plugin-transform-block-scoping" "^7.8.3"
842-
"@babel/plugin-transform-classes" "^7.9.0"
847+
"@babel/plugin-transform-classes" "^7.9.5"
843848
"@babel/plugin-transform-computed-properties" "^7.8.3"
844-
"@babel/plugin-transform-destructuring" "^7.8.3"
849+
"@babel/plugin-transform-destructuring" "^7.9.5"
845850
"@babel/plugin-transform-dotall-regex" "^7.8.3"
846851
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
847852
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -856,7 +861,7 @@
856861
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
857862
"@babel/plugin-transform-new-target" "^7.8.3"
858863
"@babel/plugin-transform-object-super" "^7.8.3"
859-
"@babel/plugin-transform-parameters" "^7.8.7"
864+
"@babel/plugin-transform-parameters" "^7.9.5"
860865
"@babel/plugin-transform-property-literals" "^7.8.3"
861866
"@babel/plugin-transform-regenerator" "^7.8.7"
862867
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -867,7 +872,7 @@
867872
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
868873
"@babel/plugin-transform-unicode-regex" "^7.8.3"
869874
"@babel/preset-modules" "^0.1.3"
870-
"@babel/types" "^7.9.0"
875+
"@babel/types" "^7.9.5"
871876
browserslist "^4.9.1"
872877
core-js-compat "^3.6.2"
873878
invariant "^2.2.2"
@@ -1013,15 +1018,6 @@
10131018
lodash "^4.17.13"
10141019
to-fast-properties "^2.0.0"
10151020

1016-
"@babel/types@^7.8.7":
1017-
version "7.8.7"
1018-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
1019-
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
1020-
dependencies:
1021-
esutils "^2.0.2"
1022-
lodash "^4.17.13"
1023-
to-fast-properties "^2.0.0"
1024-
10251021
"@babel/types@^7.9.0":
10261022
version "7.9.0"
10271023
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
@@ -1031,6 +1027,15 @@
10311027
lodash "^4.17.13"
10321028
to-fast-properties "^2.0.0"
10331029

1030+
"@babel/types@^7.9.5":
1031+
version "7.9.5"
1032+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
1033+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
1034+
dependencies:
1035+
"@babel/helper-validator-identifier" "^7.9.5"
1036+
lodash "^4.17.13"
1037+
to-fast-properties "^2.0.0"
1038+
10341039
"@bcoe/v8-coverage@^0.2.3":
10351040
version "0.2.3"
10361041
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)