Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 94c3a3c

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/preset-env to v7.14.1
1 parent 4580b1f commit 94c3a3c

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@babel/core": "7.14.0",
50-
"@babel/preset-env": "7.14.0",
50+
"@babel/preset-env": "7.14.1",
5151
"@babel/preset-react": "7.13.13",
5252
"@commitlint/cli": "8.3.5",
5353
"@commitlint/config-conventional": "8.3.4",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -912,10 +912,10 @@
912912
dependencies:
913913
"@babel/helper-plugin-utils" "^7.12.13"
914914

915-
"@babel/plugin-transform-block-scoping@^7.13.16":
916-
version "7.13.16"
917-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892"
918-
integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==
915+
"@babel/plugin-transform-block-scoping@^7.14.1":
916+
version "7.14.1"
917+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2"
918+
integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==
919919
dependencies:
920920
"@babel/helper-plugin-utils" "^7.13.0"
921921

@@ -1178,10 +1178,10 @@
11781178
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
11791179
"@babel/helper-plugin-utils" "^7.12.13"
11801180

1181-
"@babel/preset-env@7.14.0":
1182-
version "7.14.0"
1183-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5"
1184-
integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ==
1181+
"@babel/preset-env@7.14.1":
1182+
version "7.14.1"
1183+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93"
1184+
integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==
11851185
dependencies:
11861186
"@babel/compat-data" "^7.14.0"
11871187
"@babel/helper-compilation-targets" "^7.13.16"
@@ -1220,7 +1220,7 @@
12201220
"@babel/plugin-transform-arrow-functions" "^7.13.0"
12211221
"@babel/plugin-transform-async-to-generator" "^7.13.0"
12221222
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1223-
"@babel/plugin-transform-block-scoping" "^7.13.16"
1223+
"@babel/plugin-transform-block-scoping" "^7.14.1"
12241224
"@babel/plugin-transform-classes" "^7.13.0"
12251225
"@babel/plugin-transform-computed-properties" "^7.13.0"
12261226
"@babel/plugin-transform-destructuring" "^7.13.17"
@@ -1250,7 +1250,7 @@
12501250
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
12511251
"@babel/plugin-transform-unicode-regex" "^7.12.13"
12521252
"@babel/preset-modules" "^0.1.4"
1253-
"@babel/types" "^7.14.0"
1253+
"@babel/types" "^7.14.1"
12541254
babel-plugin-polyfill-corejs2 "^0.2.0"
12551255
babel-plugin-polyfill-corejs3 "^0.2.0"
12561256
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -1426,6 +1426,14 @@
14261426
"@babel/helper-validator-identifier" "^7.14.0"
14271427
to-fast-properties "^2.0.0"
14281428

1429+
"@babel/types@^7.14.1":
1430+
version "7.14.1"
1431+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
1432+
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
1433+
dependencies:
1434+
"@babel/helper-validator-identifier" "^7.14.0"
1435+
to-fast-properties "^2.0.0"
1436+
14291437
"@babel/types@^7.3.3":
14301438
version "7.9.5"
14311439
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)