diff --git a/package-lock.json b/package-lock.json index 10efb08d9..14f7d5ab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "telegraf": "^4.16.3", "toml": "^3.0.0", "twitter-api-v2": "^1.17.1", - "user-agents": "^1.1.230", + "user-agents": "^1.1.231", "uuid": "^9.0.1", "winston": "^3.13.0", "ws": "^8.17.0", @@ -5913,9 +5913,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "node_modules/user-agents": { - "version": "1.1.230", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.230.tgz", - "integrity": "sha512-DK+6AEsv94ZRzQauAw4XiwmaBYVCd3nlLFNtXr2CiCm4DnzjCcANaBJNb9xITcNqptV/skR2RQ876oMtPlaHTw==", + "version": "1.1.231", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.231.tgz", + "integrity": "sha512-/jEW2+iLUpGM1q0W+jdHYNBktebpHDskMytxsde7eWHJiegF8y8AlMlkxQxUEBu569fp1Ngp1pMWTIEnHk59cQ==", "dependencies": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index 29c10e1bd..88f33a9f7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "telegraf": "^4.16.3", "toml": "^3.0.0", "twitter-api-v2": "^1.17.1", - "user-agents": "^1.1.230", + "user-agents": "^1.1.231", "uuid": "^9.0.1", "winston": "^3.13.0", "ws": "^8.17.0",