Skip to content

Commit fce45a7

Browse files
chore(deps-dev): bump @babel/core from 7.14.5 to 7.14.6 (#234)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.5 to 7.14.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4952139 commit fce45a7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
2323

2424
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
25-
version "7.14.5"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
27-
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
25+
version "7.14.6"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
27+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
2828
dependencies:
2929
"@babel/code-frame" "^7.14.5"
3030
"@babel/generator" "^7.14.5"
3131
"@babel/helper-compilation-targets" "^7.14.5"
3232
"@babel/helper-module-transforms" "^7.14.5"
33-
"@babel/helpers" "^7.14.5"
34-
"@babel/parser" "^7.14.5"
33+
"@babel/helpers" "^7.14.6"
34+
"@babel/parser" "^7.14.6"
3535
"@babel/template" "^7.14.5"
3636
"@babel/traverse" "^7.14.5"
3737
"@babel/types" "^7.14.5"
@@ -254,10 +254,10 @@
254254
"@babel/traverse" "^7.14.5"
255255
"@babel/types" "^7.14.5"
256256

257-
"@babel/helpers@^7.14.5":
258-
version "7.14.5"
259-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2"
260-
integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==
257+
"@babel/helpers@^7.14.6":
258+
version "7.14.6"
259+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
260+
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
261261
dependencies:
262262
"@babel/template" "^7.14.5"
263263
"@babel/traverse" "^7.14.5"
@@ -281,10 +281,10 @@
281281
chalk "^2.0.0"
282282
js-tokens "^4.0.0"
283283

284-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5":
285-
version "7.14.5"
286-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
287-
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
284+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6":
285+
version "7.14.6"
286+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
287+
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
288288

289289
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
290290
version "7.14.5"

0 commit comments

Comments
 (0)