Skip to content

Commit e18ff60

Browse files
authored
Merge pull request #772 from Countly/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 58b32df + 87fed00 commit e18ff60

File tree

11 files changed

+174
-128
lines changed

11 files changed

+174
-128
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Also, you are encouraged to read an extended contribution section on [how to con
153153
[![4](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/images/4)](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/links/4)
154154
[![5](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/images/5)](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/links/5)
155155
[![6](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/images/6)](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/links/6)
156-
[![7](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/images/7)](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/links/7)
156+
[![7](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/images/7)](https://sourcerer.io/fame/ar2rsawseen/Countly/countly-server/links/7) [![Greenkeeper badge](https://badges.greenkeeper.io/Countly/countly-server.svg)](https://greenkeeper.io/)
157157

158158
## Badges
159159

bin/scripts/device_list/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
},
2424
"homepage": "https://count.ly/",
2525
"dependencies": {
26-
"csvtojson": "^1.1.9"
26+
"csvtojson": "^2.0.8"
2727
}
2828
}

greenkeeper.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"groups": {
3+
"default": {
4+
"packages": [
5+
"bin/scripts/device_list/package.json",
6+
"package.json",
7+
"plugins/EChartMap/package.json",
8+
"plugins/alerts/package.json",
9+
"plugins/assistant/package.json",
10+
"plugins/browser/package.json",
11+
"plugins/compare/package.json",
12+
"plugins/compliance-hub/package.json",
13+
"plugins/crashes/package.json",
14+
"plugins/data_migration/package.json",
15+
"plugins/dbviewer/package.json",
16+
"plugins/density/package.json",
17+
"plugins/desktop/package.json",
18+
"plugins/empty/package.json",
19+
"plugins/enterpriseinfo/package.json",
20+
"plugins/errorlogs/package.json",
21+
"plugins/idfa_fix/package.json",
22+
"plugins/locale/package.json",
23+
"plugins/logger/package.json",
24+
"plugins/mobile/package.json",
25+
"plugins/onboarding/package.json",
26+
"plugins/plugin-upload/package.json",
27+
"plugins/plugins/package.json",
28+
"plugins/populator/package.json",
29+
"plugins/push/api/parts/apn/package.json",
30+
"plugins/push/package.json",
31+
"plugins/reports/package.json",
32+
"plugins/server-stats/package.json",
33+
"plugins/slipping-away-users/package.json",
34+
"plugins/sources/package.json",
35+
"plugins/star-rating/package.json",
36+
"plugins/system-utility/package.json",
37+
"plugins/systemlogs/package.json",
38+
"plugins/times-of-day/package.json",
39+
"plugins/updates/package.json",
40+
"plugins/video-intelligence-monetization/package.json",
41+
"plugins/views/package.json",
42+
"plugins/web/package.json"
43+
]
44+
}
45+
}
46+
}

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,26 @@
4343
"cookie-parser": "1.4.3",
4444
"countly-sdk-web": "18.11.x",
4545
"csurf": "1.9.0",
46-
"docdash": "1.0.0",
46+
"docdash": "1.0.1",
4747
"ejs": "2.6.1",
4848
"errorhandler": "1.5.0",
4949
"express": "4.16.4",
5050
"express-session": "1.15.6",
5151
"external-ip": "2.1.1",
5252
"formidable": "1.2.1",
5353
"fs.extra": "^1.3.2",
54-
"geoip-lite": "1.3.4",
55-
"jimp": "0.5.6",
54+
"geoip-lite": "1.3.5",
55+
"jimp": "0.6.0",
5656
"jsdoc": "3.5.5",
57-
"json2csv": "4.3.1",
57+
"json2csv": "4.3.2",
5858
"json2xls": "^0.1.2",
59-
"kerberos": "~0.0",
59+
"kerberos": "~1.1.2",
6060
"later": "^1.1.6",
6161
"mcc-mnc-list": "1.0.80",
6262
"method-override": "3.0.0",
63-
"moment": "2.22.2",
63+
"moment": "2.23.0",
6464
"moment-timezone": "0.5.23",
65-
"mongodb": "3.1.1",
65+
"mongodb": "3.1.10",
6666
"mongoskin": "github:ar2rsawseen/node-mongoskin",
6767
"nginx-conf": "^1.4.0",
6868
"nodemailer": "4.7.0",
@@ -72,7 +72,7 @@
7272
"nodemailer-smtp-transport": "2.7.4",
7373
"offline-geocoder": "github:iartem/offline-geocoder",
7474
"properties-parser": "0.3.1",
75-
"puppeteer": "1.10.0",
75+
"puppeteer": "1.11.0",
7676
"request": "2.88.0",
7777
"time": "0.12.0",
7878
"underscore": "1.9.1",

plugins/assistant/package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/assistant/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"assistant"
2222
],
2323
"dependencies": {
24-
"rss-parser": "2.5.2"
24+
"rss-parser": "3.6.0"
2525
},
2626
"private": true
2727
}

plugins/data_migration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"migration"
2121
],
2222
"dependencies": {
23-
"fs-extra": "^4.0.2"
23+
"fs-extra": "^7.0.1"
2424
},
2525
"private": true
2626
}

0 commit comments

Comments
 (0)