diff --git a/package-lock.json b/package-lock.json index 96554baf..8c7dfb75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "a11y-dialog": "^7.5.2", + "a11y-dialog": "^8.1.5", "blingdotjs": "gist:7d867cda127e64d38f28" }, "devDependencies": { @@ -1904,11 +1904,11 @@ "dev": true }, "node_modules/a11y-dialog": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-7.5.2.tgz", - "integrity": "sha512-zfWtVvrbGbP3AFnEJ1aJFtu7GvedgjOEKbkyEUSeaNWDzmFJk9O5nuolDQrRDyRDE5fqSJRiBJtD5bUYKveoUg==", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-8.1.5.tgz", + "integrity": "sha512-SlFk3QSqeuvmN/anaIteUkB6ipBHoG1jq5gfQZU2kqvbkDW3Iab7SNufj4io4e8StvuIshD+loJnsQgTEvq6dA==", "dependencies": { - "focusable-selectors": "^0.4.0" + "focusable-selectors": "^0.8.0" } }, "node_modules/abab": { @@ -3586,9 +3586,9 @@ } }, "node_modules/focusable-selectors": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.4.0.tgz", - "integrity": "sha512-tc/236hUU3xemsRLu1RKhRQ5UWHjRM9iJTli1zdac43h7b1biRSgG0mILM0qrcsKaGCHcOPJ6NKbk12ouKHLpw==" + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.8.4.tgz", + "integrity": "sha512-0XxbkD0KhOnX10qmnfF9U8DkDD8N/e4M77wMYw2Itoi4vdcoRjSkqXLZFIzkrLIOxzmzCGy88fNG1EbeXMD/zw==" }, "node_modules/forever-agent": { "version": "0.6.1", @@ -9562,11 +9562,11 @@ "dev": true }, "a11y-dialog": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-7.5.2.tgz", - "integrity": "sha512-zfWtVvrbGbP3AFnEJ1aJFtu7GvedgjOEKbkyEUSeaNWDzmFJk9O5nuolDQrRDyRDE5fqSJRiBJtD5bUYKveoUg==", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-8.1.5.tgz", + "integrity": "sha512-SlFk3QSqeuvmN/anaIteUkB6ipBHoG1jq5gfQZU2kqvbkDW3Iab7SNufj4io4e8StvuIshD+loJnsQgTEvq6dA==", "requires": { - "focusable-selectors": "^0.4.0" + "focusable-selectors": "^0.8.0" } }, "abab": { @@ -10862,9 +10862,9 @@ } }, "focusable-selectors": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.4.0.tgz", - "integrity": "sha512-tc/236hUU3xemsRLu1RKhRQ5UWHjRM9iJTli1zdac43h7b1biRSgG0mILM0qrcsKaGCHcOPJ6NKbk12ouKHLpw==" + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.8.4.tgz", + "integrity": "sha512-0XxbkD0KhOnX10qmnfF9U8DkDD8N/e4M77wMYw2Itoi4vdcoRjSkqXLZFIzkrLIOxzmzCGy88fNG1EbeXMD/zw==" }, "forever-agent": { "version": "0.6.1", diff --git a/package.json b/package.json index 9c4de698..a08d36b1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "start": "npm run build && npm run watch" }, "dependencies": { - "a11y-dialog": "^7.5.2", + "a11y-dialog": "^8.1.5", "blingdotjs": "gist:7d867cda127e64d38f28" }, "devDependencies": {