mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 19:10:57 -05:00
fix(deps): pin dependency passport-custom to 1.1.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
2bc1866746
commit
6947c9ae8d
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@
|
||||||
"nest-router": "1.0.9",
|
"nest-router": "1.0.9",
|
||||||
"node-fetch": "2.6.7",
|
"node-fetch": "2.6.7",
|
||||||
"passport": "0.6.0",
|
"passport": "0.6.0",
|
||||||
"passport-custom": "^1.1.1",
|
"passport-custom": "1.1.1",
|
||||||
"passport-http-bearer": "1.0.1",
|
"passport-http-bearer": "1.0.1",
|
||||||
"passport-local": "1.0.0",
|
"passport-local": "1.0.0",
|
||||||
"pg": "8.7.3",
|
"pg": "8.7.3",
|
||||||
|
|
|
@ -5322,7 +5322,7 @@ __metadata:
|
||||||
nest-router: 1.0.9
|
nest-router: 1.0.9
|
||||||
node-fetch: 2.6.7
|
node-fetch: 2.6.7
|
||||||
passport: 0.6.0
|
passport: 0.6.0
|
||||||
passport-custom: ^1.1.1
|
passport-custom: 1.1.1
|
||||||
passport-http-bearer: 1.0.1
|
passport-http-bearer: 1.0.1
|
||||||
passport-local: 1.0.0
|
passport-local: 1.0.0
|
||||||
pg: 8.7.3
|
pg: 8.7.3
|
||||||
|
@ -7642,7 +7642,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"passport-custom@npm:^1.1.1":
|
"passport-custom@npm:1.1.1":
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
resolution: "passport-custom@npm:1.1.1"
|
resolution: "passport-custom@npm:1.1.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue