Skip to content

Commit 3956883

Browse files
committed
Update packages
1 parent d679050 commit 3956883

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.all.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-rc.9",
2+
"version": "1.0.0-rc.10",
33
"license": "Apache-2.0",
44
"author": "Martin Danielsson",
55
"description": "Base package for the portal; contains all package dependencies to speed up Docker build.",
@@ -24,7 +24,7 @@
2424
"highlight.js": "9.3.0",
2525
"jade": "1.11.0",
2626
"jquery": "3.4.1",
27-
"js-yaml": "3.13.0",
27+
"js-yaml": "3.13.1",
2828
"jsgrid": "1.5.3",
2929
"json-stringify-safe": "5.0.1",
3030
"jsonwebtoken": "5.7.0",
@@ -35,7 +35,7 @@
3535
"mustache": "2.2.1",
3636
"ncp": "2.0.0",
3737
"nocache": "^2.0.0",
38-
"node-uuid": "1.4.7",
38+
"node-uuid": "1.4.8",
3939
"nodemailer": "4.6.8",
4040
"openid-client": "2.5.0",
4141
"passport": "0.3.2",
@@ -44,7 +44,7 @@
4444
"passport-google-oauth20": "1.0.0",
4545
"passport-oauth": "1.0.0",
4646
"passport-twitter": "1.0.4",
47-
"pg": "7.4.3",
47+
"pg": "7.12.1",
4848
"portal-env": "file:../portal-env.tgz",
4949
"prom-client": "11.1.1",
5050
"redis": "2.8.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Base package for the portal; contains all package dependencies to speed up Docker build.",
66
"dependencies": {
77
"containerized": "1.0.2",
8-
"node-uuid": "1.4.7",
8+
"node-uuid": "1.4.8",
99
"prom-client": "11.1.1",
1010
"request": "2.88.0",
1111
"winston": "3.2.1"

0 commit comments

Comments
 (0)