Skip to content

Commit ec9a85d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.11.6
1 parent 0b48dff commit ec9a85d

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@aureooms/js-heap-spec": "15.0.3",
34-
"@babel/cli": "7.11.5",
35-
"@babel/core": "7.11.5",
34+
"@babel/cli": "7.11.6",
35+
"@babel/core": "7.11.6",
3636
"@babel/preset-env": "7.11.5",
3737
"@babel/register": "7.11.5",
3838
"ava": "3.12.1",

yarn.lock

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
5252
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
5353

54-
"@babel/[email protected].5":
55-
version "7.11.5"
56-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.5.tgz#4f51663f393d950b41f4c7ba41f3f7c2a595a295"
57-
integrity sha512-0umMDxxdEZ98EMZtS9Wgnaf4NdgqBcQHaGYaMfAmP+ZicVglZ2+QZwoHNacfnUq4hCmC1V7Ap5Phq7FInpWrWg==
54+
"@babel/[email protected].6":
55+
version "7.11.6"
56+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.6.tgz#1fcbe61c2a6900c3539c06ee58901141f3558482"
57+
integrity sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg==
5858
dependencies:
5959
commander "^4.0.1"
6060
convert-source-map "^1.1.0"
@@ -63,7 +63,7 @@
6363
lodash "^4.17.19"
6464
make-dir "^2.1.0"
6565
slash "^2.0.0"
66-
source-map "^0.6.1"
66+
source-map "^0.5.0"
6767
optionalDependencies:
6868
chokidar "^2.1.8"
6969

@@ -83,13 +83,13 @@
8383
invariant "^2.2.4"
8484
semver "^5.5.0"
8585

86-
"@babel/[email protected].5":
87-
version "7.11.5"
88-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d"
89-
integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q==
86+
"@babel/[email protected].6":
87+
version "7.11.6"
88+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
89+
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
9090
dependencies:
9191
"@babel/code-frame" "^7.10.4"
92-
"@babel/generator" "^7.11.5"
92+
"@babel/generator" "^7.11.6"
9393
"@babel/helper-module-transforms" "^7.11.0"
9494
"@babel/helpers" "^7.10.4"
9595
"@babel/parser" "^7.11.5"
@@ -103,7 +103,7 @@
103103
lodash "^4.17.19"
104104
resolve "^1.3.2"
105105
semver "^5.4.1"
106-
source-map "^0.6.1"
106+
source-map "^0.5.0"
107107

108108
"@babel/core@^7.7.5":
109109
version "7.11.1"
@@ -145,6 +145,15 @@
145145
jsesc "^2.5.1"
146146
source-map "^0.6.1"
147147

148+
"@babel/generator@^7.11.6":
149+
version "7.11.6"
150+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
151+
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
152+
dependencies:
153+
"@babel/types" "^7.11.5"
154+
jsesc "^2.5.1"
155+
source-map "^0.5.0"
156+
148157
"@babel/helper-annotate-as-pure@^7.10.4":
149158
version "7.10.4"
150159
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"

0 commit comments

Comments
 (0)