Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit f07817b

Browse files
committed
update package.json deps to eliminate vulnerability warning
Fixes #1001
1 parent fe635ea commit f07817b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"url": "https://github.com/ibm-functions/shell/issues/new"
2828
},
2929
"devDependencies": {
30-
"electron": "~2.0.1",
30+
"electron": "~2.0.2",
3131
"nyc": "^11.3.0"
3232
},
3333
"dependencies": {
3434
"about-window": "^1.11.0",
35-
"adm-zip": "^0.4.7",
36-
"colors": "^1.2.1",
35+
"adm-zip": "^0.4.11",
36+
"colors": "^1.3.0",
3737
"columnify": "^1.5.4",
3838
"debug": "^3.1.0",
3939
"electron-editor-context-menu": "^1.1.1",
@@ -44,7 +44,7 @@
4444
"js-beautify": "1.7.5",
4545
"jsome": "^2.5.0",
4646
"opn": "^5.3.0",
47-
"pretty-ms": "^3.1.0",
47+
"pretty-ms": "^3.2.0",
4848
"yargs-parser": "^9.0.2"
4949
},
5050
"optionalDependencies": {

app/plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"parse-duration": "^0.1.1",
2222
"promise-retry": "^1.1.1",
2323
"properties-parser": "^0.3.1",
24-
"request": "^2.85.0",
24+
"request": "^2.87.0",
2525
"request-promise": "^4.2.1",
26-
"shelljs": "^0.8.1",
26+
"shelljs": "^0.8.2",
2727
"tmp": "0.0.33"
2828
}
2929
}

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"openwhisk": "git://github.com/starpit/openwhisk-client-js.git#add_client_timeout3",
3131
"promise-retry": "^1.1.1",
3232
"properties-parser": "^0.3.1",
33-
"request": "^2.85.0",
33+
"request": "^2.87.0",
3434
"request-promise": "^4.2.2",
35-
"codecov": "^3.0.0",
35+
"codecov": "^3.0.2",
3636
"del": "^3.0.0",
3737
"nyc": "^11.3.0",
3838
"spectron": "^3.8.0"

0 commit comments

Comments
 (0)