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",