Skip to content

Commit e2b1f7e

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

File tree

2 files changed

+86
-8
lines changed

2 files changed

+86
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
},
6464
"devDependencies": {
6565
"@aureooms/js-heap-spec": "15.0.3",
66-
"@babel/core": "7.13.15",
66+
"@babel/core": "7.13.16",
6767
"@babel/preset-env": "7.13.15",
68-
"@babel/register": "7.13.14",
68+
"@babel/register": "7.13.16",
6969
"@commitlint/cli": "12.1.1",
7070
"@js-library/commitlint-config": "0.0.4",
7171
"ava": "3.15.0",

yarn.lock

Lines changed: 84 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,28 @@
7070
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
7171
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
7272

73-
"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
73+
74+
version "7.13.16"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
76+
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
77+
dependencies:
78+
"@babel/code-frame" "^7.12.13"
79+
"@babel/generator" "^7.13.16"
80+
"@babel/helper-compilation-targets" "^7.13.16"
81+
"@babel/helper-module-transforms" "^7.13.14"
82+
"@babel/helpers" "^7.13.16"
83+
"@babel/parser" "^7.13.16"
84+
"@babel/template" "^7.12.13"
85+
"@babel/traverse" "^7.13.15"
86+
"@babel/types" "^7.13.16"
87+
convert-source-map "^1.7.0"
88+
debug "^4.1.0"
89+
gensync "^1.0.0-beta.2"
90+
json5 "^2.1.2"
91+
semver "^6.3.0"
92+
source-map "^0.5.0"
93+
94+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
7495
version "7.13.15"
7596
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
7697
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
@@ -109,6 +130,15 @@
109130
jsesc "^2.5.1"
110131
source-map "^0.5.0"
111132

133+
"@babel/generator@^7.13.16":
134+
version "7.13.16"
135+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
136+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
137+
dependencies:
138+
"@babel/types" "^7.13.16"
139+
jsesc "^2.5.1"
140+
source-map "^0.5.0"
141+
112142
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
113143
version "7.12.13"
114144
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -134,6 +164,16 @@
134164
browserslist "^4.14.5"
135165
semver "^6.3.0"
136166

167+
"@babel/helper-compilation-targets@^7.13.16":
168+
version "7.13.16"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
170+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
171+
dependencies:
172+
"@babel/compat-data" "^7.13.15"
173+
"@babel/helper-validator-option" "^7.12.17"
174+
browserslist "^4.14.5"
175+
semver "^6.3.0"
176+
137177
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
138178
version "7.13.11"
139179
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
@@ -307,6 +347,15 @@
307347
"@babel/traverse" "^7.13.0"
308348
"@babel/types" "^7.13.0"
309349

350+
"@babel/helpers@^7.13.16":
351+
version "7.13.16"
352+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3"
353+
integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q==
354+
dependencies:
355+
"@babel/template" "^7.12.13"
356+
"@babel/traverse" "^7.13.15"
357+
"@babel/types" "^7.13.16"
358+
310359
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
311360
version "7.13.10"
312361
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
@@ -321,6 +370,11 @@
321370
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
322371
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
323372

373+
"@babel/parser@^7.13.16":
374+
version "7.13.16"
375+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
376+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
377+
324378
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
325379
version "7.13.12"
326380
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"
@@ -948,13 +1002,13 @@
9481002
"@babel/plugin-transform-react-jsx-development" "^7.12.17"
9491003
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
9501004

951-
"@babel/[email protected].14":
952-
version "7.13.14"
953-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.14.tgz#bbfa8f4f027c2ebc432e8e69e078b632605f2d9b"
954-
integrity sha512-iyw0hUwjh/fzN8qklVqZodbyWjEBOG0KdDnBOpv3zzIgK3NmuRXBmIXH39ZBdspkn8LTHvSboN+oYb4MT43+9Q==
1005+
"@babel/[email protected].16":
1006+
version "7.13.16"
1007+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.16.tgz#ae3ab0b55c8ec28763877383c454f01521d9a53d"
1008+
integrity sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg==
9551009
dependencies:
1010+
clone-deep "^4.0.1"
9561011
find-cache-dir "^2.0.0"
957-
lodash "^4.17.19"
9581012
make-dir "^2.1.0"
9591013
pirates "^4.0.0"
9601014
source-map-support "^0.5.16"
@@ -998,6 +1052,14 @@
9981052
lodash "^4.17.19"
9991053
to-fast-properties "^2.0.0"
10001054

1055+
"@babel/types@^7.13.16":
1056+
version "7.13.16"
1057+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65"
1058+
integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q==
1059+
dependencies:
1060+
"@babel/helper-validator-identifier" "^7.12.11"
1061+
to-fast-properties "^2.0.0"
1062+
10011063
"@bcoe/v8-coverage@^0.2.3":
10021064
version "0.2.3"
10031065
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2681,6 +2743,15 @@ cliui@^7.0.2:
26812743
strip-ansi "^6.0.0"
26822744
wrap-ansi "^7.0.0"
26832745

2746+
clone-deep@^4.0.1:
2747+
version "4.0.1"
2748+
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
2749+
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
2750+
dependencies:
2751+
is-plain-object "^2.0.4"
2752+
kind-of "^6.0.2"
2753+
shallow-clone "^3.0.0"
2754+
26842755
clone-response@^1.0.2:
26852756
version "1.0.2"
26862757
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
@@ -8744,6 +8815,13 @@ sha.js@^2.4.0, sha.js@^2.4.8:
87448815
inherits "^2.0.1"
87458816
safe-buffer "^5.0.1"
87468817

8818+
shallow-clone@^3.0.0:
8819+
version "3.0.1"
8820+
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
8821+
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
8822+
dependencies:
8823+
kind-of "^6.0.2"
8824+
87478825
shebang-command@^2.0.0:
87488826
version "2.0.0"
87498827
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)