Skip to content

Commit 57cd874

Browse files
committed
upgrade sequelize
1 parent 0ff80c6 commit 57cd874

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

Diff for: lib/auth/email/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Router} from "express";
22
import * as passport from "passport";
3-
import * as validator from "validator";
3+
import validator from "validator";
44
import {Strategy as LocalStrategy} from 'passport-local';
55

66
import * as config from '../../config';

Diff for: package-lock.json

+13-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"readline-sync": "~1.4.7",
9696
"request": "~2.88.0",
9797
"scrypt-kdf": "^2.0.1",
98-
"sequelize": "5.21.3",
99-
"sequelize-cli": "~5.5.1",
98+
"sequelize": "5.22.4",
99+
"sequelize-cli": "5.5.1",
100100
"shortid": "~2.2.14",
101101
"socket.io": "~2.2.0",
102102
"toobusy-js": "~0.5.1",
@@ -118,6 +118,7 @@
118118
"@types/node": "~12.20.15",
119119
"@types/passport-google-oauth20": "^2.0.8",
120120
"@types/qs": "^6.9.6",
121+
"@types/validator": "^13.1.4",
121122
"@typescript-eslint/eslint-plugin": "^4.26.1",
122123
"@typescript-eslint/parser": "^4.26.1",
123124
"acorn": "~6.1.1",

0 commit comments

Comments
 (0)