Skip to content

Commit 2cea44f

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

File tree

2 files changed

+73
-16
lines changed

2 files changed

+73
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"@aureooms/js-pairing-heap": "^3.0.0"
6464
},
6565
"devDependencies": {
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

+71-14
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
5757
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
5858

59-
"@babel/[email protected].15":
60-
version "7.13.15"
61-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
62-
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
59+
"@babel/[email protected].16":
60+
version "7.13.16"
61+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
62+
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
6363
dependencies:
6464
"@babel/code-frame" "^7.12.13"
65-
"@babel/generator" "^7.13.9"
66-
"@babel/helper-compilation-targets" "^7.13.13"
65+
"@babel/generator" "^7.13.16"
66+
"@babel/helper-compilation-targets" "^7.13.16"
6767
"@babel/helper-module-transforms" "^7.13.14"
68-
"@babel/helpers" "^7.13.10"
69-
"@babel/parser" "^7.13.15"
68+
"@babel/helpers" "^7.13.16"
69+
"@babel/parser" "^7.13.16"
7070
"@babel/template" "^7.12.13"
7171
"@babel/traverse" "^7.13.15"
72-
"@babel/types" "^7.13.14"
72+
"@babel/types" "^7.13.16"
7373
convert-source-map "^1.7.0"
7474
debug "^4.1.0"
7575
gensync "^1.0.0-beta.2"
@@ -117,6 +117,15 @@
117117
jsesc "^2.5.1"
118118
source-map "^0.5.0"
119119

120+
"@babel/generator@^7.13.16":
121+
version "7.13.16"
122+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
123+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
124+
dependencies:
125+
"@babel/types" "^7.13.16"
126+
jsesc "^2.5.1"
127+
source-map "^0.5.0"
128+
120129
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
121130
version "7.12.13"
122131
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -152,6 +161,16 @@
152161
browserslist "^4.14.5"
153162
semver "^6.3.0"
154163

164+
"@babel/helper-compilation-targets@^7.13.16":
165+
version "7.13.16"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
167+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
168+
dependencies:
169+
"@babel/compat-data" "^7.13.15"
170+
"@babel/helper-validator-option" "^7.12.17"
171+
browserslist "^4.14.5"
172+
semver "^6.3.0"
173+
155174
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
156175
version "7.13.11"
157176
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
@@ -353,6 +372,15 @@
353372
"@babel/traverse" "^7.13.0"
354373
"@babel/types" "^7.13.0"
355374

375+
"@babel/helpers@^7.13.16":
376+
version "7.13.16"
377+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3"
378+
integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q==
379+
dependencies:
380+
"@babel/template" "^7.12.13"
381+
"@babel/traverse" "^7.13.15"
382+
"@babel/types" "^7.13.16"
383+
356384
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
357385
version "7.13.10"
358386
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
@@ -377,6 +405,11 @@
377405
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
378406
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
379407

408+
"@babel/parser@^7.13.16":
409+
version "7.13.16"
410+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
411+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
412+
380413
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
381414
version "7.13.12"
382415
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"
@@ -1093,13 +1126,13 @@
10931126
"@babel/plugin-transform-react-jsx-development" "^7.12.12"
10941127
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
10951128

1096-
"@babel/[email protected].14":
1097-
version "7.13.14"
1098-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.14.tgz#bbfa8f4f027c2ebc432e8e69e078b632605f2d9b"
1099-
integrity sha512-iyw0hUwjh/fzN8qklVqZodbyWjEBOG0KdDnBOpv3zzIgK3NmuRXBmIXH39ZBdspkn8LTHvSboN+oYb4MT43+9Q==
1129+
"@babel/[email protected].16":
1130+
version "7.13.16"
1131+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.16.tgz#ae3ab0b55c8ec28763877383c454f01521d9a53d"
1132+
integrity sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg==
11001133
dependencies:
1134+
clone-deep "^4.0.1"
11011135
find-cache-dir "^2.0.0"
1102-
lodash "^4.17.19"
11031136
make-dir "^2.1.0"
11041137
pirates "^4.0.0"
11051138
source-map-support "^0.5.16"
@@ -1190,6 +1223,14 @@
11901223
lodash "^4.17.19"
11911224
to-fast-properties "^2.0.0"
11921225

1226+
"@babel/types@^7.13.16":
1227+
version "7.13.16"
1228+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65"
1229+
integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q==
1230+
dependencies:
1231+
"@babel/helper-validator-identifier" "^7.12.11"
1232+
to-fast-properties "^2.0.0"
1233+
11931234
"@bcoe/v8-coverage@^0.2.3":
11941235
version "0.2.3"
11951236
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2897,6 +2938,15 @@ cliui@^7.0.2:
28972938
strip-ansi "^6.0.0"
28982939
wrap-ansi "^7.0.0"
28992940

2941+
clone-deep@^4.0.1:
2942+
version "4.0.1"
2943+
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
2944+
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
2945+
dependencies:
2946+
is-plain-object "^2.0.4"
2947+
kind-of "^6.0.2"
2948+
shallow-clone "^3.0.0"
2949+
29002950
clone-response@^1.0.2:
29012951
version "1.0.2"
29022952
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
@@ -8974,6 +9024,13 @@ sha.js@^2.4.0, sha.js@^2.4.8:
89749024
inherits "^2.0.1"
89759025
safe-buffer "^5.0.1"
89769026

9027+
shallow-clone@^3.0.0:
9028+
version "3.0.1"
9029+
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
9030+
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
9031+
dependencies:
9032+
kind-of "^6.0.2"
9033+
89779034
shebang-command@^2.0.0:
89789035
version "2.0.0"
89799036
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)