From 56b2d8f30a0412865681cdcae99a14a3e5930865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:45:17 +0000 Subject: [PATCH] Bump ua-parser-js from 0.7.19 to 0.7.24 Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 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.19...0.7.24) 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 a9e4ea1..38f02d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11302,9 +11302,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "ua-parser-js": { - "version": "0.7.19", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.19.tgz", - "integrity": "sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ==" + "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==" }, "uglify-es": { "version": "3.3.9", diff --git a/package.json b/package.json index 99a14e0..2ea160e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-lazyload": "^2.3.0", "react-reveal": "^1.2.2", "styled-components": "^4.1.2", - "ua-parser-js": "^0.7.19" + "ua-parser-js": "^0.7.24" }, "devDependencies": { "@babel/plugin-proposal-decorators": "^7.3.0",