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

Commit 04e9743

Browse files
committed
chore(deps): update dependency espree to v3.5.2
1 parent 536ace5 commit 04e9743

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"acorn": "5.2.1",
3535
"clone-deep": "1.0.0",
3636
"eslint-config-standard-tunnckocore": "1.0.10",
37-
"espree": "3.5.1",
37+
"espree": "3.5.2",
3838
"for-in": "1.0.2",
3939
"hela": "1.1.3",
4040
"hela-preset-tunnckocore": "0.5.19",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ acorn-jsx@^3.0.0:
5252
dependencies:
5353
acorn "^3.0.4"
5454

55-
55+
[email protected], acorn@^5.2.1:
5656
version "5.2.1"
5757
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"
5858

@@ -1796,7 +1796,14 @@ eslint@^4.1.1, eslint@^4.8.0:
17961796
table "^4.0.1"
17971797
text-table "~0.2.0"
17981798

1799-
[email protected], espree@^3.5.1:
1799+
1800+
version "3.5.2"
1801+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
1802+
dependencies:
1803+
acorn "^5.2.1"
1804+
acorn-jsx "^3.0.0"
1805+
1806+
espree@^3.5.1:
18001807
version "3.5.1"
18011808
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.1.tgz#0c988b8ab46db53100a1954ae4ba995ddd27d87e"
18021809
dependencies:

0 commit comments

Comments
 (0)