Skip to content

Commit f939276

Browse files
chore(deps): update dependency @babel/core to v7.14.6 (#490)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fc0fd92 commit f939276

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
@@ -25,7 +25,7 @@
2525
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.{ts,tsx,graphql,yml}\""
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.14.5",
28+
"@babel/core": "7.14.6",
2929
"@babel/preset-env": "7.14.5",
3030
"@babel/preset-typescript": "7.14.5",
3131
"json-schema-to-markdown": "1.1.1",

yarn.lock

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

50-
"@babel/[email protected].5":
51-
version "7.14.5"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
53-
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
50+
"@babel/[email protected].6":
51+
version "7.14.6"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
53+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
5454
dependencies:
5555
"@babel/code-frame" "^7.14.5"
5656
"@babel/generator" "^7.14.5"
5757
"@babel/helper-compilation-targets" "^7.14.5"
5858
"@babel/helper-module-transforms" "^7.14.5"
59-
"@babel/helpers" "^7.14.5"
60-
"@babel/parser" "^7.14.5"
59+
"@babel/helpers" "^7.14.6"
60+
"@babel/parser" "^7.14.6"
6161
"@babel/template" "^7.14.5"
6262
"@babel/traverse" "^7.14.5"
6363
"@babel/types" "^7.14.5"
@@ -577,10 +577,10 @@
577577
"@babel/traverse" "^7.14.0"
578578
"@babel/types" "^7.14.0"
579579

580-
"@babel/helpers@^7.14.5":
581-
version "7.14.5"
582-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2"
583-
integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==
580+
"@babel/helpers@^7.14.6":
581+
version "7.14.6"
582+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
583+
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
584584
dependencies:
585585
"@babel/template" "^7.14.5"
586586
"@babel/traverse" "^7.14.5"
@@ -633,6 +633,11 @@
633633
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
634634
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
635635

636+
"@babel/parser@^7.14.6":
637+
version "7.14.6"
638+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
639+
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
640+
636641
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
637642
version "7.14.5"
638643
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"

0 commit comments

Comments
 (0)