From 94f2302bef655e9e71ccdc04c4c7db984b26a031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:52:51 +0000 Subject: [PATCH] build(deps): bump user-agents from 1.1.241 to 1.1.244 (#2242) Bumps [user-agents](https://github.com/intoli/user-agents) from 1.1.241 to 1.1.244. - [Commits](https://github.com/intoli/user-agents/compare/v1.1.241...v1.1.244) --- 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 201adf5eb..798ab4977 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.241", + "user-agents": "^1.1.244", "uuid": "^10.0.0", "winston": "^3.13.0", "ws": "^8.17.1", @@ -5986,9 +5986,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "node_modules/user-agents": { - "version": "1.1.241", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.241.tgz", - "integrity": "sha512-0oTSiqfW9XnU61sXJBc7TSpgeAq8MIwb4gNbO7xvSzs6/Jyuj58dFXRvtw1qhMkZ7BODln4xvrHWY7tCDvy5+w==", + "version": "1.1.244", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.244.tgz", + "integrity": "sha512-DfkheDeHD6P8iGSXwfWlH9Ol+Siz320EoRDWllgUvrgKiFvoJsSPVhO4vjGj/vAaF9eLgII/a5kAb0P97Obv/w==", "dependencies": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index 2e0a941f4..b77118671 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.241", + "user-agents": "^1.1.244", "uuid": "^10.0.0", "winston": "^3.13.0", "ws": "^8.17.1",