Skip to content

Commit 5a6a5c0

Browse files
Update client and server packages to clear all vulnerabilities
1 parent 32b2a3f commit 5a6a5c0

File tree

2 files changed

+36
-23
lines changed

2 files changed

+36
-23
lines changed

client/package.json

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,24 @@
66
"@fortawesome/fontawesome": "^1.1.8",
77
"@fortawesome/fontawesome-free-solid": "^5.0.13",
88
"@fortawesome/react-fontawesome": "0.0.19",
9+
"acorn": "^6.0.0",
910
"axios": "^0.18.0",
10-
"bootstrap": "^4.1.3",
11+
"bootstrap": "^4.3.1",
1112
"flux": "^3.1.3",
12-
"history": "^4.7.2",
13+
"history": "^4.9.0",
1314
"http-proxy-middleware": "^0.19.1",
15+
"jquery": "^3.3.1",
1416
"jwt-decode": "^2.2.0",
15-
"prop-types": "^15.6.2",
16-
"react": "^16.6.1",
17-
"react-confirm-alert": "^2.0.6",
18-
"react-dom": "^16.6.1",
17+
"prop-types": "^15.7.2",
18+
"react": "^16.8.5",
19+
"react-confirm-alert": "^2.4.0",
20+
"react-dom": "^16.8.5",
1921
"react-flash-message": "^1.0.2",
20-
"react-router": "^4.3.1",
21-
"react-router-dom": "^4.3.1",
22-
"react-scripts": "1.1.4",
23-
"reactstrap": "^6.5.0"
22+
"react-router": "^5.0.0",
23+
"react-router-dom": "^5.0.0",
24+
"react-scripts": "next",
25+
"reactstrap": "^7.1.0",
26+
"typescript": "*"
2427
},
2528
"scripts": {
2629
"start": "react-scripts start",
@@ -30,8 +33,18 @@
3033
},
3134
"proxy": "http://server:5000/",
3235
"devDependencies": {
33-
"eslint": "^4.19.1",
34-
"eslint-plugin-react": "^7.11.1",
35-
"prettier": "1.12.1"
36+
"prettier": "1.16.4"
37+
},
38+
"browserslist": {
39+
"production": [
40+
">0.2%",
41+
"not dead",
42+
"not op_mini all"
43+
],
44+
"development": [
45+
"last 1 chrome version",
46+
"last 1 firefox version",
47+
"last 1 safari version"
48+
]
3649
}
3750
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"bcrypt-nodejs": "0.0.3",
1515
"body-parser": "^1.18.3",
1616
"concurrently": "^4.1.0",
17-
"cookie-parser": "~1.4.3",
18-
"debug": "~2.6.9",
19-
"dotenv": "^6.2.0",
17+
"cookie-parser": "~1.4.4",
18+
"debug": "~4.1.1",
19+
"dotenv": "^7.0.0",
2020
"express": "^4.16.4",
21-
"http-errors": "~1.6.2",
22-
"jade": "~1.11.0",
23-
"jsonwebtoken": "^8.3.0",
24-
"mongoose": "^5.3.11",
21+
"http-errors": "~1.7.2",
22+
"pug": "~2.0.3",
23+
"jsonwebtoken": "^8.5.1",
24+
"mongoose": "^5.4.20",
2525
"morgan": "^1.9.1",
2626
"passport": "^0.4.0",
2727
"passport-jwt": "^4.0.0",
2828
"passport-local": "^1.0.0"
2929
},
3030
"devDependencies": {
31-
"nodemon": "^1.18.6"
31+
"nodemon": "^1.18.10"
3232
},
3333
"engines": {
34-
"node": "11.8.0",
35-
"npm": "6.7.0"
34+
"node": "11.12.0",
35+
"npm": "6.9.0"
3636
}
3737
}

0 commit comments

Comments
 (0)