From 2c812e5596abb6f6aa700b9aa73b475c0a389875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 02:59:59 +0000 Subject: [PATCH] build(deps): bump user-agents from 1.1.163 to 1.1.164 (#2086) Bumps [user-agents](https://github.com/intoli/user-agents) from 1.1.163 to 1.1.164. - [Commits](https://github.com/intoli/user-agents/compare/v1.1.163...v1.1.164) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 944ed083e..8ecd56384 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.1", - "user-agents": "^1.1.163", + "user-agents": "^1.1.164", "uuid": "^9.0.1", "winston": "^3.13.0", "ws": "^8.16.0", @@ -5892,9 +5892,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "node_modules/user-agents": { - "version": "1.1.163", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.163.tgz", - "integrity": "sha512-NvmB1xbdPA1afmDIsqXbdmIw1E4JDuxb7VWmhkOW2rOAC11ck0LjXyrmNH+wizBKWWqFwt4F90uRFVBVHXA8yQ==", + "version": "1.1.164", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.164.tgz", + "integrity": "sha512-on3XJctmXf/r5R3eU9EEuMgEvT56kQgRIalOJZRC+o7it7W4Lh3ccP0ToOGndcGLylhrE2fHL/JNuUfJQwTjsg==", "dependencies": { "lodash.clonedeep": "^4.5.0" } @@ -10414,9 +10414,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "user-agents": { - "version": "1.1.163", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.163.tgz", - "integrity": "sha512-NvmB1xbdPA1afmDIsqXbdmIw1E4JDuxb7VWmhkOW2rOAC11ck0LjXyrmNH+wizBKWWqFwt4F90uRFVBVHXA8yQ==", + "version": "1.1.164", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.164.tgz", + "integrity": "sha512-on3XJctmXf/r5R3eU9EEuMgEvT56kQgRIalOJZRC+o7it7W4Lh3ccP0ToOGndcGLylhrE2fHL/JNuUfJQwTjsg==", "requires": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index 7d58ce7cf..eddaebb37 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "telegraf": "^4.16.3", "toml": "^3.0.0", "twitter-api-v2": "^1.16.1", - "user-agents": "^1.1.163", + "user-agents": "^1.1.164", "uuid": "^9.0.1", "winston": "^3.13.0", "ws": "^8.16.0",