From 1a481f4e4658aab4719be7c79799f3f37d7b6ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 02:51:42 +0000 Subject: [PATCH] --- (#2169) updated-dependencies: - dependency-name: user-agents dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfe0fa7bb..192f27635 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.16.4", - "user-agents": "^1.1.210", + "user-agents": "^1.1.211", "uuid": "^9.0.1", "winston": "^3.13.0", "ws": "^8.17.0", @@ -5820,9 +5820,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "node_modules/user-agents": { - "version": "1.1.210", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.210.tgz", - "integrity": "sha512-+qDrEMsQniaOzCzQW9XEtnx1GnyejsozqIpZ7EU3dxyo9lKtbNOU5Pj2nfM4ZVcXgIIUbCUMtTxMKPhtg2Qt5A==", + "version": "1.1.211", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.211.tgz", + "integrity": "sha512-TZ8HzF2Tr6yOz6QBFCkJo5tu199CcXjLVTaTA5i70jFLCThwjy1ItMXMxXH5ZBQIZE2DsqRJMCFO//fEGJTzVg==", "dependencies": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index 9f52d7cba..b404fddbc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "telegraf": "^4.16.3", "toml": "^3.0.0", "twitter-api-v2": "^1.16.4", - "user-agents": "^1.1.210", + "user-agents": "^1.1.211", "uuid": "^9.0.1", "winston": "^3.13.0", "ws": "^8.17.0",