Skip to content

Commit 2b44b5c

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] <[email protected]>
1 parent 61c3713 commit 2b44b5c

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
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@babel/core": "7.11.6",
70-
"@babel/preset-env": "7.11.0",
70+
"@babel/preset-env": "7.11.5",
7171
"@babel/preset-typescript": "7.10.4",
7272
"@rollup/plugin-commonjs": "15.0.0",
7373
"@rollup/plugin-node-resolve": "9.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,10 @@
733733
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
734734
"@babel/helper-plugin-utils" "^7.10.4"
735735

736-
"@babel/[email protected].0":
737-
version "7.11.0"
738-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
739-
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
736+
"@babel/[email protected].5":
737+
version "7.11.5"
738+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
739+
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
740740
dependencies:
741741
"@babel/compat-data" "^7.11.0"
742742
"@babel/helper-compilation-targets" "^7.10.4"
@@ -800,7 +800,7 @@
800800
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
801801
"@babel/plugin-transform-unicode-regex" "^7.10.4"
802802
"@babel/preset-modules" "^0.1.3"
803-
"@babel/types" "^7.11.0"
803+
"@babel/types" "^7.11.5"
804804
browserslist "^4.12.0"
805805
core-js-compat "^3.6.2"
806806
invariant "^2.2.2"

0 commit comments

Comments
 (0)