diff --git a/package-lock.json b/package-lock.json index 475cc331..60b9d4ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bowser": "^1.9.4", "d3": "^3.5.6", "focus-trap-react": "^3.1.4", - "keycode": "^2.1.8", + "keycode": "^2.2.1", "lodash": "^4.17.21", "moment": "^2.29.3", "moment-timezone": "^0.5.31", @@ -8738,9 +8738,9 @@ } }, "node_modules/keycode": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz", - "integrity": "sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ=" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.1.tgz", + "integrity": "sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg==" }, "node_modules/kind-of": { "version": "6.0.3", @@ -20085,9 +20085,9 @@ } }, "keycode": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz", - "integrity": "sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ=" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.1.tgz", + "integrity": "sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg==" }, "kind-of": { "version": "6.0.3", diff --git a/package.json b/package.json index a3e7497d..b92e8d93 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "bowser": "^1.9.4", "d3": "^3.5.6", "focus-trap-react": "^3.1.4", - "keycode": "^2.1.8", + "keycode": "^2.2.1", "lodash": "^4.17.21", "moment": "^2.29.3", "moment-timezone": "^0.5.31",