Skip to content

Commit fd81d99

Browse files
Bump @babel/preset-env from 7.9.0 to 7.9.5
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.0 to 7.9.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.9.0...v7.9.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 741f017 commit fd81d99

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,6 @@
8282
"@babel/helper-annotate-as-pure" "^7.8.3"
8383
"@babel/types" "^7.9.0"
8484

85-
"@babel/helper-call-delegate@^7.8.7":
86-
version "7.8.7"
87-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab"
88-
integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ==
89-
dependencies:
90-
"@babel/helper-hoist-variables" "^7.8.3"
91-
"@babel/traverse" "^7.8.3"
92-
"@babel/types" "^7.8.7"
93-
9485
"@babel/helper-compilation-targets@^7.8.7":
9586
version "7.8.7"
9687
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
@@ -158,6 +149,15 @@
158149
"@babel/template" "^7.8.3"
159150
"@babel/types" "^7.8.3"
160151

152+
"@babel/helper-function-name@^7.9.5":
153+
version "7.9.5"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
155+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
156+
dependencies:
157+
"@babel/helper-get-function-arity" "^7.8.3"
158+
"@babel/template" "^7.8.3"
159+
"@babel/types" "^7.9.5"
160+
161161
"@babel/helper-get-function-arity@^7.8.3":
162162
version "7.8.3"
163163
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -254,10 +254,10 @@
254254
dependencies:
255255
"@babel/types" "^7.8.3"
256256

257-
"@babel/helper-validator-identifier@^7.9.0":
258-
version "7.9.0"
259-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
260-
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
257+
"@babel/helper-validator-identifier@^7.9.5":
258+
version "7.9.5"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
260+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
261261

262262
"@babel/helper-wrap-function@^7.8.3":
263263
version "7.8.3"
@@ -333,13 +333,14 @@
333333
"@babel/helper-plugin-utils" "^7.8.3"
334334
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
335335

336-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
337-
version "7.9.0"
338-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
339-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
336+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
337+
version "7.9.5"
338+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
339+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
340340
dependencies:
341341
"@babel/helper-plugin-utils" "^7.8.3"
342342
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
343+
"@babel/plugin-transform-parameters" "^7.9.5"
343344

344345
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
345346
version "7.8.3"
@@ -473,14 +474,14 @@
473474
"@babel/helper-plugin-utils" "^7.8.3"
474475
lodash "^4.17.13"
475476

476-
"@babel/plugin-transform-classes@^7.9.0":
477-
version "7.9.2"
478-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d"
479-
integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ==
477+
"@babel/plugin-transform-classes@^7.9.5":
478+
version "7.9.5"
479+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
480+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
480481
dependencies:
481482
"@babel/helper-annotate-as-pure" "^7.8.3"
482483
"@babel/helper-define-map" "^7.8.3"
483-
"@babel/helper-function-name" "^7.8.3"
484+
"@babel/helper-function-name" "^7.9.5"
484485
"@babel/helper-optimise-call-expression" "^7.8.3"
485486
"@babel/helper-plugin-utils" "^7.8.3"
486487
"@babel/helper-replace-supers" "^7.8.6"
@@ -494,10 +495,10 @@
494495
dependencies:
495496
"@babel/helper-plugin-utils" "^7.8.3"
496497

497-
"@babel/plugin-transform-destructuring@^7.8.3":
498-
version "7.8.3"
499-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b"
500-
integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==
498+
"@babel/plugin-transform-destructuring@^7.9.5":
499+
version "7.9.5"
500+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
501+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
501502
dependencies:
502503
"@babel/helper-plugin-utils" "^7.8.3"
503504

@@ -612,12 +613,11 @@
612613
"@babel/helper-plugin-utils" "^7.8.3"
613614
"@babel/helper-replace-supers" "^7.8.3"
614615

615-
"@babel/plugin-transform-parameters@^7.8.7":
616-
version "7.8.7"
617-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395"
618-
integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g==
616+
"@babel/plugin-transform-parameters@^7.9.5":
617+
version "7.9.5"
618+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
619+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
619620
dependencies:
620-
"@babel/helper-call-delegate" "^7.8.7"
621621
"@babel/helper-get-function-arity" "^7.8.3"
622622
"@babel/helper-plugin-utils" "^7.8.3"
623623

@@ -739,9 +739,9 @@
739739
"@babel/helper-plugin-utils" "^7.8.3"
740740

741741
"@babel/preset-env@^7.7.6":
742-
version "7.9.0"
743-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
744-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
742+
version "7.9.5"
743+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
744+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
745745
dependencies:
746746
"@babel/compat-data" "^7.9.0"
747747
"@babel/helper-compilation-targets" "^7.8.7"
@@ -752,7 +752,7 @@
752752
"@babel/plugin-proposal-json-strings" "^7.8.3"
753753
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
754754
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
755-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
755+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
756756
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
757757
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
758758
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -769,9 +769,9 @@
769769
"@babel/plugin-transform-async-to-generator" "^7.8.3"
770770
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
771771
"@babel/plugin-transform-block-scoping" "^7.8.3"
772-
"@babel/plugin-transform-classes" "^7.9.0"
772+
"@babel/plugin-transform-classes" "^7.9.5"
773773
"@babel/plugin-transform-computed-properties" "^7.8.3"
774-
"@babel/plugin-transform-destructuring" "^7.8.3"
774+
"@babel/plugin-transform-destructuring" "^7.9.5"
775775
"@babel/plugin-transform-dotall-regex" "^7.8.3"
776776
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
777777
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -786,7 +786,7 @@
786786
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
787787
"@babel/plugin-transform-new-target" "^7.8.3"
788788
"@babel/plugin-transform-object-super" "^7.8.3"
789-
"@babel/plugin-transform-parameters" "^7.8.7"
789+
"@babel/plugin-transform-parameters" "^7.9.5"
790790
"@babel/plugin-transform-property-literals" "^7.8.3"
791791
"@babel/plugin-transform-regenerator" "^7.8.7"
792792
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -797,7 +797,7 @@
797797
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
798798
"@babel/plugin-transform-unicode-regex" "^7.8.3"
799799
"@babel/preset-modules" "^0.1.3"
800-
"@babel/types" "^7.9.0"
800+
"@babel/types" "^7.9.5"
801801
browserslist "^4.9.1"
802802
core-js-compat "^3.6.2"
803803
invariant "^2.2.2"
@@ -874,12 +874,12 @@
874874
globals "^11.1.0"
875875
lodash "^4.17.13"
876876

877-
"@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0":
878-
version "7.9.0"
879-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
880-
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
877+
"@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
878+
version "7.9.5"
879+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
880+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
881881
dependencies:
882-
"@babel/helper-validator-identifier" "^7.9.0"
882+
"@babel/helper-validator-identifier" "^7.9.5"
883883
lodash "^4.17.13"
884884
to-fast-properties "^2.0.0"
885885

0 commit comments

Comments
 (0)