Skip to content

Commit 624d98a

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/core to v7.14.6
1 parent 68c5657 commit 624d98a

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@aureooms/js-functools": "2.0.3",
6666
"@aureooms/js-random": "3.4.0",
6767
"@aureooms/js-sort": "7.0.0",
68-
"@babel/core": "7.14.5",
68+
"@babel/core": "7.14.6",
6969
"@babel/preset-env": "7.14.5",
7070
"@babel/register": "7.14.5",
7171
"@commitlint/cli": "12.1.4",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
5454
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
5555

56-
"@babel/core@7.14.5":
57-
version "7.14.5"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
59-
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
56+
"@babel/core@7.14.6":
57+
version "7.14.6"
58+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
59+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
6060
dependencies:
6161
"@babel/code-frame" "^7.14.5"
6262
"@babel/generator" "^7.14.5"
6363
"@babel/helper-compilation-targets" "^7.14.5"
6464
"@babel/helper-module-transforms" "^7.14.5"
65-
"@babel/helpers" "^7.14.5"
66-
"@babel/parser" "^7.14.5"
65+
"@babel/helpers" "^7.14.6"
66+
"@babel/parser" "^7.14.6"
6767
"@babel/template" "^7.14.5"
6868
"@babel/traverse" "^7.14.5"
6969
"@babel/types" "^7.14.5"
@@ -510,10 +510,10 @@
510510
"@babel/traverse" "^7.14.0"
511511
"@babel/types" "^7.14.0"
512512

513-
"@babel/helpers@^7.14.5":
514-
version "7.14.5"
515-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2"
516-
integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==
513+
"@babel/helpers@^7.14.6":
514+
version "7.14.6"
515+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
516+
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
517517
dependencies:
518518
"@babel/template" "^7.14.5"
519519
"@babel/traverse" "^7.14.5"
@@ -547,6 +547,11 @@
547547
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
548548
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
549549

550+
"@babel/parser@^7.14.6":
551+
version "7.14.6"
552+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
553+
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
554+
550555
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
551556
version "7.13.12"
552557
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)