Skip to content

Commit 10984f7

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.13.16
1 parent 32a0389 commit 10984f7

File tree

2 files changed

+78
-22
lines changed

2 files changed

+78
-22
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"@aureooms/js-collections-counter": "5.0.0",
6969
"@aureooms/js-compare": "2.0.1",
7070
"@aureooms/js-itertools": "5.1.1",
71-
"@babel/cli": "7.13.14",
72-
"@babel/core": "7.13.15",
71+
"@babel/cli": "7.13.16",
72+
"@babel/core": "7.13.16",
7373
"@babel/preset-env": "7.13.15",
74-
"@babel/register": "7.13.14",
74+
"@babel/register": "7.13.16",
7575
"@commitlint/cli": "12.1.1",
7676
"@js-library/commitlint-config": "0.0.4",
7777
"ava": "3.15.0",

yarn.lock

+75-19
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,15 @@
121121
"@aureooms/js-error" "^5.0.2"
122122
"@aureooms/js-itertools" "^5.1.0"
123123

124-
"@babel/[email protected].14":
125-
version "7.13.14"
126-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.14.tgz#c395bc89ec4760c91f2027fa8b26f8b2bf42238f"
127-
integrity sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw==
124+
"@babel/[email protected].16":
125+
version "7.13.16"
126+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc"
127+
integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==
128128
dependencies:
129129
commander "^4.0.1"
130130
convert-source-map "^1.1.0"
131131
fs-readdir-recursive "^1.1.0"
132132
glob "^7.0.0"
133-
lodash "^4.17.19"
134133
make-dir "^2.1.0"
135134
slash "^2.0.0"
136135
source-map "^0.5.0"
@@ -162,20 +161,20 @@
162161
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
163162
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
164163

165-
"@babel/[email protected].15":
166-
version "7.13.15"
167-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
168-
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
164+
"@babel/[email protected].16":
165+
version "7.13.16"
166+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
167+
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
169168
dependencies:
170169
"@babel/code-frame" "^7.12.13"
171-
"@babel/generator" "^7.13.9"
172-
"@babel/helper-compilation-targets" "^7.13.13"
170+
"@babel/generator" "^7.13.16"
171+
"@babel/helper-compilation-targets" "^7.13.16"
173172
"@babel/helper-module-transforms" "^7.13.14"
174-
"@babel/helpers" "^7.13.10"
175-
"@babel/parser" "^7.13.15"
173+
"@babel/helpers" "^7.13.16"
174+
"@babel/parser" "^7.13.16"
176175
"@babel/template" "^7.12.13"
177176
"@babel/traverse" "^7.13.15"
178-
"@babel/types" "^7.13.14"
177+
"@babel/types" "^7.13.16"
179178
convert-source-map "^1.7.0"
180179
debug "^4.1.0"
181180
gensync "^1.0.0-beta.2"
@@ -223,6 +222,15 @@
223222
jsesc "^2.5.1"
224223
source-map "^0.5.0"
225224

225+
"@babel/generator@^7.13.16":
226+
version "7.13.16"
227+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
228+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
229+
dependencies:
230+
"@babel/types" "^7.13.16"
231+
jsesc "^2.5.1"
232+
source-map "^0.5.0"
233+
226234
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
227235
version "7.12.13"
228236
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -258,6 +266,16 @@
258266
browserslist "^4.14.5"
259267
semver "^6.3.0"
260268

269+
"@babel/helper-compilation-targets@^7.13.16":
270+
version "7.13.16"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
272+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
273+
dependencies:
274+
"@babel/compat-data" "^7.13.15"
275+
"@babel/helper-validator-option" "^7.12.17"
276+
browserslist "^4.14.5"
277+
semver "^6.3.0"
278+
261279
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
262280
version "7.13.11"
263281
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
@@ -459,6 +477,15 @@
459477
"@babel/traverse" "^7.13.0"
460478
"@babel/types" "^7.13.0"
461479

480+
"@babel/helpers@^7.13.16":
481+
version "7.13.16"
482+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3"
483+
integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q==
484+
dependencies:
485+
"@babel/template" "^7.12.13"
486+
"@babel/traverse" "^7.13.15"
487+
"@babel/types" "^7.13.16"
488+
462489
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
463490
version "7.13.10"
464491
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
@@ -483,6 +510,11 @@
483510
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
484511
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
485512

513+
"@babel/parser@^7.13.16":
514+
version "7.13.16"
515+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
516+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
517+
486518
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
487519
version "7.13.12"
488520
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -1199,13 +1231,13 @@
11991231
"@babel/plugin-transform-react-jsx-development" "^7.12.12"
12001232
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
12011233

1202-
"@babel/[email protected].14":
1203-
version "7.13.14"
1204-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.14.tgz#bbfa8f4f027c2ebc432e8e69e078b632605f2d9b"
1205-
integrity sha512-iyw0hUwjh/fzN8qklVqZodbyWjEBOG0KdDnBOpv3zzIgK3NmuRXBmIXH39ZBdspkn8LTHvSboN+oYb4MT43+9Q==
1234+
"@babel/[email protected].16":
1235+
version "7.13.16"
1236+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.16.tgz#ae3ab0b55c8ec28763877383c454f01521d9a53d"
1237+
integrity sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg==
12061238
dependencies:
1239+
clone-deep "^4.0.1"
12071240
find-cache-dir "^2.0.0"
1208-
lodash "^4.17.19"
12091241
make-dir "^2.1.0"
12101242
pirates "^4.0.0"
12111243
source-map-support "^0.5.16"
@@ -1296,6 +1328,14 @@
12961328
lodash "^4.17.19"
12971329
to-fast-properties "^2.0.0"
12981330

1331+
"@babel/types@^7.13.16":
1332+
version "7.13.16"
1333+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65"
1334+
integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q==
1335+
dependencies:
1336+
"@babel/helper-validator-identifier" "^7.12.11"
1337+
to-fast-properties "^2.0.0"
1338+
12991339
"@bcoe/v8-coverage@^0.2.3":
13001340
version "0.2.3"
13011341
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3038,6 +3078,15 @@ cliui@^7.0.2:
30383078
strip-ansi "^6.0.0"
30393079
wrap-ansi "^7.0.0"
30403080

3081+
clone-deep@^4.0.1:
3082+
version "4.0.1"
3083+
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
3084+
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
3085+
dependencies:
3086+
is-plain-object "^2.0.4"
3087+
kind-of "^6.0.2"
3088+
shallow-clone "^3.0.0"
3089+
30413090
clone-response@^1.0.2:
30423091
version "1.0.2"
30433092
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
@@ -9158,6 +9207,13 @@ sha.js@^2.4.0, sha.js@^2.4.8:
91589207
inherits "^2.0.1"
91599208
safe-buffer "^5.0.1"
91609209

9210+
shallow-clone@^3.0.0:
9211+
version "3.0.1"
9212+
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
9213+
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
9214+
dependencies:
9215+
kind-of "^6.0.2"
9216+
91619217
shebang-command@^2.0.0:
91629218
version "2.0.0"
91639219
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)