From 6840a8a06f418bfc59aae0f1078b1280903866e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 23:12:52 +0000 Subject: [PATCH] Bump ua-parser-js from 0.7.21 to 0.7.33 in /serve-benchmark Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 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.21...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- serve-benchmark/package-lock.json | 6 +++--- serve-benchmark/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/serve-benchmark/package-lock.json b/serve-benchmark/package-lock.json index 671d891..a970975 100644 --- a/serve-benchmark/package-lock.json +++ b/serve-benchmark/package-lock.json @@ -12598,9 +12598,9 @@ "integrity": "sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==" }, "ua-parser-js": { - "version": "0.7.21", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz", - "integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==" + "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-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/serve-benchmark/package.json b/serve-benchmark/package.json index e38a63f..938522b 100644 --- a/serve-benchmark/package.json +++ b/serve-benchmark/package.json @@ -16,7 +16,7 @@ "serve": "^11.1.0", "stats.js": "^0.17.0", "typescript": "3.6.2", - "ua-parser-js": "^0.7.21" + "ua-parser-js": "^0.7.33" }, "scripts": { "debug": "react-scripts start",