From 59e569fb2481529b0e6205d2827ab133ded8316d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 15:45:50 +0000 Subject: [PATCH] Bump ua-parser-js from 0.7.20 to 0.7.24 in /server Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.24. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.20...0.7.24) Signed-off-by: dependabot[bot] --- server/package-lock.json | 6 +++--- server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index a39ece3..e31e3f2 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1380,9 +1380,9 @@ "dev": true }, "ua-parser-js": { - "version": "0.7.20", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.20.tgz", - "integrity": "sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw==" + "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==" }, "unpipe": { "version": "1.0.0", diff --git a/server/package.json b/server/package.json index c023d5f..992d8c0 100644 --- a/server/package.json +++ b/server/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "express": "^4.17.1", - "ua-parser-js": "^0.7.20", + "ua-parser-js": "^0.7.24", "ws": "^7.1.0" }, "devDependencies": {