deepak191z commited on
Commit
edefa9f
·
verified ·
1 Parent(s): f55497a

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +5 -4
package.json CHANGED
@@ -9,9 +9,10 @@
9
  },
10
  "dependencies": {
11
  "fastify": "^4.0.0",
12
- "fs": "0.0.1-security",
13
- "playwright-extra": "^4.0.0",
14
- "puppeteer-extra-plugin-stealth": "^2.11.1"
15
-
 
16
  }
17
  }
 
9
  },
10
  "dependencies": {
11
  "fastify": "^4.0.0",
12
+ "fs": "latest",
13
+ "playwright": "^1.41.0",
14
+ "playwright-extra": "latest",
15
+ "puppeteer-extra-plugin-stealth": "latest"
16
+
17
  }
18
  }