diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-28 16:03:39 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-28 16:21:34 +0100 |
commit | bdd428a6d9138d751f8cde82867022a93f1a76cc (patch) | |
tree | c2b671c3d6a34daddd20e30656f573cf59905f13 /server/tools/peertube-repl.ts | |
parent | 9d94e5d7b96332d628ed835c67c2986289ead9b2 (diff) | |
download | PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.tar.gz PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.tar.zst PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.zip |
Update dependencies
Diffstat (limited to 'server/tools/peertube-repl.ts')
-rw-r--r-- | server/tools/peertube-repl.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/tools/peertube-repl.ts b/server/tools/peertube-repl.ts index 7c936ae0d..ecbba8b0b 100644 --- a/server/tools/peertube-repl.ts +++ b/server/tools/peertube-repl.ts | |||
@@ -2,10 +2,7 @@ import { registerTSPaths } from '../helpers/register-ts-paths' | |||
2 | import * as repl from 'repl' | 2 | import * as repl from 'repl' |
3 | import * as path from 'path' | 3 | import * as path from 'path' |
4 | import * as _ from 'lodash' | 4 | import * as _ from 'lodash' |
5 | import * as uuidv1 from 'uuid/v1' | 5 | import { uuidv1, uuidv3, uuidv4, uuidv5 } from 'uuid' |
6 | import * as uuidv3 from 'uuid/v3' | ||
7 | import * as uuidv4 from 'uuid/v4' | ||
8 | import * as uuidv5 from 'uuid/v5' | ||
9 | import * as Sequelize from 'sequelize' | 6 | import * as Sequelize from 'sequelize' |
10 | import * as YoutubeDL from 'youtube-dl' | 7 | import * as YoutubeDL from 'youtube-dl' |
11 | 8 | ||