Skip to content

Commit b7d0ad4

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.14.3
1 parent a99bd25 commit b7d0ad4

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
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.16",
72-
"@babel/core": "7.14.2",
71+
"@babel/cli": "7.14.3",
72+
"@babel/core": "7.14.3",
7373
"@babel/preset-env": "7.14.2",
7474
"@babel/register": "7.13.16",
7575
"@commitlint/cli": "12.1.4",

yarn.lock

+24-10
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
resolved "https://registry.yarnpkg.com/@aureooms/js-pairing-heap/-/js-pairing-heap-3.0.0.tgz#03b0c5ad7c07a63fa65d65235c54ed3ce75bc0da"
9494
integrity sha512-xU7UzdcmqTC2WwkWIFIfWv9ZGzMmXK+hHyY8K51IngEnVxPtvEza/1lirszDPA/URnKUOZ1Tuj9oC5KfqjMnGQ==
9595

96-
"@babel/cli@7.13.16":
97-
version "7.13.16"
98-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc"
99-
integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==
96+
"@babel/cli@7.14.3":
97+
version "7.14.3"
98+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.3.tgz#9f6c8aee12e8660df879610f19a8010958b26a6f"
99+
integrity sha512-zU4JLvwk32ay1lhhyGfqiRUSPoltVDjhYkA3aQq8+Yby9z30s/EsFw1EPOHxWG9YZo2pAGfgdRNeHZQAYU5m9A==
100100
dependencies:
101101
commander "^4.0.1"
102102
convert-source-map "^1.1.0"
@@ -138,17 +138,17 @@
138138
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
139139
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
140140

141-
"@babel/[email protected].2":
142-
version "7.14.2"
143-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417"
144-
integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ==
141+
"@babel/[email protected].3":
142+
version "7.14.3"
143+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
144+
integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==
145145
dependencies:
146146
"@babel/code-frame" "^7.12.13"
147-
"@babel/generator" "^7.14.2"
147+
"@babel/generator" "^7.14.3"
148148
"@babel/helper-compilation-targets" "^7.13.16"
149149
"@babel/helper-module-transforms" "^7.14.2"
150150
"@babel/helpers" "^7.14.0"
151-
"@babel/parser" "^7.14.2"
151+
"@babel/parser" "^7.14.3"
152152
"@babel/template" "^7.12.13"
153153
"@babel/traverse" "^7.14.2"
154154
"@babel/types" "^7.14.2"
@@ -217,6 +217,15 @@
217217
jsesc "^2.5.1"
218218
source-map "^0.5.0"
219219

220+
"@babel/generator@^7.14.3":
221+
version "7.14.3"
222+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
223+
integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
224+
dependencies:
225+
"@babel/types" "^7.14.2"
226+
jsesc "^2.5.1"
227+
source-map "^0.5.0"
228+
220229
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
221230
version "7.12.13"
222231
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -526,6 +535,11 @@
526535
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746"
527536
integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==
528537

538+
"@babel/parser@^7.14.3":
539+
version "7.14.3"
540+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298"
541+
integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==
542+
529543
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
530544
version "7.13.12"
531545
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"

0 commit comments

Comments
 (0)