Skip to content

Commit 7616043

Browse files
committed
chore(deps): update dependency @babel/preset-env to v7.14.9
1 parent 73e1702 commit 7616043

File tree

2 files changed

+136
-2
lines changed

2 files changed

+136
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "7.14.8",
1717
"@babel/plugin-proposal-class-properties": "7.14.5",
1818
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
19-
"@babel/preset-env": "7.14.8",
19+
"@babel/preset-env": "7.14.9",
2020
"@babel/preset-typescript": "7.14.5",
2121
"@types/jest": "^26.0.24",
2222
"@types/node": "^14.14.41",

yarn.lock

+135-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
5050
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
5151

52+
"@babel/compat-data@^7.14.9":
53+
version "7.14.9"
54+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
55+
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
56+
5257
"@babel/[email protected]", "@babel/core@^7.14.8":
5358
version "7.14.8"
5459
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
@@ -393,6 +398,11 @@
393398
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
394399
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
395400

401+
"@babel/helper-validator-identifier@^7.14.9":
402+
version "7.14.9"
403+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
404+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
405+
396406
"@babel/helper-validator-option@^7.12.17":
397407
version "7.12.17"
398408
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -477,6 +487,15 @@
477487
"@babel/helper-remap-async-to-generator" "^7.14.5"
478488
"@babel/plugin-syntax-async-generators" "^7.8.4"
479489

490+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
491+
version "7.14.9"
492+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
493+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
494+
dependencies:
495+
"@babel/helper-plugin-utils" "^7.14.5"
496+
"@babel/helper-remap-async-to-generator" "^7.14.5"
497+
"@babel/plugin-syntax-async-generators" "^7.8.4"
498+
480499
"@babel/[email protected]", "@babel/plugin-proposal-class-properties@^7.14.5":
481500
version "7.14.5"
482501
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
@@ -787,6 +806,19 @@
787806
"@babel/helper-split-export-declaration" "^7.14.5"
788807
globals "^11.1.0"
789808

809+
"@babel/plugin-transform-classes@^7.14.9":
810+
version "7.14.9"
811+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
812+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
813+
dependencies:
814+
"@babel/helper-annotate-as-pure" "^7.14.5"
815+
"@babel/helper-function-name" "^7.14.5"
816+
"@babel/helper-optimise-call-expression" "^7.14.5"
817+
"@babel/helper-plugin-utils" "^7.14.5"
818+
"@babel/helper-replace-supers" "^7.14.5"
819+
"@babel/helper-split-export-declaration" "^7.14.5"
820+
globals "^11.1.0"
821+
790822
"@babel/plugin-transform-computed-properties@^7.14.5":
791823
version "7.14.5"
792824
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
@@ -914,6 +946,13 @@
914946
dependencies:
915947
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
916948

949+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
950+
version "7.14.9"
951+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
952+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
953+
dependencies:
954+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
955+
917956
"@babel/plugin-transform-new-target@^7.14.5":
918957
version "7.14.5"
919958
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
@@ -1062,7 +1101,86 @@
10621101
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
10631102
"@babel/helper-plugin-utils" "^7.14.5"
10641103

1065-
"@babel/[email protected]", "@babel/preset-env@^7.14.8":
1104+
1105+
version "7.14.9"
1106+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1107+
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
1108+
dependencies:
1109+
"@babel/compat-data" "^7.14.9"
1110+
"@babel/helper-compilation-targets" "^7.14.5"
1111+
"@babel/helper-plugin-utils" "^7.14.5"
1112+
"@babel/helper-validator-option" "^7.14.5"
1113+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
1114+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
1115+
"@babel/plugin-proposal-class-properties" "^7.14.5"
1116+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
1117+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
1118+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
1119+
"@babel/plugin-proposal-json-strings" "^7.14.5"
1120+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
1121+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1122+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1123+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1124+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
1125+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
1126+
"@babel/plugin-proposal-private-methods" "^7.14.5"
1127+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
1128+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
1129+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1130+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1131+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1132+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1133+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1134+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1135+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1136+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1137+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1138+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1139+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1140+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1141+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1142+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1143+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
1144+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
1145+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
1146+
"@babel/plugin-transform-block-scoping" "^7.14.5"
1147+
"@babel/plugin-transform-classes" "^7.14.9"
1148+
"@babel/plugin-transform-computed-properties" "^7.14.5"
1149+
"@babel/plugin-transform-destructuring" "^7.14.7"
1150+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
1151+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
1152+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
1153+
"@babel/plugin-transform-for-of" "^7.14.5"
1154+
"@babel/plugin-transform-function-name" "^7.14.5"
1155+
"@babel/plugin-transform-literals" "^7.14.5"
1156+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
1157+
"@babel/plugin-transform-modules-amd" "^7.14.5"
1158+
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1159+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
1160+
"@babel/plugin-transform-modules-umd" "^7.14.5"
1161+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
1162+
"@babel/plugin-transform-new-target" "^7.14.5"
1163+
"@babel/plugin-transform-object-super" "^7.14.5"
1164+
"@babel/plugin-transform-parameters" "^7.14.5"
1165+
"@babel/plugin-transform-property-literals" "^7.14.5"
1166+
"@babel/plugin-transform-regenerator" "^7.14.5"
1167+
"@babel/plugin-transform-reserved-words" "^7.14.5"
1168+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
1169+
"@babel/plugin-transform-spread" "^7.14.6"
1170+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
1171+
"@babel/plugin-transform-template-literals" "^7.14.5"
1172+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
1173+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
1174+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
1175+
"@babel/preset-modules" "^0.1.4"
1176+
"@babel/types" "^7.14.9"
1177+
babel-plugin-polyfill-corejs2 "^0.2.2"
1178+
babel-plugin-polyfill-corejs3 "^0.2.2"
1179+
babel-plugin-polyfill-regenerator "^0.2.2"
1180+
core-js-compat "^3.16.0"
1181+
semver "^6.3.0"
1182+
1183+
"@babel/preset-env@^7.14.8":
10661184
version "7.14.8"
10671185
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
10681186
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
@@ -1267,6 +1385,14 @@
12671385
"@babel/helper-validator-identifier" "^7.14.8"
12681386
to-fast-properties "^2.0.0"
12691387

1388+
"@babel/types@^7.14.9":
1389+
version "7.14.9"
1390+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1391+
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1392+
dependencies:
1393+
"@babel/helper-validator-identifier" "^7.14.9"
1394+
to-fast-properties "^2.0.0"
1395+
12701396
"@bcoe/v8-coverage@^0.2.3":
12711397
version "0.2.3"
12721398
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -4964,6 +5090,14 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0:
49645090
browserslist "^4.16.6"
49655091
semver "7.0.0"
49665092

5093+
core-js-compat@^3.16.0:
5094+
version "3.16.0"
5095+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
5096+
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
5097+
dependencies:
5098+
browserslist "^4.16.6"
5099+
semver "7.0.0"
5100+
49675101
core-js-pure@^3.0.0:
49685102
version "3.11.0"
49695103
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.11.0.tgz#e07f25a8f616d178ec16b0354b008ad28b20b2f0"

0 commit comments

Comments
 (0)