From e49dfc6817fbc0cc88cfa8552a90e0eb46b43e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:59:56 +0000 Subject: [PATCH] build(deps): bump user-agents from 1.1.286 to 1.1.287 (#2345) Bumps [user-agents](https://github.com/intoli/user-agents) from 1.1.286 to 1.1.287. - [Commits](https://github.com/intoli/user-agents/compare/v1.1.286...v1.1.287) --- 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 d2a23b13c..cdfd259ee 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.2", - "user-agents": "^1.1.286", + "user-agents": "^1.1.287", "uuid": "^10.0.0", "winston": "^3.13.1", "ws": "^8.18.0", @@ -5970,9 +5970,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "node_modules/user-agents": { - "version": "1.1.286", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.286.tgz", - "integrity": "sha512-41FuBH2fgNI2SpmoyVT61A2fNaOBZXPvy9j45MOehOH+z0wYLXe6P5SIv+ME5IpT8zQpkUjy2Yrx0ArmHeki9Q==", + "version": "1.1.287", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.287.tgz", + "integrity": "sha512-a/dYDQ1EoWqrrazyFV1qMvuvp8s6uP3BvmGdJA+fViV+cChC0s4Ua8i5TqlIVTGGQ66oZ4Z2YQg9OG5DxczMAA==", "dependencies": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index 5cb023c0c..15460aea7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "telegraf": "^4.16.3", "toml": "^3.0.0", "twitter-api-v2": "^1.17.2", - "user-agents": "^1.1.286", + "user-agents": "^1.1.287", "uuid": "^10.0.0", "winston": "^3.13.1", "ws": "^8.18.0",