updated dependencies, user agent string for chrome
This commit is contained in:
parent
dccc943713
commit
0154aeae36
4 changed files with 11127 additions and 6684 deletions
11124
package-lock.json
generated
Normal file
11124
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vytal",
|
||||
"version": "2.1.8",
|
||||
"version": "2.1.9",
|
||||
"description": "Spoof your location data and user agent.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
@ -9,7 +9,6 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "node utils/build.js",
|
||||
"start": "node utils/webserver.js",
|
||||
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -52,7 +51,7 @@
|
|||
"fs-extra": "^10.0.0",
|
||||
"html-loader": "^3.1.0",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"node-sass": "^6.0.1",
|
||||
"sass": "*",
|
||||
"prettier": "^2.5.1",
|
||||
"sass-loader": "^12.4.0",
|
||||
"source-map-loader": "^3.0.1",
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ const userAgents: any = [
|
|||
{
|
||||
title: 'Chrome - Windows',
|
||||
value:
|
||||
'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
|
||||
platform: 'Win32',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue