Skip to content

Commit eb08fb1

Browse files
Merge pull request #36 from WalnutProgramming/dependabot/npm_and_yarn/babel/preset-env-7.8.6
2 parents c25cda4 + 6c50909 commit eb08fb1

File tree

2 files changed

+38
-28
lines changed

2 files changed

+38
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/plugin-proposal-class-properties": "^7.7.4",
1818
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
1919
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
20-
"@babel/preset-env": "^7.8.3",
20+
"@babel/preset-env": "^7.8.6",
2121
"@babel/preset-typescript": "^7.7.7",
2222
"@rollup/plugin-commonjs": "^11.0.0",
2323
"@rollup/plugin-node-resolve": "^7.0.0",

yarn.lock

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
dependencies:
2626
"@babel/highlight" "^7.8.3"
2727

28-
"@babel/compat-data@^7.8.4":
29-
version "7.8.5"
30-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9"
31-
integrity sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg==
28+
"@babel/compat-data@^7.8.6":
29+
version "7.8.6"
30+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35"
31+
integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q==
3232
dependencies:
3333
browserslist "^4.8.5"
3434
invariant "^2.2.4"
@@ -89,12 +89,12 @@
8989
"@babel/traverse" "^7.8.3"
9090
"@babel/types" "^7.8.3"
9191

92-
"@babel/helper-compilation-targets@^7.8.4":
93-
version "7.8.4"
94-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
95-
integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==
92+
"@babel/helper-compilation-targets@^7.8.6":
93+
version "7.8.6"
94+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.6.tgz#015b85db69e3a34240d5c2b761fc53eb9695f09c"
95+
integrity sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ==
9696
dependencies:
97-
"@babel/compat-data" "^7.8.4"
97+
"@babel/compat-data" "^7.8.6"
9898
browserslist "^4.8.5"
9999
invariant "^2.2.4"
100100
levenary "^1.1.1"
@@ -226,6 +226,16 @@
226226
"@babel/traverse" "^7.8.3"
227227
"@babel/types" "^7.8.3"
228228

229+
"@babel/helper-replace-supers@^7.8.6":
230+
version "7.8.6"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
232+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
233+
dependencies:
234+
"@babel/helper-member-expression-to-functions" "^7.8.3"
235+
"@babel/helper-optimise-call-expression" "^7.8.3"
236+
"@babel/traverse" "^7.8.6"
237+
"@babel/types" "^7.8.6"
238+
229239
"@babel/helper-simple-access@^7.8.3":
230240
version "7.8.3"
231241
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -463,17 +473,17 @@
463473
"@babel/helper-plugin-utils" "^7.8.3"
464474
lodash "^4.17.13"
465475

466-
"@babel/plugin-transform-classes@^7.8.3":
467-
version "7.8.3"
468-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8"
469-
integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w==
476+
"@babel/plugin-transform-classes@^7.8.6":
477+
version "7.8.6"
478+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.6.tgz#77534447a477cbe5995ae4aee3e39fbc8090c46d"
479+
integrity sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg==
470480
dependencies:
471481
"@babel/helper-annotate-as-pure" "^7.8.3"
472482
"@babel/helper-define-map" "^7.8.3"
473483
"@babel/helper-function-name" "^7.8.3"
474484
"@babel/helper-optimise-call-expression" "^7.8.3"
475485
"@babel/helper-plugin-utils" "^7.8.3"
476-
"@babel/helper-replace-supers" "^7.8.3"
486+
"@babel/helper-replace-supers" "^7.8.6"
477487
"@babel/helper-split-export-declaration" "^7.8.3"
478488
globals "^11.1.0"
479489

@@ -514,10 +524,10 @@
514524
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
515525
"@babel/helper-plugin-utils" "^7.8.3"
516526

517-
"@babel/plugin-transform-for-of@^7.8.4":
518-
version "7.8.4"
519-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d"
520-
integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==
527+
"@babel/plugin-transform-for-of@^7.8.6":
528+
version "7.8.6"
529+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.6.tgz#a051bd1b402c61af97a27ff51b468321c7c2a085"
530+
integrity sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw==
521531
dependencies:
522532
"@babel/helper-plugin-utils" "^7.8.3"
523533

@@ -686,13 +696,13 @@
686696
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
687697
"@babel/helper-plugin-utils" "^7.8.3"
688698

689-
"@babel/preset-env@^7.8.3":
690-
version "7.8.4"
691-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
692-
integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
699+
"@babel/preset-env@^7.8.6":
700+
version "7.8.6"
701+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b"
702+
integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg==
693703
dependencies:
694-
"@babel/compat-data" "^7.8.4"
695-
"@babel/helper-compilation-targets" "^7.8.4"
704+
"@babel/compat-data" "^7.8.6"
705+
"@babel/helper-compilation-targets" "^7.8.6"
696706
"@babel/helper-module-imports" "^7.8.3"
697707
"@babel/helper-plugin-utils" "^7.8.3"
698708
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
@@ -715,13 +725,13 @@
715725
"@babel/plugin-transform-async-to-generator" "^7.8.3"
716726
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
717727
"@babel/plugin-transform-block-scoping" "^7.8.3"
718-
"@babel/plugin-transform-classes" "^7.8.3"
728+
"@babel/plugin-transform-classes" "^7.8.6"
719729
"@babel/plugin-transform-computed-properties" "^7.8.3"
720730
"@babel/plugin-transform-destructuring" "^7.8.3"
721731
"@babel/plugin-transform-dotall-regex" "^7.8.3"
722732
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
723733
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
724-
"@babel/plugin-transform-for-of" "^7.8.4"
734+
"@babel/plugin-transform-for-of" "^7.8.6"
725735
"@babel/plugin-transform-function-name" "^7.8.3"
726736
"@babel/plugin-transform-literals" "^7.8.3"
727737
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
@@ -742,7 +752,7 @@
742752
"@babel/plugin-transform-template-literals" "^7.8.3"
743753
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
744754
"@babel/plugin-transform-unicode-regex" "^7.8.3"
745-
"@babel/types" "^7.8.3"
755+
"@babel/types" "^7.8.6"
746756
browserslist "^4.8.5"
747757
core-js-compat "^3.6.2"
748758
invariant "^2.2.2"

0 commit comments

Comments
 (0)