Skip to content

Commit 5e56470

Browse files
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] <support@dependabot.com>
1 parent 03a7cdb commit 5e56470

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "^7.11.5",
3535
"@babel/plugin-transform-typescript": "^7.11.0",
36-
"@babel/preset-env": "^7.11.0",
36+
"@babel/preset-env": "^7.11.5",
3737
"babel-core": "^6.25.0",
3838
"eslint": "^7.8.1",
3939
"eslint-config-prettier": "^6.11.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,10 @@
736736
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
737737
"@babel/helper-plugin-utils" "^7.10.4"
738738

739-
"@babel/preset-env@^7.11.0":
740-
version "7.11.0"
741-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
742-
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
739+
"@babel/preset-env@^7.11.5":
740+
version "7.11.5"
741+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
742+
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
743743
dependencies:
744744
"@babel/compat-data" "^7.11.0"
745745
"@babel/helper-compilation-targets" "^7.10.4"
@@ -803,7 +803,7 @@
803803
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
804804
"@babel/plugin-transform-unicode-regex" "^7.10.4"
805805
"@babel/preset-modules" "^0.1.3"
806-
"@babel/types" "^7.11.0"
806+
"@babel/types" "^7.11.5"
807807
browserslist "^4.12.0"
808808
core-js-compat "^3.6.2"
809809
invariant "^2.2.2"

0 commit comments

Comments
 (0)