Skip to content

Commit 1591549

Browse files
build(deps): bump @babel/preset-env from 7.11.0 to 7.11.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.0 to 7.11.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2d9ce52 commit 1591549

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/plugin-proposal-pipeline-operator": "^7.10.5",
99
"@babel/plugin-transform-object-assign": "^7.10.4",
1010
"@babel/plugin-transform-runtime": "^7.11.5",
11-
"@babel/preset-env": "^7.11.0",
11+
"@babel/preset-env": "^7.11.5",
1212
"@babel/register": "^7.11.5",
1313
"@lets/wait": "^2.0.2",
1414
"anyone": "^0.0.7",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,10 @@
796796
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
797797
"@babel/helper-plugin-utils" "^7.10.4"
798798

799-
"@babel/preset-env@^7.11.0":
800-
version "7.11.0"
801-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
802-
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
799+
"@babel/preset-env@^7.11.5":
800+
version "7.11.5"
801+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
802+
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
803803
dependencies:
804804
"@babel/compat-data" "^7.11.0"
805805
"@babel/helper-compilation-targets" "^7.10.4"
@@ -863,7 +863,7 @@
863863
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
864864
"@babel/plugin-transform-unicode-regex" "^7.10.4"
865865
"@babel/preset-modules" "^0.1.3"
866-
"@babel/types" "^7.11.0"
866+
"@babel/types" "^7.11.5"
867867
browserslist "^4.12.0"
868868
core-js-compat "^3.6.2"
869869
invariant "^2.2.2"

0 commit comments

Comments
 (0)