Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomatiasgomez committed Nov 26, 2024
1 parent 0849776 commit 48a9d9a
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 83 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ running `npm install` when installing puppeteer, try running the following to in
CHROME_DRIVER_VERSION=`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`
# Remove existing downloads and binaries so we can start from scratch.
sudo apt-get remove google-chrome-stable
sudo apt remove google-chrome-stable
# Install dependencies.
sudo apt-get update
sudo apt-get install -y unzip openjdk-8-jre-headless xvfb libxi6 libgconf-2-4
sudo apt update
sudo apt install -y unzip openjdk-8-jre-headless xvfb libxi6 libgconf-2-4
# Install Chrome.
sudo curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt-get -y update
sudo apt-get -y install google-chrome-stable
sudo apt -y update
sudo apt -y install google-chrome-stable
```

You can also try installing chromium if using Ubuntu with WSL
Expand Down
149 changes: 75 additions & 74 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"dependencies": {
"async": "^3.2.6",
"express": "^4.21.1",
"google-auth-library": "^9.14.1",
"google-auth-library": "^9.15.0",
"google-spreadsheet": "^4.1.4",
"json-diff": "^1.0.6",
"node-cache": "^5.1.2",
"puppeteer": "^23.4.0",
"puppeteer": "^23.9.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sanitize-filename": "^1.6.3",
"telegram-bot-api": "^2.0.1",
"user-agents": "^1.1.325"
"user-agents": "^1.1.370"
},
"devDependencies": {
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"sinon": "^19.0.2"
},
Expand Down

0 comments on commit 48a9d9a

Please sign in to comment.