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

Commit d96f4f7

Browse files
committed
chore(renovate/devDeps): update dependency espree to v3.5.0
1 parent ae6232e commit d96f4f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"clone-deep": "1.0.0",
3131
"commitizen": "2.9.6",
3232
"cz-conventional-changelog": "2.0.0",
33-
"espree": "3.4.3",
33+
"espree": "3.5.0",
3434
"for-in": "1.0.2",
3535
"function-regex": "1.0.2",
3636
"mukla": "0.4.9",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ acorn-jsx@^3.0.0:
1515
dependencies:
1616
acorn "^3.0.4"
1717

18-
acorn@5.1.1, acorn@^5.0.1:
18+
acorn@5.1.1, acorn@^5.1.1:
1919
version "5.1.1"
2020
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.1.1.tgz#53fe161111f912ab999ee887a90a0bc52822fd75"
2121

@@ -1332,11 +1332,11 @@ eslint@~3.19.0:
13321332
text-table "~0.2.0"
13331333
user-home "^2.0.0"
13341334

1335-
espree@3.4.3, espree@^3.4.0:
1336-
version "3.4.3"
1337-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.3.tgz#2910b5ccd49ce893c2ffffaab4fd8b3a31b82374"
1335+
espree@3.5.0, espree@^3.4.0:
1336+
version "3.5.0"
1337+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.0.tgz#98358625bdd055861ea27e2867ea729faf463d8d"
13381338
dependencies:
1339-
acorn "^5.0.1"
1339+
acorn "^5.1.1"
13401340
acorn-jsx "^3.0.0"
13411341

13421342
esprima@^4.0.0:

0 commit comments

Comments
 (0)