Skip to content

Commit e13355b

Browse files
fix(deps): update mend: high confidence minor and patch dependency updates
1 parent 10c696a commit e13355b

File tree

2 files changed

+44
-46
lines changed

2 files changed

+44
-46
lines changed

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -27,70 +27,70 @@
2727
"watch": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run watch-node\""
2828
},
2929
"dependencies": {
30-
"@types/mongodb": "3.6.5",
31-
"async": "3.2.0",
30+
"@types/mongodb": "3.6.20",
31+
"async": "3.2.6",
3232
"bcrypt-nodejs": "0.0.3",
3333
"bluebird": "3.7.2",
34-
"body-parser": "1.19.0",
35-
"compression": "1.7.4",
34+
"body-parser": "1.20.3",
35+
"compression": "1.8.0",
3636
"connect-mongo": "4.4.0",
37-
"dotenv": "8.2.0",
37+
"dotenv": "8.6.0",
3838
"errorhandler": "1.5.1",
39-
"express": "4.17.1",
39+
"express": "4.21.2",
4040
"express-flash": "0.0.2",
41-
"express-session": "1.17.1",
42-
"express-validator": "6.9.2",
41+
"express-session": "1.18.1",
42+
"express-validator": "6.15.0",
4343
"fbgraph": "1.4.4",
4444
"lodash": "4.17.21",
4545
"lusca": "1.6.1",
46-
"mongoose": "5.11.15",
47-
"nodemailer": "6.4.17",
48-
"passport": "0.4.1",
46+
"mongoose": "5.13.23",
47+
"nodemailer": "6.10.1",
48+
"passport": "0.7.0",
4949
"passport-facebook": "3.0.0",
5050
"passport-local": "1.0.0",
51-
"pug": "3.0.2",
52-
"winston": "3.3.3"
51+
"pug": "3.0.3",
52+
"winston": "3.17.0"
5353
},
5454
"devDependencies": {
55-
"@types/async": "3.2.5",
55+
"@types/async": "3.2.24",
5656
"@types/bcrypt-nodejs": "0.0.31",
57-
"@types/bluebird": "3.5.33",
58-
"@types/body-parser": "1.19.0",
59-
"@types/chai": "4.2.14",
57+
"@types/bluebird": "3.5.42",
58+
"@types/body-parser": "1.19.6",
59+
"@types/chai": "4.3.20",
6060
"@types/compression": "1.7.0",
6161
"@types/concurrently": "5.2.1",
6262
"@types/errorhandler": "1.5.0",
63-
"@types/eslint": "7.2.6",
63+
"@types/eslint": "7.29.0",
6464
"@types/express": "4.17.11",
6565
"@types/express-flash": "0.0.2",
6666
"@types/express-session": "1.17.3",
67-
"@types/jest": "26.0.22",
68-
"@types/jquery": "3.5.5",
69-
"@types/lodash": "4.14.168",
67+
"@types/jest": "26.0.24",
68+
"@types/jquery": "3.5.32",
69+
"@types/lodash": "4.17.20",
7070
"@types/lusca": "1.6.2",
71-
"@types/node": "14.14.25",
72-
"@types/nodemailer": "6.4.0",
73-
"@types/passport": "1.0.5",
74-
"@types/passport-facebook": "2.1.10",
75-
"@types/passport-local": "1.0.33",
76-
"@types/pug": "2.0.4",
77-
"@types/request": "2.48.5",
78-
"@types/request-promise": "4.1.47",
79-
"@types/shelljs": "0.8.8",
80-
"@types/supertest": "2.0.10",
71+
"@types/node": "14.18.63",
72+
"@types/nodemailer": "6.4.17",
73+
"@types/passport": "1.0.17",
74+
"@types/passport-facebook": "2.1.11",
75+
"@types/passport-local": "1.0.38",
76+
"@types/pug": "2.0.10",
77+
"@types/request": "2.48.12",
78+
"@types/request-promise": "4.1.51",
79+
"@types/shelljs": "0.8.17",
80+
"@types/supertest": "2.0.16",
8181
"@types/winston": "2.4.4",
82-
"@typescript-eslint/eslint-plugin": "4.14.2",
83-
"@typescript-eslint/parser": "4.14.2",
84-
"chai": "4.3.0",
85-
"concurrently": "6.0.2",
86-
"eslint": "7.19.0",
82+
"@typescript-eslint/eslint-plugin": "4.33.0",
83+
"@typescript-eslint/parser": "4.33.0",
84+
"chai": "4.5.0",
85+
"concurrently": "6.5.1",
86+
"eslint": "7.32.0",
8787
"jest": "27.0.6",
88-
"nodemon": "2.0.7",
89-
"sass": "1.32.6",
90-
"shelljs": "0.8.4",
91-
"supertest": "6.1.3",
92-
"ts-jest": "26.5.0",
88+
"nodemon": "2.0.22",
89+
"sass": "1.89.2",
90+
"shelljs": "0.10.0",
91+
"supertest": "6.3.4",
92+
"ts-jest": "26.5.6",
9393
"ts-node": "9.1.1",
94-
"typescript": "4.1.3"
94+
"typescript": "4.9.5"
9595
}
9696
}

0 commit comments

Comments
 (0)