Skip to content

Commit a0767ed

Browse files
Bump @babel/preset-env from 7.8.4 to 7.8.6
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.4 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.8.4...v7.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8c86467 commit a0767ed

File tree

2 files changed

+72
-32
lines changed

2 files changed

+72
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@babel/cli": "7.8.4",
2121
"@babel/core": "7.8.4",
22-
"@babel/preset-env": "7.8.4",
22+
"@babel/preset-env": "7.8.6",
2323
"@zeit/ncc": "0.21.1",
2424
"babel-eslint": "10.1.0",
2525
"eslint": "6.8.0",

yarn.lock

Lines changed: 71 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
dependencies:
5959
"@babel/highlight" "^7.8.3"
6060

61-
"@babel/compat-data@^7.8.4":
62-
version "7.8.5"
63-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9"
64-
integrity sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg==
61+
"@babel/compat-data@^7.8.6":
62+
version "7.8.6"
63+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35"
64+
integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q==
6565
dependencies:
6666
browserslist "^4.8.5"
6767
invariant "^2.2.4"
@@ -98,6 +98,16 @@
9898
lodash "^4.17.13"
9999
source-map "^0.5.0"
100100

101+
"@babel/generator@^7.8.6":
102+
version "7.8.6"
103+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a"
104+
integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg==
105+
dependencies:
106+
"@babel/types" "^7.8.6"
107+
jsesc "^2.5.1"
108+
lodash "^4.17.13"
109+
source-map "^0.5.0"
110+
101111
"@babel/helper-annotate-as-pure@^7.8.3":
102112
version "7.8.3"
103113
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -122,12 +132,12 @@
122132
"@babel/traverse" "^7.8.3"
123133
"@babel/types" "^7.8.3"
124134

125-
"@babel/helper-compilation-targets@^7.8.4":
126-
version "7.8.4"
127-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
128-
integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==
135+
"@babel/helper-compilation-targets@^7.8.6":
136+
version "7.8.6"
137+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.6.tgz#015b85db69e3a34240d5c2b761fc53eb9695f09c"
138+
integrity sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ==
129139
dependencies:
130-
"@babel/compat-data" "^7.8.4"
140+
"@babel/compat-data" "^7.8.6"
131141
browserslist "^4.8.5"
132142
invariant "^2.2.4"
133143
levenary "^1.1.1"
@@ -247,6 +257,16 @@
247257
"@babel/traverse" "^7.8.3"
248258
"@babel/types" "^7.8.3"
249259

260+
"@babel/helper-replace-supers@^7.8.6":
261+
version "7.8.6"
262+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
263+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
264+
dependencies:
265+
"@babel/helper-member-expression-to-functions" "^7.8.3"
266+
"@babel/helper-optimise-call-expression" "^7.8.3"
267+
"@babel/traverse" "^7.8.6"
268+
"@babel/types" "^7.8.6"
269+
250270
"@babel/helper-simple-access@^7.8.3":
251271
version "7.8.3"
252272
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -295,6 +315,11 @@
295315
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
296316
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
297317

318+
"@babel/parser@^7.8.6":
319+
version "7.8.6"
320+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c"
321+
integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g==
322+
298323
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
299324
version "7.8.3"
300325
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -454,17 +479,17 @@
454479
"@babel/helper-plugin-utils" "^7.8.3"
455480
lodash "^4.17.13"
456481

457-
"@babel/plugin-transform-classes@^7.8.3":
458-
version "7.8.3"
459-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8"
460-
integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w==
482+
"@babel/plugin-transform-classes@^7.8.6":
483+
version "7.8.6"
484+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.6.tgz#77534447a477cbe5995ae4aee3e39fbc8090c46d"
485+
integrity sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg==
461486
dependencies:
462487
"@babel/helper-annotate-as-pure" "^7.8.3"
463488
"@babel/helper-define-map" "^7.8.3"
464489
"@babel/helper-function-name" "^7.8.3"
465490
"@babel/helper-optimise-call-expression" "^7.8.3"
466491
"@babel/helper-plugin-utils" "^7.8.3"
467-
"@babel/helper-replace-supers" "^7.8.3"
492+
"@babel/helper-replace-supers" "^7.8.6"
468493
"@babel/helper-split-export-declaration" "^7.8.3"
469494
globals "^11.1.0"
470495

