Skip to content

Commit 24da7ac

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update babel monorepo to v7.12.17
1 parent 6e65dfa commit 24da7ac

File tree

2 files changed

+97
-58
lines changed

2 files changed

+97
-58
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"repository": "https://github.com/mike-works/modern-javascript",
1818
"author": "Mike North <[email protected]> (https://mike.works)",
1919
"dependencies": {
20-
"@babel/cli": "7.12.16",
21-
"@babel/core": "7.12.16",
22-
"@babel/preset-env": "7.12.16",
20+
"@babel/cli": "7.12.17",
21+
"@babel/core": "7.12.17",
22+
"@babel/preset-env": "7.12.17",
2323
"@babel/preset-react": "7.12.13",
2424
"@babel/preset-stage-2": "7.8.3",
2525
"@mike-works/js-lib-renovate-config": "2.0.0",

yarn.lock

Lines changed: 94 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].16":
6-
version "7.12.16"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.16.tgz#bde5bc5118d90e539603abcd37938c5f0fd6c87a"
8-
integrity sha512-cKWkNCxbpjSuYLbdeJs4kOnyW1E2D65pu7SodXDOkzahIN/wSgT8geIqf6+pJTgCo47zrOMGcJTmjSFe5WKYwQ==
5+
"@babel/[email protected].17":
6+
version "7.12.17"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.17.tgz#2db13a0f2ba9c05bed78b8aad9669b473dd7f267"
8+
integrity sha512-R9dQbDshWvAp3x5XjANsfthqka+ToEdDUonKgtALNgzQxgiUg2Xa4ZwKIcE84wnoiobIJFXF+TCM4ylJvUuW5w==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -45,19 +45,19 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
4646
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
4747

48-
"@babel/[email protected].16":
49-
version "7.12.16"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
51-
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
48+
"@babel/[email protected].17":
49+
version "7.12.17"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
51+
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
5252
dependencies:
5353
"@babel/code-frame" "^7.12.13"
54-
"@babel/generator" "^7.12.15"
55-
"@babel/helper-module-transforms" "^7.12.13"
56-
"@babel/helpers" "^7.12.13"
57-
"@babel/parser" "^7.12.16"
54+
"@babel/generator" "^7.12.17"
55+
"@babel/helper-module-transforms" "^7.12.17"
56+
"@babel/helpers" "^7.12.17"
57+
"@babel/parser" "^7.12.17"
5858
"@babel/template" "^7.12.13"
59-
"@babel/traverse" "^7.12.13"
60-
"@babel/types" "^7.12.13"
59+
"@babel/traverse" "^7.12.17"
60+
"@babel/types" "^7.12.17"
6161
convert-source-map "^1.7.0"
6262
debug "^4.1.0"
6363
gensync "^1.0.0-beta.1"
@@ -158,12 +158,12 @@
158158
jsesc "^2.5.1"
159159
source-map "^0.5.0"
160160

161-
"@babel/generator@^7.12.15":
162-
version "7.12.15"
163-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
164-
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
161+
"@babel/generator@^7.12.17":
162+
version "7.12.17"
163+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
164+
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
165165
dependencies:
166-
"@babel/types" "^7.12.13"
166+
"@babel/types" "^7.12.17"
167167
jsesc "^2.5.1"
168168
source-map "^0.5.0"
169169

@@ -271,13 +271,13 @@
271271
"@babel/traverse" "^7.1.0"
272272
"@babel/types" "^7.0.0"
273273

274-
"@babel/helper-compilation-targets@^7.12.16":
275-
version "7.12.16"
276-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
277-
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
274+
"@babel/helper-compilation-targets@^7.12.17":
275+
version "7.12.17"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
277+
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
278278
dependencies:
279279
"@babel/compat-data" "^7.12.13"
280-
"@babel/helper-validator-option" "^7.12.16"
280+
"@babel/helper-validator-option" "^7.12.17"
281281
browserslist "^4.14.5"
282282
semver "^5.5.0"
283283

@@ -474,6 +474,21 @@
474474
"@babel/types" "^7.12.13"
475475
lodash "^4.17.19"
476476

477+
"@babel/helper-module-transforms@^7.12.17":
478+
version "7.12.17"
479+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
480+
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
481+
dependencies:
482+
"@babel/helper-module-imports" "^7.12.13"
483+
"@babel/helper-replace-supers" "^7.12.13"
484+
"@babel/helper-simple-access" "^7.12.13"
485+
"@babel/helper-split-export-declaration" "^7.12.13"
486+
"@babel/helper-validator-identifier" "^7.12.11"
487+
"@babel/template" "^7.12.13"
488+
"@babel/traverse" "^7.12.17"
489+
"@babel/types" "^7.12.17"
490+
lodash "^4.17.19"
491+
477492
"@babel/helper-optimise-call-expression@^7.0.0":
478493
version "7.0.0"
479494
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
@@ -642,10 +657,10 @@
642657
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
643658
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
644659

645-
"@babel/helper-validator-option@^7.12.16":
646-
version "7.12.16"
647-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
648-
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
660+
"@babel/helper-validator-option@^7.12.17":
661+
version "7.12.17"
662+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
663+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
649664

650665
"@babel/helper-wrap-function@^7.1.0":
651666
version "7.1.0"
@@ -686,14 +701,14 @@
686701
"@babel/traverse" "^7.1.5"
687702
"@babel/types" "^7.1.5"
688703

