From e1e960113acea5a9b0278eee3117f43f8d7c2f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 03:30:21 +0000 Subject: [PATCH] build(deps): bump ua-parser-js from 0.7.24 to 0.7.33 Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.24 to 0.7.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.24...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 986a3961..8e041e9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8475,9 +8475,9 @@ "dev": true }, "ua-parser-js": { - "version": "0.7.24", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.24.tgz", - "integrity": "sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw==" + "version": "0.7.33", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.33.tgz", + "integrity": "sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==" }, "unicode-length": { "version": "1.0.3", diff --git a/package.json b/package.json index fc382e0c..eb681ee0 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "mongodb": "^3.4.1", "node-fetch": "^2.6.7", "redis": "^3.1.1", - "ua-parser-js": "^0.7.24", + "ua-parser-js": "^0.7.33", "winston": "^3.2.1", "yargs": "^12.0.5" },