Skip to content

Commit 984f8c6

Browse files
Bump @babel/core from 7.13.1 to 7.13.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.1 to 7.13.8. - [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.13.8/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ada9fce commit 984f8c6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.13.0",
74-
"@babel/core": "7.13.1",
74+
"@babel/core": "7.13.8",
7575
"@babel/preset-env": "7.13.8",
7676
"@babel/preset-typescript": "7.13.0",
7777
"@rollup/plugin-commonjs": "17.1.0",

yarn.lock

Lines changed: 8 additions & 8 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.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
4848
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
4949

50-
"@babel/[email protected].1", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
51-
version "7.13.1"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf"
53-
integrity sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w==
50+
"@babel/[email protected].8", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
51+
version "7.13.8"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
53+
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
5454
dependencies:
5555
"@babel/code-frame" "^7.12.13"
5656
"@babel/generator" "^7.13.0"
57-
"@babel/helper-compilation-targets" "^7.13.0"
57+
"@babel/helper-compilation-targets" "^7.13.8"
5858
"@babel/helper-module-transforms" "^7.13.0"
5959
"@babel/helpers" "^7.13.0"
60-
"@babel/parser" "^7.13.0"
60+
"@babel/parser" "^7.13.4"
6161
"@babel/template" "^7.12.13"
6262
"@babel/traverse" "^7.13.0"
6363
"@babel/types" "^7.13.0"
@@ -66,7 +66,7 @@
6666
gensync "^1.0.0-beta.2"
6767
json5 "^2.1.2"
6868
lodash "^4.17.19"
69-
semver "7.0.0"
69+
semver "^6.3.0"
7070
source-map "^0.5.0"
7171

7272
"@babel/generator@^7.13.0":
@@ -286,7 +286,7 @@
286286
chalk "^2.0.0"
287287
js-tokens "^4.0.0"
288288

289-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0":
289+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4":
290290
version "7.13.4"
291291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
292292
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==

0 commit comments

Comments
 (0)