689-
"@babel/helpers@^7.12.13":
690-
version "7.12.13"
691-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
692-
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
704+
"@babel/helpers@^7.12.17":
705+
version "7.12.17"
706+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
707+
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
693708
dependencies:
694709
"@babel/template" "^7.12.13"
695-
"@babel/traverse" "^7.12.13"
696-
"@babel/types" "^7.12.13"
710+
"@babel/traverse" "^7.12.17"
711+
"@babel/types" "^7.12.17"
697712

698713
"@babel/helpers@^7.2.0":
699714
version "7.2.0"
@@ -755,10 +770,10 @@
755770
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9"
756771
integrity sha512-z7n7ybOUzaRc3wwqLpAX8UFIXsrVXUJhtNGBwAnLz6d1KUapqyq7ad2La8gZ6CXhHmGAIL32cop8Tst4/PNWLw==
757772

758-
"@babel/parser@^7.12.16":
759-
version "7.12.16"
760-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
761-
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
773+
"@babel/parser@^7.12.17":
774+
version "7.12.17"
775+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
776+
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
762777

763778
"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
764779
version "7.2.3"
@@ -811,10 +826,10 @@
811826
"@babel/helper-create-class-features-plugin" "^7.12.13"
812827
"@babel/helper-plugin-utils" "^7.12.13"
813828

814-
"@babel/plugin-proposal-dynamic-import@^7.12.16":
815-
version "7.12.16"
816-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
817-
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
829+
"@babel/plugin-proposal-dynamic-import@^7.12.17":
830+
version "7.12.17"
831+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512"
832+
integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==
818833
dependencies:
819834
"@babel/helper-plugin-utils" "^7.12.13"
820835
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
@@ -909,10 +924,10 @@
909924
"@babel/helper-plugin-utils" "^7.12.13"
910925
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
911926

912-
"@babel/plugin-proposal-optional-chaining@^7.12.16":
913-
version "7.12.16"
914-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
915-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
927+
"@babel/plugin-proposal-optional-chaining@^7.12.17":
928+
version "7.12.17"
929+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
930+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
916931
dependencies:
917932
"@babel/helper-plugin-utils" "^7.12.13"
918933
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -1632,27 +1647,27 @@
16321647
core-js "^2.5.7"
16331648
regenerator-runtime "^0.11.1"
16341649

1635-
"@babel/[email protected].16":
1636-
version "7.12.16"
1637-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
1638-
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
1650+
"@babel/[email protected].17":
1651+
version "7.12.17"
1652+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa"
1653+
integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg==
16391654
dependencies:
16401655
"@babel/compat-data" "^7.12.13"
1641-
"@babel/helper-compilation-targets" "^7.12.16"
1656+
"@babel/helper-compilation-targets" "^7.12.17"
16421657
"@babel/helper-module-imports" "^7.12.13"
16431658
"@babel/helper-plugin-utils" "^7.12.13"
1644-
"@babel/helper-validator-option" "^7.12.16"
1659+
"@babel/helper-validator-option" "^7.12.17"
16451660
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
16461661
"@babel/plugin-proposal-class-properties" "^7.12.13"
1647-
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
1662+
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
16481663
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
16491664
"@babel/plugin-proposal-json-strings" "^7.12.13"
16501665
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
16511666
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
16521667
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
16531668
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
16541669
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
1655-
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
1670+
"@babel/plugin-proposal-optional-chaining" "^7.12.17"
16561671
"@babel/plugin-proposal-private-methods" "^7.12.13"
16571672
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
16581673
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -1700,7 +1715,7 @@
17001715
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
17011716
"@babel/plugin-transform-unicode-regex" "^7.12.13"
17021717
"@babel/preset-modules" "^0.1.3"
1703-
"@babel/types" "^7.12.13"
1718+
"@babel/types" "^7.12.17"
17041719
core-js-compat "^3.8.0"
17051720
semver "^5.5.0"
17061721

@@ -1880,6 +1895,21 @@
18801895
globals "^11.1.0"
18811896
lodash "^4.17.19"
18821897

1898+
"@babel/traverse@^7.12.17":
1899+
version "7.12.17"
1900+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
1901+
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
1902+
dependencies:
1903+
"@babel/code-frame" "^7.12.13"
1904+
"@babel/generator" "^7.12.17"
1905+
"@babel/helper-function-name" "^7.12.13"
1906+
"@babel/helper-split-export-declaration" "^7.12.13"
1907+
"@babel/parser" "^7.12.17"
1908+
"@babel/types" "^7.12.17"
1909+
debug "^4.1.0"
1910+
globals "^11.1.0"
1911+
lodash "^4.17.19"
1912+
18831913
"@babel/traverse@^7.2.2":
18841914
version "7.2.3"
18851915
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
@@ -1976,6 +2006,15 @@
19762006
lodash "^4.17.19"
19772007
to-fast-properties "^2.0.0"
19782008

2009+
"@babel/types@^7.12.17":
2010+
version "7.12.17"
2011+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
2012+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
2013+
dependencies:
2014+
"@babel/helper-validator-identifier" "^7.12.11"
2015+
lodash "^4.17.19"
2016+
to-fast-properties "^2.0.0"
2017+
19792018
"@babel/types@^7.2.0", "@babel/types@^7.2.2":
19802019
version "7.2.2"
19812020
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"

0 commit comments

Comments
 (0)