Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
+ axios@0.27.2
+ dotenv@16.0.0
+ puppeteer@13.7.0
  • Loading branch information
pedrobmarin committed Apr 29, 2022
1 parent 8d47530 commit 98018b8
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 42 deletions.
128 changes: 89 additions & 39 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"puppeteer"
],
"dependencies": {
"axios": "^0.25.0",
"axios": "^0.27.2",
"crypto-js": "^4.1.1",
"dotenv": "^14.3.2",
"dotenv": "^16.0.0",
"faker": "^5.5.3",
"generic-pool": "^3.8.2",
"puppeteer": "^13.1.2"
"puppeteer": "^13.7.0"
},
"author": "Pedro Beschorner Marin <pedrobmarin@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 98018b8

Please sign in to comment.