From eb14615d978636a138c1a7da90a8d92e7bb0fa6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:11:24 +0000 Subject: [PATCH] Bump ua-parser-js from 0.7.19 to 0.7.28 Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.19...0.7.28) Signed-off-by: dependabot-preview[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 9a93307..8a63e9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9305,9 +9305,9 @@ } }, "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.28", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.28.tgz", + "integrity": "sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==" }, "uid2": { "version": "0.0.3", diff --git a/package.json b/package.json index c3d6c6d..5115ccd 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "microfeedback-core": "^3.0.0", "mustache": "^3.2.1", "truncate": "^2.1.0", - "ua-parser-js": "^0.7.19" + "ua-parser-js": "^0.7.28" }, "xo": { "space": true,