From b322ada5b674ebc2591d663a018467a6a992d853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 16:42:46 +0000 Subject: [PATCH] Bump ua-parser-js from 0.7.20 to 0.7.24 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] --- 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 5eaf7fb..9f046f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12714,9 +12714,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "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==" }, "uglify-js": { "version": "3.7.3", diff --git a/package.json b/package.json index ed9afda..a1ef088 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "slug": "^0.9.1", "stripe": "^6.36.0", "theme": "file:theme", - "ua-parser-js": "^0.7.20", + "ua-parser-js": "^0.7.24", "vamshop-client": "^0.36.0", "webpack": "^4.39.3", "webpack-cli": "^3.3.8",