Skip to content

Commit a5ba538

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.14.9
1 parent 4f8e140 commit a5ba538

File tree

2 files changed

+66
-11
lines changed

2 files changed

+66
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {},
6868
"devDependencies": {
6969
"@babel/core": "7.14.8",
70-
"@babel/preset-env": "7.14.8",
70+
"@babel/preset-env": "7.14.9",
7171
"@babel/register": "7.14.5",
7272
"@commitlint/cli": "13.1.0",
7373
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 65 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
5656
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
5757

58+
"@babel/compat-data@^7.14.9":
59+
version "7.14.9"
60+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
61+
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
62+
5863
5964
version "7.14.8"
6065
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
@@ -526,6 +531,11 @@
526531
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
527532
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
528533

534+
"@babel/helper-validator-identifier@^7.14.9":
535+
version "7.14.9"
536+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
537+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
538+
529539
"@babel/helper-validator-option@^7.12.17":
530540
version "7.12.17"
531541
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -658,6 +668,15 @@
658668
"@babel/helper-remap-async-to-generator" "^7.14.5"
659669
"@babel/plugin-syntax-async-generators" "^7.8.4"
660670

671+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
672+
version "7.14.9"
673+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
674+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
675+
dependencies:
676+
"@babel/helper-plugin-utils" "^7.14.5"
677+
"@babel/helper-remap-async-to-generator" "^7.14.5"
678+
"@babel/plugin-syntax-async-generators" "^7.8.4"
679+
661680
662681
version "7.12.1"
663682
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
@@ -955,6 +974,19 @@
955974
"@babel/helper-split-export-declaration" "^7.14.5"
956975
globals "^11.1.0"
957976

977+
"@babel/plugin-transform-classes@^7.14.9":
978+
version "7.14.9"
979+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
980+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
981+
dependencies:
982+
"@babel/helper-annotate-as-pure" "^7.14.5"
983+
"@babel/helper-function-name" "^7.14.5"
984+
"@babel/helper-optimise-call-expression" "^7.14.5"
985+
"@babel/helper-plugin-utils" "^7.14.5"
986+
"@babel/helper-replace-supers" "^7.14.5"
987+
"@babel/helper-split-export-declaration" "^7.14.5"
988+
globals "^11.1.0"
989+
958990
"@babel/plugin-transform-computed-properties@^7.14.5":
959991
version "7.14.5"
960992
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
@@ -1082,6 +1114,13 @@
10821114
dependencies:
10831115
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
10841116

1117+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
1118+
version "7.14.9"
1119+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
1120+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
1121+
dependencies:
1122+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
1123+
10851124
"@babel/plugin-transform-new-target@^7.14.5":
10861125
version "7.14.5"
10871126
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
@@ -1209,17 +1248,17 @@
12091248
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
12101249
"@babel/helper-plugin-utils" "^7.14.5"
12111250

1212-
"@babel/[email protected].8":
1213-
version "7.14.8"
1214-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1215-
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
1251+
"@babel/[email protected].9":
1252+
version "7.14.9"
1253+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1254+
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
12161255
dependencies:
1217-
"@babel/compat-data" "^7.14.7"
1256+
"@babel/compat-data" "^7.14.9"
12181257
"@babel/helper-compilation-targets" "^7.14.5"
12191258
"@babel/helper-plugin-utils" "^7.14.5"
12201259
"@babel/helper-validator-option" "^7.14.5"
12211260
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
1222-
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
1261+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
12231262
"@babel/plugin-proposal-class-properties" "^7.14.5"
12241263
"@babel/plugin-proposal-class-static-block" "^7.14.5"
12251264
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -1252,7 +1291,7 @@
12521291
"@babel/plugin-transform-async-to-generator" "^7.14.5"
12531292
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
12541293
"@babel/plugin-transform-block-scoping" "^7.14.5"
1255-
"@babel/plugin-transform-classes" "^7.14.5"
1294+
"@babel/plugin-transform-classes" "^7.14.9"
12561295
"@babel/plugin-transform-computed-properties" "^7.14.5"
12571296
"@babel/plugin-transform-destructuring" "^7.14.7"
12581297
"@babel/plugin-transform-dotall-regex" "^7.14.5"
@@ -1266,7 +1305,7 @@
12661305
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
12671306
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
12681307
"@babel/plugin-transform-modules-umd" "^7.14.5"
1269-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
1308+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
12701309
"@babel/plugin-transform-new-target" "^7.14.5"
12711310
"@babel/plugin-transform-object-super" "^7.14.5"
12721311
"@babel/plugin-transform-parameters" "^7.14.5"
@@ -1281,11 +1320,11 @@
12811320
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
12821321
"@babel/plugin-transform-unicode-regex" "^7.14.5"
12831322
"@babel/preset-modules" "^0.1.4"
1284-
"@babel/types" "^7.14.8"
1323+
"@babel/types" "^7.14.9"
12851324
babel-plugin-polyfill-corejs2 "^0.2.2"
12861325
babel-plugin-polyfill-corejs3 "^0.2.2"
12871326
babel-plugin-polyfill-regenerator "^0.2.2"
1288-
core-js-compat "^3.15.0"
1327+
core-js-compat "^3.16.0"
12891328
semver "^6.3.0"
12901329

12911330
"@babel/preset-env@^7.12.11":
@@ -1553,6 +1592,14 @@
15531592
"@babel/helper-validator-identifier" "^7.14.8"
15541593
to-fast-properties "^2.0.0"
15551594

1595+
"@babel/types@^7.14.9":
1596+
version "7.14.9"
1597+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1598+
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1599+
dependencies:
1600+
"@babel/helper-validator-identifier" "^7.14.9"
1601+
to-fast-properties "^2.0.0"
1602+
15561603
"@bcoe/v8-coverage@^0.2.3":
15571604
version "0.2.3"
15581605
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3593,6 +3640,14 @@ core-js-compat@^3.15.0:
35933640
browserslist "^4.16.6"
35943641
semver "7.0.0"
35953642

3643+
core-js-compat@^3.16.0:
3644+
version "3.16.0"
3645+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
3646+
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
3647+
dependencies:
3648+
browserslist "^4.16.6"
3649+
semver "7.0.0"
3650+
35963651
core-js-compat@^3.9.1:
35973652
version "3.10.1"
35983653
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.1.tgz#62183a3a77ceeffcc420d907a3e6fc67d9b27f1c"

0 commit comments

Comments
 (0)