From ef35eabb682d9a4418676efe03470031f62f1949 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2019 06:33:08 +0000 Subject: [PATCH] Bump bowser from 1.9.4 to 2.5.0 Bumps [bowser](https://github.com/lancedikson/bowser) from 1.9.4 to 2.5.0. - [Release notes](https://github.com/lancedikson/bowser/releases) - [Changelog](https://github.com/lancedikson/bowser/blob/master/CHANGELOG.md) - [Commits](https://github.com/lancedikson/bowser/compare/1.9.4...2.5.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c0c5021..46773c7 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "prepublish": "npm run build" }, "dependencies": { - "bowser": "^1.9.3" + "bowser": "^2.5.0" } } diff --git a/yarn.lock b/yarn.lock index 02f0a4f..a9696af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2002,10 +2002,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -bowser@^1.9.3: - version "1.9.4" - resolved "https://registry.yarnpkg.com/bowser/-/bowser-1.9.4.tgz#890c58a2813a9d3243704334fa81b96a5c150c9a" - integrity sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ== +bowser@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.5.0.tgz#5f5c55a88f8492f113781a3d94f61ec79defaa0c" + integrity sha512-zPUvjaPu+JPklFYj3PhgFbPRr8WpuCbRQxp7mJ0VahxI2x4ownOtcmLQ7fTX7xOZKqakZkFI5Tob3Dn9B+PyJQ== brace-expansion@^1.1.7: version "1.1.11"