xvideosx 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xvideosx",
3
3
  "description": "xvideos.com api implementation.",
4
- "version": "1.4.1",
4
+ "version": "1.4.2",
5
5
  "main": "index.js",
6
6
  "license": "BSD-3-Clause",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "axios": "^0.21.4",
28
28
  "cheerio": "^1.0.0-rc.10",
29
- "puppeteer": "^8.0.0"
29
+ "puppeteer": "^22.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "chai": "^4.3.4",