Skip to content

Commit 1dfabb2

Browse files
committed
Update node, npm and yarn versions in package.json
1 parent d4830aa commit 1dfabb2

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "express-mongoose-es6-rest-api",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A Boilerplate application for building REST APIs using express, mongoose in ES6 with code coverage",
55
"author": "Kunal Kapadia <[email protected]>",
66
"main": "index.js",
77
"private": false,
88
"engines": {
9-
"node": ">=4.8.0",
10-
"npm": ">=2.15.11",
11-
"yarn": ">=0.20.3"
9+
"node": ">=8.2.1",
10+
"npm": ">=5.3.0",
11+
"yarn": ">=0.27.5"
1212
},
1313
"scripts": {
1414
"start": "gulp serve",

yarn.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ acorn-jsx@^3.0.0:
1919
dependencies:
2020
acorn "^3.0.4"
2121

22-
[email protected], acorn@^4.0.1:
22+
2323
version "4.0.4"
2424
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
2525

2626
acorn@^3.0.4:
2727
version "3.3.0"
2828
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
2929

30+
acorn@^5.0.1:
31+
version "5.1.1"
32+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.1.1.tgz#53fe161111f912ab999ee887a90a0bc52822fd75"
33+
3034
ajv-keywords@^1.0.0:
3135
version "1.5.0"
3236
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.0.tgz#c11e6859eafff83e0dafc416929472eca946aa2c"
@@ -1571,17 +1575,17 @@ [email protected]:
15711575
optionator "^0.8.1"
15721576
text-table "^0.2.0"
15731577

1574-
eslint@3.12.0:
1575-
version "3.12.0"
1576-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.12.0.tgz#1dfa4ef0082e35feed90a0fb1f7996d1d426b249"
1578+
eslint@3.16.1:
1579+
version "3.16.1"
1580+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.16.1.tgz#9bc31fc7341692cf772e80607508f67d711c5609"
15771581
dependencies:
15781582
babel-code-frame "^6.16.0"
15791583
chalk "^1.1.3"
15801584
concat-stream "^1.4.6"
15811585
debug "^2.1.1"
15821586
doctrine "^1.2.2"
15831587
escope "^3.6.0"
1584-
espree "^3.3.1"
1588+
espree "^3.4.0"
15851589
estraverse "^4.2.0"
15861590
esutils "^2.0.2"
15871591
file-entry-cache "^2.0.0"
@@ -1605,16 +1609,16 @@ [email protected]:
16051609
require-uncached "^1.0.2"
16061610
shelljs "^0.7.5"
16071611
strip-bom "^3.0.0"
1608-
strip-json-comments "~1.0.1"
1612+
strip-json-comments "~2.0.1"
16091613
table "^3.7.8"
16101614
text-table "~0.2.0"
16111615
user-home "^2.0.0"
16121616

1613-
espree@^3.3.1:
1614-
version "3.3.2"
1615-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.3.2.tgz#dbf3fadeb4ecb4d4778303e50103b3d36c88b89c"
1617+
espree@^3.4.0:
1618+
version "3.4.3"
1619+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.3.tgz#2910b5ccd49ce893c2ffffaab4fd8b3a31b82374"
16161620
dependencies:
1617-
acorn "^4.0.1"
1621+
acorn "^5.0.1"
16181622
acorn-jsx "^3.0.0"
16191623

16201624
esprima@^2.6.0:
@@ -4413,11 +4417,11 @@ strip-bom@^3.0.0:
44134417
version "3.0.0"
44144418
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
44154419

4416-
4420+
[email protected], strip-json-comments@~2.0.1:
44174421
version "2.0.1"
44184422
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
44194423

4420-
strip-json-comments@~1.0.1, strip-json-comments@~1.0.4:
4424+
strip-json-comments@~1.0.4:
44214425
version "1.0.4"
44224426
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
44234427

0 commit comments

Comments
 (0)