From e68d4afe2ab904e35a6d15a2225125969c2557b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 13:17:41 +0000 Subject: [PATCH] Bump search-with-your-keyboard from 1.1.0 to 2.0.0 Bumps [search-with-your-keyboard](https://github.com/electron/search-with-your-keyboard) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/electron/search-with-your-keyboard/releases) - [Commits](https://github.com/electron/search-with-your-keyboard/compare/v1.1.0...v2.0.0) 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 847d8365d320..4dd9b141cc64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21858,9 +21858,9 @@ } }, "search-with-your-keyboard": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/search-with-your-keyboard/-/search-with-your-keyboard-1.1.0.tgz", - "integrity": "sha512-JO/n3vp+EYkrGTxLi+uO2eSV74Ea5i9NLRH00FIX3qjM1CD9puD2sk9ar0klKcmlk8VgJIgnPMgaYqOVyQMTXw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/search-with-your-keyboard/-/search-with-your-keyboard-2.0.0.tgz", + "integrity": "sha512-Ue4AwaacdDvIUJxv7Ip6h4jv21/hSGckM1S7ieIdP2c4DJPzjombaFJGNsmV0wxNjqraXpXERNwqP1sC542ypg==", "requires": { "keycode": "^2.2.0" } diff --git a/package.json b/package.json index 008ddf8da075..0395f2f78043 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "rimraf": "^3.0.0", "sass": "^1.26.3", "sass-loader": "^9.0.2", - "search-with-your-keyboard": "1.1.0", + "search-with-your-keyboard": "2.0.0", "semver": "^5.7.1", "slash": "^3.0.0", "strip-html-comments": "^1.0.0",