chore(deps): use @faker-js/faker (#797) [skip ci]

This commit is contained in:
Simon Lecoq
2022-01-21 02:58:22 +01:00
committed by GitHub
parent 877a76be78
commit ce19ceb715
8 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
//Imports
import fs from "fs/promises"
import axios from "axios"
import faker from "faker"
import faker from "@faker-js/faker"
import paths from "path"
import rss from "rss-parser"
import urls from "url"