Skip to content

Commit 5725ad2

Browse files
Merge pull request ferdikoomen#758 from ferdikoomen/dependabot/npm_and_yarn/babel/core-7.14.6
2 parents 26df1d5 + b4800a4 commit 5725ad2

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"@babel/cli": "7.14.5",
74-
"@babel/core": "7.14.5",
74+
"@babel/core": "7.14.6",
7575
"@babel/preset-env": "7.14.5",
7676
"@babel/preset-typescript": "7.14.5",
7777
"@rollup/plugin-commonjs": "19.0.0",

yarn.lock

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

50-
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==
54-
dependencies:
55-
"@babel/code-frame" "^7.14.5"
56-
"@babel/generator" "^7.14.5"
57-
"@babel/helper-compilation-targets" "^7.14.5"
58-
"@babel/helper-module-transforms" "^7.14.5"
59-
"@babel/helpers" "^7.14.5"
60-
"@babel/parser" "^7.14.5"
61-
"@babel/template" "^7.14.5"
62-
"@babel/traverse" "^7.14.5"
63-
"@babel/types" "^7.14.5"
64-
convert-source-map "^1.7.0"
65-
debug "^4.1.0"
66-
gensync "^1.0.0-beta.2"
67-
json5 "^2.1.2"
68-
semver "^6.3.0"
69-
source-map "^0.5.0"
70-
71-
"@babel/core@^7.1.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
50+
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
7251
version "7.14.6"
7352
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
7453
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
@@ -287,7 +266,7 @@
287266
"@babel/traverse" "^7.14.5"
288267
"@babel/types" "^7.14.5"
289268

290-
"@babel/helpers@^7.14.5", "@babel/helpers@^7.14.6":
269+
"@babel/helpers@^7.14.6":
291270
version "7.14.6"
292271
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
293272
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==

0 commit comments

Comments
 (0)