From 6840da5c0272367f008e6dd367d9f9d908131f61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 07:46:29 +0000 Subject: [PATCH] chore: Update dependency user-agents to v1.1.129 --- 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 233ee82b..ac979dc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "soap": "1.0.0", "socks-proxy-agent": "8.0.2", "swagger-ui-express": "5.0.0", - "user-agents": "1.1.126", + "user-agents": "1.1.129", "uuid": "9.0.1" }, "devDependencies": { @@ -14142,9 +14142,9 @@ } }, "node_modules/user-agents": { - "version": "1.1.126", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.126.tgz", - "integrity": "sha512-3LctF4YmFCuFLc9iDMWnItMJ4sgqLHNxZmnE8rjnwdopRWyCz7yQuE3C6TXfIZfI2VzHsYxh2jaLHPqMPYnGFQ==", + "version": "1.1.129", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.129.tgz", + "integrity": "sha512-BlOtgTOTAMPitXLpPuuS4zrIgjAhnjcVUnPu0KO8VfYghcRYLa+dhm3uvBwlQh+mZElbfliuP3hdxrse3N2Low==", "dependencies": { "lodash.clonedeep": "^4.5.0" } @@ -24852,9 +24852,9 @@ } }, "user-agents": { - "version": "1.1.126", - "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.126.tgz", - "integrity": "sha512-3LctF4YmFCuFLc9iDMWnItMJ4sgqLHNxZmnE8rjnwdopRWyCz7yQuE3C6TXfIZfI2VzHsYxh2jaLHPqMPYnGFQ==", + "version": "1.1.129", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.129.tgz", + "integrity": "sha512-BlOtgTOTAMPitXLpPuuS4zrIgjAhnjcVUnPu0KO8VfYghcRYLa+dhm3uvBwlQh+mZElbfliuP3hdxrse3N2Low==", "requires": { "lodash.clonedeep": "^4.5.0" } diff --git a/package.json b/package.json index d0d4b480..c7ba34b4 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "soap": "1.0.0", "socks-proxy-agent": "8.0.2", "swagger-ui-express": "5.0.0", - "user-agents": "1.1.126", + "user-agents": "1.1.129", "uuid": "9.0.1" }, "devDependencies": {