Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit ae6232e

Browse files
committed
fix(renovate/deps): update dependency babylon to version 7.0.0-beta.19
1 parent 31e03a2 commit ae6232e

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"arrify": "1.0.1",
24-
"babylon": "7.0.0-beta.18",
24+
"babylon": "7.0.0-beta.19",
2525
"define-property": "1.0.0"
2626
},
2727
"devDependencies": {

yarn.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ babel-types@^6.18.0, babel-types@^6.25.0:
431431
lodash "^4.2.0"
432432
to-fast-properties "^1.0.1"
433433

434-
babylon@7.0.0-beta.18:
435-
version "7.0.0-beta.18"
436-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.18.tgz#5c23ee3fdb66358aabf3789779319c5b78a233c7"
434+
babylon@7.0.0-beta.19:
435+
version "7.0.0-beta.19"
436+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.19.tgz#e928c7e807e970e0536b078ab3e0c48f9e052503"
437437

438438
babylon@^6.17.2, babylon@^6.17.4:
439439
version "6.17.4"
@@ -1144,13 +1144,14 @@ error-symbol@^0.1.0:
11441144
resolved "https://registry.yarnpkg.com/error-symbol/-/error-symbol-0.1.0.tgz#0a4dae37d600d15a29ba453d8ef920f1844333f6"
11451145

11461146
es-abstract@^1.4.3, es-abstract@^1.7.0:
1147-
version "1.7.0"
1148-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
1147+
version "1.8.0"
1148+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.8.0.tgz#3b00385e85729932beffa9163bbea1234e932914"
11491149
dependencies:
11501150
es-to-primitive "^1.1.1"
11511151
function-bind "^1.1.0"
1152+
has "^1.0.1"
11521153
is-callable "^1.1.3"
1153-
is-regex "^1.0.3"
1154+
is-regex "^1.0.4"
11541155

11551156
es-to-primitive@^1.1.1:
11561157
version "1.1.1"
@@ -1161,8 +1162,8 @@ es-to-primitive@^1.1.1:
11611162
is-symbol "^1.0.1"
11621163

11631164
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
1164-
version "0.10.24"
1165-
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.24.tgz#a55877c9924bc0c8d9bd3c2cbe17495ac1709b14"
1165+
version "0.10.26"
1166+
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.26.tgz#51b2128a531b70c4f6764093a73cbebb82186372"
11661167
dependencies:
11671168
es6-iterator "2"
11681169
es6-symbol "~3.1"
@@ -2143,7 +2144,7 @@ is-real-object@^1.0.1:
21432144
is-extendable "^0.1.1"
21442145
isarray "^1.0.0"
21452146

2146-
is-regex@^1.0.3:
2147+
is-regex@^1.0.4:
21472148
version "1.0.4"
21482149
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
21492150
dependencies:
@@ -2345,8 +2346,8 @@ kind-of@^4.0.0:
23452346
is-buffer "^1.1.5"
23462347

23472348
kind-of@^5.0.0:
2348-
version "5.0.1"
2349-
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.0.1.tgz#38d16a3775ad820b56f5ac47b8d71a5bdf4418ce"
2349+
version "5.0.2"
2350+
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.0.2.tgz#f57bec933d9a2209ffa96c5c08343607b7035fda"
23502351

23512352
klaw@^1.0.0:
23522353
version "1.3.1"
@@ -3400,8 +3401,8 @@ split@0.3:
34003401
through "2"
34013402

34023403
split@^1.0.0:
3403-
version "1.0.0"
3404-
resolved "https://registry.yarnpkg.com/split/-/split-1.0.0.tgz#c4395ce683abcd254bc28fe1dabb6e5c27dcffae"
3404+
version "1.0.1"
3405+
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
34053406
dependencies:
34063407
through "2"
34073408

0 commit comments

Comments
 (0)