From 48f4b1782c234a24143edcbae2c40c8f3f2e2dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 02:21:32 +0000 Subject: [PATCH] build(deps): bump user-agents from 1.1.127 to 1.1.128 (#2022) Bumps [user-agents](https://github.com/intoli/user-agents) from 1.1.127 to 1.1.128. - [Commits](https://github.com/intoli/user-agents/compare/v1.1.127...v1.1.128) --- 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 6ec74d4c4..a02710379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "telegraf": "^4.16.2", "toml": "^3.0.0", "twitter-api-v2": "^1.16.0", - "user-agents": "^1.1.127", + "user-agents": "^1.1.128", "uuid": "^9.0.1", "winston": "^3.11.0", "ws": "^8.16.0", @@ -5920,9 +5920,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "node_modules/user-agents": { - "version": "1.1.127", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.127.tgz", - "integrity": "sha512-5Q8D5FuFaEgi+la89nZXc92zJoCLAeV+trvcJH1YaEzcmT7/vIlDsiaMcQzMxVBCHBakbGNr2eZdgHaNHCI6zA==", + "version": "1.1.128", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.128.tgz", + "integrity": "sha512-aiNT5C1UyZmBW6uHJZ94u6bdF7PdM4cUHgBF/XBnHA0BUbuj0KuRSEGD5dt8U6N23bLjokitPyQ8EnRU8NX3mg==", "dependencies": { "lodash.clonedeep": "^4.5.0" } @@ -10485,9 +10485,9 @@ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "user-agents": { - "version": "1.1.127", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.127.tgz", - "integrity": "sha512-5Q8D5FuFaEgi+la89nZXc92zJoCLAeV+trvcJH1YaEzcmT7/vIlDsiaMcQzMxVBCHBakbGNr2eZdgHaNHCI6zA==", + "version": "1.1.128", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.128.tgz", + "integrity": "sha512-aiNT5C1UyZmBW6uHJZ94u6bdF7PdM4cUHgBF/XBnHA0BUbuj0KuRSEGD5dt8U6N23bLjokitPyQ8EnRU8NX3mg==", "requires": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index e2e5554d6..3407fa9bf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "telegraf": "^4.16.2", "toml": "^3.0.0", "twitter-api-v2": "^1.16.0", - "user-agents": "^1.1.127", + "user-agents": "^1.1.128", "uuid": "^9.0.1", "winston": "^3.11.0", "ws": "^8.16.0",