Skip to content

Commit 11045c5

Browse files
Bump @babel/core from 7.11.5 to 7.11.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.5 to 7.11.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.11.6/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 165f32d commit 11045c5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@babel/cli": "^7.11.6",
42-
"@babel/core": "^7.11.5",
42+
"@babel/core": "^7.11.6",
4343
"@babel/node": "^7.10.5",
4444
"@babel/plugin-proposal-class-properties": "^7.10.4",
4545
"@babel/plugin-proposal-decorators": "^7.10.5",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
invariant "^2.2.4"
3535
semver "^5.5.0"
3636

37-
"@babel/core@^7.1.0", "@babel/core@^7.11.5", "@babel/core@^7.7.5":
38-
version "7.11.5"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d"
40-
integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q==
37+
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.7.5":
38+
version "7.11.6"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
40+
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
4141
dependencies:
4242
"@babel/code-frame" "^7.10.4"
43-
"@babel/generator" "^7.11.5"
43+
"@babel/generator" "^7.11.6"
4444
"@babel/helper-module-transforms" "^7.11.0"
4545
"@babel/helpers" "^7.10.4"
4646
"@babel/parser" "^7.11.5"
@@ -54,16 +54,16 @@
5454
lodash "^4.17.19"
5555
resolve "^1.3.2"
5656
semver "^5.4.1"
57-
source-map "^0.6.1"
57+
source-map "^0.5.0"
5858

59-
"@babel/generator@^7.11.5":
60-
version "7.11.5"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82"
62-
integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g==
59+
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
60+
version "7.11.6"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
62+
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
6363
dependencies:
6464
"@babel/types" "^7.11.5"
6565
jsesc "^2.5.1"
66-
source-map "^0.6.1"
66+
source-map "^0.5.0"
6767

6868
"@babel/helper-annotate-as-pure@^7.10.4":
6969
version "7.10.4"

0 commit comments

Comments
 (0)