updated dependencies, user agent string for chrome

This commit is contained in:
ak95 2024-12-03 21:45:55 -08:00
parent dccc943713
commit 0154aeae36
4 changed files with 11127 additions and 6684 deletions

11124
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "vytal", "name": "vytal",
"version": "2.1.8", "version": "2.1.9",
"description": "Spoof your location data and user agent.", "description": "Spoof your location data and user agent.",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
@ -9,7 +9,6 @@
}, },
"scripts": { "scripts": {
"build": "node utils/build.js", "build": "node utils/build.js",
"start": "node utils/webserver.js",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md}'" "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
}, },
"dependencies": { "dependencies": {
@ -52,7 +51,7 @@
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"html-loader": "^3.1.0", "html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"node-sass": "^6.0.1", "sass": "*",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"sass-loader": "^12.4.0", "sass-loader": "^12.4.0",
"source-map-loader": "^3.0.1", "source-map-loader": "^3.0.1",

View file

@ -87,7 +87,7 @@ const userAgents: any = [
{ {
title: 'Chrome - Windows', title: 'Chrome - Windows',
value: 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', platform: 'Win32',
}, },
], ],

6680
yarn.lock

File diff suppressed because it is too large Load diff