Skip to content

Commit

Permalink
Merge pull request #39 from pedrobmarin/c-ud
Browse files Browse the repository at this point in the history
chore: replace dependency
  • Loading branch information
prlanzarin authored May 6, 2022
2 parents a41c4f2 + ef2c6d3 commit 5a67052
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const faker = require('faker');
const { faker } = require('@faker-js/faker');
const conf = require('./conf');
const logger = require('./logger');
const api = require('./api');
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"puppeteer"
],
"dependencies": {
"@faker-js/faker": "^6.3.1",
"axios": "^0.27.2",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"faker": "^5.5.3",
"generic-pool": "^3.8.2",
"puppeteer": "^13.7.0"
},
Expand Down

0 comments on commit 5a67052

Please sign in to comment.