Skip to content

Commit bf5bd82

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to v7.14.6
1 parent acfad17 commit bf5bd82

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@babel/cli": "7.14.5",
19-
"@babel/core": "7.14.5",
19+
"@babel/core": "7.14.6",
2020
"@researchgate/babel-preset": "2.0.9",
2121
"@researchgate/spire-config": "7.0.0",
2222
"@storybook/addon-options": "5.3.21",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
3838
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
3939

40-
"@babel/core@7.14.5", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
41-
version "7.14.5"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
43-
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
40+
"@babel/core@7.14.6", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
41+
version "7.14.6"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
43+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
4444
dependencies:
4545
"@babel/code-frame" "^7.14.5"
4646
"@babel/generator" "^7.14.5"
4747
"@babel/helper-compilation-targets" "^7.14.5"
4848
"@babel/helper-module-transforms" "^7.14.5"
49-
"@babel/helpers" "^7.14.5"
50-
"@babel/parser" "^7.14.5"
49+
"@babel/helpers" "^7.14.6"
50+
"@babel/parser" "^7.14.6"
5151
"@babel/template" "^7.14.5"
5252
"@babel/traverse" "^7.14.5"
5353
"@babel/types" "^7.14.5"
@@ -279,10 +279,10 @@
279279
"@babel/traverse" "^7.13.0"
280280
"@babel/types" "^7.13.0"
281281

282-
"@babel/helpers@^7.14.5":
283-
version "7.14.5"
284-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2"
285-
integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==
282+
"@babel/helpers@^7.14.6":
283+
version "7.14.6"
284+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
285+
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
286286
dependencies:
287287
"@babel/template" "^7.14.5"
288288
"@babel/traverse" "^7.14.5"
@@ -297,10 +297,10 @@
297297
chalk "^2.0.0"
298298
js-tokens "^4.0.0"
299299

300-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.4.3":
301-
version "7.14.5"
302-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
303-
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
300+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.4.3":
301+
version "7.14.6"
302+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
303+
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
304304

305305
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
306306
version "7.13.12"

0 commit comments

Comments
 (0)