Skip to content

Commit 6f2618d

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.14.1
1 parent 1456897 commit 6f2618d

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@aureooms/js-pseudo-random": "2.0.0",
6565
"@aureooms/js-random": "3.4.0",
6666
"@babel/core": "7.14.0",
67-
"@babel/preset-env": "7.14.0",
67+
"@babel/preset-env": "7.14.1",
6868
"@babel/register": "7.13.16",
6969
"@commitlint/cli": "12.1.1",
7070
"@js-library/commitlint-config": "0.0.4",

yarn.lock

+18-10
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,10 @@
725725
dependencies:
726726
"@babel/helper-plugin-utils" "^7.12.13"
727727

728-
"@babel/plugin-transform-block-scoping@^7.13.16":
729-
version "7.13.16"
730-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892"
731-
integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==
728+
"@babel/plugin-transform-block-scoping@^7.14.1":
729+
version "7.14.1"
730+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2"
731+
integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==
732732
dependencies:
733733
"@babel/helper-plugin-utils" "^7.13.0"
734734

@@ -1032,10 +1032,10 @@
10321032
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
10331033
"@babel/helper-plugin-utils" "^7.12.13"
10341034

1035-
"@babel/[email protected].0":
1036-
version "7.14.0"
1037-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5"
1038-
integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ==
1035+
"@babel/[email protected].1":
1036+
version "7.14.1"
1037+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93"
1038+
integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==
10391039
dependencies:
10401040
"@babel/compat-data" "^7.14.0"
10411041
"@babel/helper-compilation-targets" "^7.13.16"
@@ -1074,7 +1074,7 @@
10741074
"@babel/plugin-transform-arrow-functions" "^7.13.0"
10751075
"@babel/plugin-transform-async-to-generator" "^7.13.0"
10761076
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1077-
"@babel/plugin-transform-block-scoping" "^7.13.16"
1077+
"@babel/plugin-transform-block-scoping" "^7.14.1"
10781078
"@babel/plugin-transform-classes" "^7.13.0"
10791079
"@babel/plugin-transform-computed-properties" "^7.13.0"
10801080
"@babel/plugin-transform-destructuring" "^7.13.17"
@@ -1104,7 +1104,7 @@
11041104
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
11051105
"@babel/plugin-transform-unicode-regex" "^7.12.13"
11061106
"@babel/preset-modules" "^0.1.4"
1107-
"@babel/types" "^7.14.0"
1107+
"@babel/types" "^7.14.1"
11081108
babel-plugin-polyfill-corejs2 "^0.2.0"
11091109
babel-plugin-polyfill-corejs3 "^0.2.0"
11101110
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -1290,6 +1290,14 @@
12901290
"@babel/helper-validator-identifier" "^7.14.0"
12911291
to-fast-properties "^2.0.0"
12921292

1293+
"@babel/types@^7.14.1":
1294+
version "7.14.1"
1295+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
1296+
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
1297+
dependencies:
1298+
"@babel/helper-validator-identifier" "^7.14.0"
1299+
to-fast-properties "^2.0.0"
1300+
12931301
"@bcoe/v8-coverage@^0.2.3":
12941302
version "0.2.3"
12951303
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)