@@ -505,10 +530,10 @@
505530
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
506531
"@babel/helper-plugin-utils" "^7.8.3"
507532

508-
"@babel/plugin-transform-for-of@^7.8.4":
509-
version "7.8.4"
510-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d"
511-
integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==
533+
"@babel/plugin-transform-for-of@^7.8.6":
534+
version "7.8.6"
535+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.6.tgz#a051bd1b402c61af97a27ff51b468321c7c2a085"
536+
integrity sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw==
512537
dependencies:
513538
"@babel/helper-plugin-utils" "^7.8.3"
514539

@@ -668,13 +693,13 @@
668693
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
669694
"@babel/helper-plugin-utils" "^7.8.3"
670695

671-
"@babel/preset-env@7.8.4":
672-
version "7.8.4"
673-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
674-
integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
696+
"@babel/preset-env@7.8.6":
697+
version "7.8.6"
698+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b"
699+
integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg==
675700
dependencies:
676-
"@babel/compat-data" "^7.8.4"
677-
"@babel/helper-compilation-targets" "^7.8.4"
701+
"@babel/compat-data" "^7.8.6"
702+
"@babel/helper-compilation-targets" "^7.8.6"
678703
"@babel/helper-module-imports" "^7.8.3"
679704
"@babel/helper-plugin-utils" "^7.8.3"
680705
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
@@ -697,13 +722,13 @@
697722
"@babel/plugin-transform-async-to-generator" "^7.8.3"
698723
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
699724
"@babel/plugin-transform-block-scoping" "^7.8.3"
700-
"@babel/plugin-transform-classes" "^7.8.3"
725+
"@babel/plugin-transform-classes" "^7.8.6"
701726
"@babel/plugin-transform-computed-properties" "^7.8.3"
702727
"@babel/plugin-transform-destructuring" "^7.8.3"
703728
"@babel/plugin-transform-dotall-regex" "^7.8.3"
704729
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
705730
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
706-
"@babel/plugin-transform-for-of" "^7.8.4"
731+
"@babel/plugin-transform-for-of" "^7.8.6"
707732
"@babel/plugin-transform-function-name" "^7.8.3"
708733
"@babel/plugin-transform-literals" "^7.8.3"
709734
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
@@ -724,7 +749,7 @@
724749
"@babel/plugin-transform-template-literals" "^7.8.3"
725750
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
726751
"@babel/plugin-transform-unicode-regex" "^7.8.3"
727-
"@babel/types" "^7.8.3"
752+
"@babel/types" "^7.8.6"
728753
browserslist "^4.8.5"
729754
core-js-compat "^3.6.2"
730755
invariant "^2.2.2"
@@ -777,10 +802,25 @@
777802
globals "^11.1.0"
778803
lodash "^4.17.13"
779804

780-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.7.0", "@babel/types@^7.8.3":
781-
version "7.8.3"
782-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
783-
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
805+
"@babel/traverse@^7.8.6":
806+
version "7.8.6"
807+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
808+
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
809+
dependencies:
810+
"@babel/code-frame" "^7.8.3"
811+
"@babel/generator" "^7.8.6"
812+
"@babel/helper-function-name" "^7.8.3"
813+
"@babel/helper-split-export-declaration" "^7.8.3"
814+
"@babel/parser" "^7.8.6"
815+
"@babel/types" "^7.8.6"
816+
debug "^4.1.0"
817+
globals "^11.1.0"
818+
lodash "^4.17.13"
819+
820+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
821+
version "7.8.6"
822+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01"
823+
integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA==
784824
dependencies:
785825
esutils "^2.0.2"
786826
lodash "^4.17.13"

0 commit comments

Comments
 (0)