diff --git a/package-lock.json b/package-lock.json index f764ceaf..02d18822 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "base5-ui", - "version": "14.11.0", + "version": "14.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "base5-ui", - "version": "14.11.0", + "version": "14.12.1", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.5", @@ -15,7 +15,7 @@ "classnames": "^2.3.1", "color2k": "^2.0.0", "focus-visible": "^5.2.0", - "focusable-selectors": "^0.3.1", + "focusable-selectors": "^0.8.0", "popper-max-size-modifier": "^0.2.0", "react-focus-lock": "^2.8.1", "react-merge-refs": "^1.1.0", @@ -14257,9 +14257,9 @@ "integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==" }, "node_modules/focusable-selectors": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.3.1.tgz", - "integrity": "sha512-5JLtr0e1YJIfmnVlpLiG+av07dd0Xkf/KfswsXcei5KmLfdwOysTQsjF058ynXniujb1fvev7nql1x+CkC5ikw==" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.8.0.tgz", + "integrity": "sha512-lKyq/Cth8mTEzJk2CLHLdMDYl2zmMicQflfrUMs0CZ3Boc5Ca/63d7z+GgKV3nKm79KqrPtCWrwTdoV9RTjVCA==" }, "node_modules/for-in": { "version": "1.0.2", @@ -40914,9 +40914,9 @@ "integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==" }, "focusable-selectors": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.3.1.tgz", - "integrity": "sha512-5JLtr0e1YJIfmnVlpLiG+av07dd0Xkf/KfswsXcei5KmLfdwOysTQsjF058ynXniujb1fvev7nql1x+CkC5ikw==" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.8.0.tgz", + "integrity": "sha512-lKyq/Cth8mTEzJk2CLHLdMDYl2zmMicQflfrUMs0CZ3Boc5Ca/63d7z+GgKV3nKm79KqrPtCWrwTdoV9RTjVCA==" }, "for-in": { "version": "1.0.2", diff --git a/package.json b/package.json index 717120de..b072fb36 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "classnames": "^2.3.1", "color2k": "^2.0.0", "focus-visible": "^5.2.0", - "focusable-selectors": "^0.3.1", + "focusable-selectors": "^0.8.0", "popper-max-size-modifier": "^0.2.0", "react-focus-lock": "^2.8.1", "react-merge-refs": "^1.1.0",