Skip to content

Commit

Permalink
chore: update dependecies
Browse files Browse the repository at this point in the history
+ crypto-js@4.1.1
+ dotenv@10.0.0
+ puppeteer@10.2.0
  • Loading branch information
pedrobmarin committed Sep 1, 2021
1 parent 15b5756 commit 61ca882
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 57 deletions.
116 changes: 62 additions & 54 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 @@ -19,11 +19,11 @@
],
"dependencies": {
"axios": "^0.21.1",
"crypto-js": "^4.0.0",
"dotenv": "^8.6.0",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"faker": "^5.5.3",
"generic-pool": "^3.8.2",
"puppeteer": "^8.0.0"
"puppeteer": "^10.2.0"
},
"author": "Pedro Beschorner Marin <pedrobmarin@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 61ca882

Please sign in to comment.