Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit f6b5880

Browse files
committed
fix(deps): upgrade deps
1 parent 173254a commit f6b5880

File tree

2 files changed

+140
-10
lines changed

2 files changed

+140
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"trailingComma": "all"
4444
},
4545
"dependencies": {
46-
"@babel/core": "7.12.13",
46+
"@babel/core": "7.12.16",
4747
"@babel/plugin-transform-runtime": "7.12.15",
48-
"@babel/preset-env": "7.12.13",
48+
"@babel/preset-env": "7.12.16",
4949
"babel-loader": "8.2.2",
5050
"babel-plugin-source-map-support": "2.1.3",
5151
"cross-spawn": "7.0.3",

yarn.lock

Lines changed: 138 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,16 +276,16 @@
276276
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
277277
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
278278

279-
"@babel/core@7.12.13", "@babel/core@^7.7.5":
280-
version "7.12.13"
281-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
282-
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
279+
"@babel/core@7.12.16":
280+
version "7.12.16"
281+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
282+
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
283283
dependencies:
284284
"@babel/code-frame" "^7.12.13"
285-
"@babel/generator" "^7.12.13"
285+
"@babel/generator" "^7.12.15"
286286
"@babel/helper-module-transforms" "^7.12.13"
287287
"@babel/helpers" "^7.12.13"
288-
"@babel/parser" "^7.12.13"
288+
"@babel/parser" "^7.12.16"
289289
"@babel/template" "^7.12.13"
290290
"@babel/traverse" "^7.12.13"
291291
"@babel/types" "^7.12.13"
@@ -319,6 +319,27 @@
319319
semver "^5.4.1"
320320
source-map "^0.5.0"
321321

322+
"@babel/core@^7.7.5":
323+
version "7.12.13"
324+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
325+
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
326+
dependencies:
327+
"@babel/code-frame" "^7.12.13"
328+
"@babel/generator" "^7.12.13"
329+
"@babel/helper-module-transforms" "^7.12.13"
330+
"@babel/helpers" "^7.12.13"
331+
"@babel/parser" "^7.12.13"
332+
"@babel/template" "^7.12.13"
333+
"@babel/traverse" "^7.12.13"
334+
"@babel/types" "^7.12.13"
335+
convert-source-map "^1.7.0"
336+
debug "^4.1.0"
337+
gensync "^1.0.0-beta.1"
338+
json5 "^2.1.2"
339+
lodash "^4.17.19"
340+
semver "^5.4.1"
341+
source-map "^0.5.0"
342+
322343
"@babel/generator@^7.10.5":
323344
version "7.10.5"
324345
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
@@ -328,7 +349,7 @@
328349
jsesc "^2.5.1"
329350
source-map "^0.5.0"
330351

331-
"@babel/generator@^7.12.13":
352+
"@babel/generator@^7.12.13", "@babel/generator@^7.12.15":
332353
version "7.12.15"
333354
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
334355
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
@@ -380,6 +401,16 @@
380401
browserslist "^4.14.5"
381402
semver "^5.5.0"
382403

404+
"@babel/helper-compilation-targets@^7.12.16":
405+
version "7.12.16"
406+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
407+
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
408+
dependencies:
409+
"@babel/compat-data" "^7.12.13"
410+
"@babel/helper-validator-option" "^7.12.16"
411+
browserslist "^4.14.5"
412+
semver "^5.5.0"
413+
383414
"@babel/helper-create-class-features-plugin@^7.10.4":
384415
version "7.10.5"
385416
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
@@ -647,6 +678,11 @@
647678
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
648679
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
649680

681+
"@babel/helper-validator-option@^7.12.16":
682+
version "7.12.16"
683+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
684+
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
685+
650686
"@babel/helper-wrap-function@^7.12.13":
651687
version "7.12.13"
652688
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.13.tgz#e3ea8cb3ee0a16911f9c1b50d9e99fe8fe30f9ff"
@@ -703,6 +739,11 @@
703739
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
704740
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
705741

742+
"@babel/parser@^7.12.16":
743+
version "7.12.16"
744+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
745+
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
746+
706747
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
707748
version "7.12.13"
708749
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
@@ -736,6 +777,14 @@
736777
"@babel/helper-plugin-utils" "^7.10.4"
737778
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
738779

780+
"@babel/plugin-proposal-dynamic-import@^7.12.16":
781+
version "7.12.16"
782+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
783+
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
784+
dependencies:
785+
"@babel/helper-plugin-utils" "^7.12.13"
786+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
787+
739788
"@babel/plugin-proposal-export-namespace-from@^7.12.13":
740789
version "7.12.13"
741790
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz#393be47a4acd03fa2af6e3cde9b06e33de1b446d"
@@ -802,6 +851,15 @@
802851
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
803852
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
804853

854+
"@babel/plugin-proposal-optional-chaining@^7.12.16":
855+
version "7.12.16"
856+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
857+
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
858+
dependencies:
859+
"@babel/helper-plugin-utils" "^7.12.13"
860+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
861+
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
862+
805863
"@babel/plugin-proposal-private-methods@^7.12.13":
806864
version "7.12.13"
807865
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.13.tgz#ea78a12554d784ecf7fc55950b752d469d9c4a71"
@@ -1189,7 +1247,79 @@
11891247
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
11901248
"@babel/helper-plugin-utils" "^7.12.13"
11911249

1192-
"@babel/preset-env@7.12.13", "@babel/preset-env@^7.11.0":
1250+
"@babel/preset-env@7.12.16":
1251+
version "7.12.16"
1252+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
1253+
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
1254+
dependencies:
1255+
"@babel/compat-data" "^7.12.13"
1256+
"@babel/helper-compilation-targets" "^7.12.16"
1257+
"@babel/helper-module-imports" "^7.12.13"
1258+
"@babel/helper-plugin-utils" "^7.12.13"
1259+
"@babel/helper-validator-option" "^7.12.16"
1260+
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
1261+
"@babel/plugin-proposal-class-properties" "^7.12.13"
1262+
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
1263+
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
1264+
"@babel/plugin-proposal-json-strings" "^7.12.13"
1265+
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
1266+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
1267+
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
1268+
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
1269+
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
1270+
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
1271+
"@babel/plugin-proposal-private-methods" "^7.12.13"
1272+
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
1273+
"@babel/plugin-syntax-async-generators" "^7.8.0"
1274+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1275+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
1276+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1277+
"@babel/plugin-syntax-json-strings" "^7.8.0"
1278+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1279+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
1280+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1281+
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
1282+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
1283+
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
1284+
"@babel/plugin-syntax-top-level-await" "^7.12.13"
1285+
"@babel/plugin-transform-arrow-functions" "^7.12.13"
1286+
"@babel/plugin-transform-async-to-generator" "^7.12.13"
1287+
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1288+
"@babel/plugin-transform-block-scoping" "^7.12.13"
1289+
"@babel/plugin-transform-classes" "^7.12.13"
1290+
"@babel/plugin-transform-computed-properties" "^7.12.13"
1291+
"@babel/plugin-transform-destructuring" "^7.12.13"
1292+
"@babel/plugin-transform-dotall-regex" "^7.12.13"
1293+
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
1294+
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
1295+
"@babel/plugin-transform-for-of" "^7.12.13"
1296+
"@babel/plugin-transform-function-name" "^7.12.13"
1297+
"@babel/plugin-transform-literals" "^7.12.13"
1298+
"@babel/plugin-transform-member-expression-literals" "^7.12.13"
1299+
"@babel/plugin-transform-modules-amd" "^7.12.13"
1300+
"@babel/plugin-transform-modules-commonjs" "^7.12.13"
1301+
"@babel/plugin-transform-modules-systemjs" "^7.12.13"
1302+
"@babel/plugin-transform-modules-umd" "^7.12.13"
1303+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
1304+
"@babel/plugin-transform-new-target" "^7.12.13"
1305+
"@babel/plugin-transform-object-super" "^7.12.13"
1306+
"@babel/plugin-transform-parameters" "^7.12.13"
1307+
"@babel/plugin-transform-property-literals" "^7.12.13"
1308+
"@babel/plugin-transform-regenerator" "^7.12.13"
1309+
"@babel/plugin-transform-reserved-words" "^7.12.13"
1310+
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
1311+
"@babel/plugin-transform-spread" "^7.12.13"
1312+
"@babel/plugin-transform-sticky-regex" "^7.12.13"
1313+
"@babel/plugin-transform-template-literals" "^7.12.13"
1314+
"@babel/plugin-transform-typeof-symbol" "^7.12.13"
1315+
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
1316+
"@babel/plugin-transform-unicode-regex" "^7.12.13"
1317+
"@babel/preset-modules" "^0.1.3"
1318+
"@babel/types" "^7.12.13"
1319+
core-js-compat "^3.8.0"
1320+
semver "^5.5.0"
1321+
1322+
"@babel/preset-env@^7.11.0":
11931323
version "7.12.13"
11941324
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.13.tgz#3aa2d09cf7d255177538dff292ac9af29ad46525"
11951325
integrity sha512-JUVlizG8SoFTz4LmVUL8++aVwzwxcvey3N0j1tRbMAXVEy95uQ/cnEkmEKHN00Bwq4voAV3imQGnQvpkLAxsrw==

0 commit comments

Comments
 (0)