diff --git a/package-lock.json b/package-lock.json index f6f05b997..2f61b4b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sinopia_editor", - "version": "3.17.85", + "version": "3.17.86", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sinopia_editor", - "version": "3.17.85", + "version": "3.17.86", "license": "Apache-2.0", "dependencies": { "@aws-amplify/auth": "^4.3.5", @@ -48,6 +48,7 @@ "react-bootstrap-icons": "^1.5.0", "react-bootstrap-typeahead": "^5.2.0", "react-dom": "^17.0.2", + "react-focus-lock": "^2.12.1", "react-helmet-async": "^1.1.2", "react-hot-loader": "^4.13.0", "react-multi-select-component": "^4.3.0", @@ -24635,10 +24636,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-focus-lock": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.12.0.tgz", - "integrity": "sha512-hMtlYKprRcjgY4FKCrNbxmFmMPh14EuvUQebR+iL0yO9bkXCvbx28snApgVS99i3MNsj6+rY/Mg/lYhGtiaGbA==", - "deprecated": "incorrect ESM implementation", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.12.1.tgz", + "integrity": "sha512-lfp8Dve4yJagkHiFrC1bGtib3mF2ktqwPJw4/WGcgPW+pJ/AVQA5X2vI7xgp13FcxFEpYBBHpXai/N2DBNC0Jw==", "dependencies": { "@babel/runtime": "^7.0.0", "focus-lock": "^1.3.5", @@ -47116,9 +47116,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "react-focus-lock": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.12.0.tgz", - "integrity": "sha512-hMtlYKprRcjgY4FKCrNbxmFmMPh14EuvUQebR+iL0yO9bkXCvbx28snApgVS99i3MNsj6+rY/Mg/lYhGtiaGbA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.12.1.tgz", + "integrity": "sha512-lfp8Dve4yJagkHiFrC1bGtib3mF2ktqwPJw4/WGcgPW+pJ/AVQA5X2vI7xgp13FcxFEpYBBHpXai/N2DBNC0Jw==", "requires": { "@babel/runtime": "^7.0.0", "focus-lock": "^1.3.5", diff --git a/package.json b/package.json index 70bd2f304..e4de51af8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "editor", "rdf" ], - "version": "3.17.85", + "version": "3.17.86", "homepage": "http://github.com/LD4P/sinopia_editor/", "repository": { "type": "git",