diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-26 16:03:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-26 16:04:09 +0200 |
commit | 605450a6f716ce73efcc5447d533de490a97d48c (patch) | |
tree | d4099c8894363f4bdcfb0d0e945cd7134c37532c /shared/extra-utils | |
parent | 7c4f8e3b29d4eb8d62d0a2b8904d3ee04a751568 (diff) | |
download | PeerTube-605450a6f716ce73efcc5447d533de490a97d48c.tar.gz PeerTube-605450a6f716ce73efcc5447d533de490a97d48c.tar.zst PeerTube-605450a6f716ce73efcc5447d533de490a97d48c.zip |
Fix dependency security alert
Diffstat (limited to 'shared/extra-utils')
-rw-r--r-- | shared/extra-utils/mock-servers/mock-email.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/mock-servers/mock-email.ts b/shared/extra-utils/mock-servers/mock-email.ts index c13d3dc0f..f646c1621 100644 --- a/shared/extra-utils/mock-servers/mock-email.ts +++ b/shared/extra-utils/mock-servers/mock-email.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { ChildProcess } from 'child_process' | 1 | import { ChildProcess } from 'child_process' |
2 | import MailDev from 'maildev' | 2 | import MailDev from '@peertube/maildev' |
3 | import { randomInt } from '@shared/core-utils' | 3 | import { randomInt } from '@shared/core-utils' |
4 | import { parallelTests } from '../miscs' | 4 | import { parallelTests } from '../miscs' |
5 | 5 | ||