Skip to content

Commit 1cef8f5

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

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
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@babel/core": "7.14.8",
71-
"@babel/preset-env": "7.14.8",
71+
"@babel/preset-env": "7.14.9",
7272
"@babel/register": "7.14.5",
7373
"@commitlint/cli": "13.1.0",
7474
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

41+
"@babel/compat-data@^7.14.9":
42+
version "7.14.9"
43+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
44+
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
45+
4146
"@babel/core@7.14.8":
4247
version "7.14.8"
4348
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
@@ -459,6 +464,11 @@
459464
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
460465
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
461466

467+
"@babel/helper-validator-identifier@^7.14.9":
468+
version "7.14.9"
469+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
470+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
471+
462472
"@babel/helper-validator-option@^7.12.17":
463473
version "7.12.17"
464474
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -567,6 +577,15 @@
567577
"@babel/helper-remap-async-to-generator" "^7.14.5"
568578
"@babel/plugin-syntax-async-generators" "^7.8.4"
569579

580+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
581+
version "7.14.9"
582+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
583+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
584+
dependencies:
585+
"@babel/helper-plugin-utils" "^7.14.5"
586+
"@babel/helper-remap-async-to-generator" "^7.14.5"
587+
"@babel/plugin-syntax-async-generators" "^7.8.4"
588+
570589
"@babel/plugin-proposal-class-properties@7.12.1":
571590
version "7.12.1"
572591
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
@@ -864,6 +883,19 @@
864883
"@babel/helper-split-export-declaration" "^7.14.5"
865884
globals "^11.1.0"
866885

886+
"@babel/plugin-transform-classes@^7.14.9":
887+
version "7.14.9"
888+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
889+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
890+
dependencies:
891+
"@babel/helper-annotate-as-pure" "^7.14.5"
892+
"@babel/helper-function-name" "^7.14.5"
893+
"@babel/helper-optimise-call-expression" "^7.14.5"
894+
"@babel/helper-plugin-utils" "^7.14.5"
895+
"@babel/helper-replace-supers" "^7.14.5"
896+
"@babel/helper-split-export-declaration" "^7.14.5"
897+
globals "^11.1.0"
898+
867899
"@babel/plugin-transform-computed-properties@^7.14.5":
868900
version "7.14.5"
869901
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
@@ -991,6 +1023,13 @@
9911023
dependencies:
9921024
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
9931025

1026+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
1027+
version "7.14.9"
1028+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
1029+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
1030+
dependencies:
1031+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
1032+
9941033
"@babel/plugin-transform-new-target@^7.14.5":
9951034
version "7.14.5"
9961035
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
@@ -1118,17 +1157,17 @@
11181157
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
11191158
"@babel/helper-plugin-utils" "^7.14.5"
11201159

1121-
"@babel/preset-env@7.14.8":
1122-
version "7.14.8"
1123-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1124-
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
1160+
"@babel/preset-env@7.14.9":
1161+
version "7.14.9"
1162+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1163+
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
11251164
dependencies:
1126-
"@babel/compat-data" "^7.14.7"
1165+
"@babel/compat-data" "^7.14.9"
11271166
"@babel/helper-compilation-targets" "^7.14.5"
11281167
"@babel/helper-plugin-utils" "^7.14.5"
11291168
"@babel/helper-validator-option" "^7.14.5"
11301169
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
1131-
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
1170+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
11321171
"@babel/plugin-proposal-class-properties" "^7.14.5"
11331172
"@babel/plugin-proposal-class-static-block" "^7.14.5"
11341173
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -1161,7 +1200,7 @@
11611200
"@babel/plugin-transform-async-to-generator" "^7.14.5"
11621201
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
11631202
"@babel/plugin-transform-block-scoping" "^7.14.5"
1164-
"@babel/plugin-transform-classes" "^7.14.5"
1203+
"@babel/plugin-transform-classes" "^7.14.9"
11651204
"@babel/plugin-transform-computed-properties" "^7.14.5"
11661205
"@babel/plugin-transform-destructuring" "^7.14.7"
11671206
"@babel/plugin-transform-dotall-regex" "^7.14.5"
@@ -1175,7 +1214,7 @@
11751214
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
11761215
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
11771216
"@babel/plugin-transform-modules-umd" "^7.14.5"
1178-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
1217+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
11791218
"@babel/plugin-transform-new-target" "^7.14.5"
11801219
"@babel/plugin-transform-object-super" "^7.14.5"
11811220
"@babel/plugin-transform-parameters" "^7.14.5"
@@ -1190,11 +1229,11 @@
11901229
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
11911230
"@babel/plugin-transform-unicode-regex" "^7.14.5"
11921231
"@babel/preset-modules" "^0.1.4"
1193-
"@babel/types" "^7.14.8"
1232+
"@babel/types" "^7.14.9"
11941233
babel-plugin-polyfill-corejs2 "^0.2.2"
11951234
babel-plugin-polyfill-corejs3 "^0.2.2"
11961235
babel-plugin-polyfill-regenerator "^0.2.2"
1197-
core-js-compat "^3.15.0"
1236+
core-js-compat "^3.16.0"
11981237
semver "^6.3.0"
11991238

12001239
"@babel/preset-env@^7.12.11":
@@ -1419,6 +1458,14 @@
14191458
"@babel/helper-validator-identifier" "^7.14.8"
14201459
to-fast-properties "^2.0.0"
14211460

1461+
"@babel/types@^7.14.9":
1462+
version "7.14.9"
1463+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1464+
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1465+
dependencies:
1466+
"@babel/helper-validator-identifier" "^7.14.9"
1467+
to-fast-properties "^2.0.0"
1468+
14221469
"@bcoe/v8-coverage@^0.2.3":
14231470
version "0.2.3"
14241471
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3409,6 +3456,14 @@ core-js-compat@^3.15.0:
34093456
browserslist "^4.16.6"
34103457
semver "7.0.0"
34113458

3459+
core-js-compat@^3.16.0:
3460+
version "3.16.0"
3461+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
3462+
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
3463+
dependencies:
3464+
browserslist "^4.16.6"
3465+
semver "7.0.0"
3466+
34123467
core-js-compat@^3.9.1:
34133468
version "3.11.2"
34143469
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.11.2.tgz#5048e367851cfd2c6c0cb81310757b4da296e385"

0 commit comments

Comments
 (0)