diff --git a/package-lock.json b/package-lock.json index 9995a9ed..dd7a8a87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "puppeteer-extra-plugin-stealth": "^2.11.2", "telegraf": "^4.16.3", "toml": "^3.0.0", - "user-agents": "^1.1.383", + "user-agents": "^1.1.384", "uuid": "^11.0.3", "winston": "^3.17.0", "ws": "^8.18.0", @@ -6297,9 +6297,10 @@ "license": "MIT" }, "node_modules/user-agents": { - "version": "1.1.383", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.383.tgz", - "integrity": "sha512-sZfiOxPBwYpLzRra8kWfuv7uC0b0VQe2aBR5tIH4nbVaoE8Lzc9KK6BGbjbyPeqzEwglXvVbTlM4wc/SEDC84w==", + "version": "1.1.384", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.384.tgz", + "integrity": "sha512-5Nikz1/iwnlxEhcnj0VG45ZZ/7wHH6jnRxhs/u9v8mNbFAlsdN+E4fKUEyy1ftDhHfqpPEBIsZsZIUDYdOH2fQ==", + "license": "BSD-2-Clause", "dependencies": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index 60d82c88..8410a2ae 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "puppeteer-extra-plugin-stealth": "^2.11.2", "telegraf": "^4.16.3", "toml": "^3.0.0", - "user-agents": "^1.1.383", + "user-agents": "^1.1.384", "uuid": "^11.0.3", "winston": "^3.17.0", "ws": "^8.18.0",