Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit f6c2cc8

Browse files
authored
Merge branch 'master' into feature/recaptcha
2 parents 96b3439 + c204b23 commit f6c2cc8

File tree

2 files changed

+116
-113
lines changed

2 files changed

+116
-113
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@google-cloud/storage": "5.1.2",
38+
"@google-cloud/storage": "5.3.0",
3939
"aws-sdk": "2.726.0",
4040
"content-disposition": "0.5.3",
4141
"data-uri-to-buffer": "3.0.1",
@@ -53,7 +53,7 @@
5353
"mustache": "4.0.1",
5454
"node-pg-migrate": "5.5.0",
5555
"nodemailer": "6.4.11",
56-
"pg": "8.3.0",
56+
"pg": "8.3.3",
5757
"redis": "3.0.2",
5858
"uuid": "8.3.0",
5959
"yaml": "1.10.0"
@@ -63,10 +63,10 @@
6363
"@types/mailgun-js": "0.22.10",
6464
"@types/mustache": "4.0.1",
6565
"@types/nodemailer": "6.4.0",
66-
"@types/pg": "7.14.4",
66+
"@types/pg": "7.14.5",
6767
"@types/uuid": "8.3.0",
68-
"@typescript-eslint/eslint-plugin": "3.9.0",
69-
"@typescript-eslint/parser": "3.8.0",
68+
"@typescript-eslint/eslint-plugin": "4.0.0",
69+
"@typescript-eslint/parser": "3.10.1",
7070
"ava": "3.12.1",
7171
"babel-eslint": "10.1.0",
7272
"babel-plugin-transform-export-extensions": "6.22.0",
@@ -84,7 +84,7 @@
8484
"eslint-plugin-node": "11.1.0",
8585
"eslint-plugin-promise": "4.2.1",
8686
"eslint-plugin-standard": "4.0.1",
87-
"faker": "4.1.0",
87+
"faker": "5.1.0",
8888
"get-port": "5.1.1",
8989
"glob": "7.1.6",
9090
"husky": "4.2.5",

0 commit comments

Comments
 (0)