chore(deps): update faker to v7 (#957)

This commit is contained in:
Simon Lecoq
2022-06-25 03:52:30 +02:00
committed by GitHub
parent 3bcd3979a0
commit cd3d526301
19 changed files with 106 additions and 83 deletions

View File

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