From d2e636eacd101637f3911d8e9d01b7dc60d5f2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:07:37 +0000 Subject: [PATCH] build(deps): bump a11y-dialog from 7.5.3 to 8.1.4 Bumps [a11y-dialog](https://github.com/KittyGiraudel/a11y-dialog) from 7.5.3 to 8.1.4. - [Release notes](https://github.com/KittyGiraudel/a11y-dialog/releases) - [Commits](https://github.com/KittyGiraudel/a11y-dialog/compare/7.5.3...8.1.4) --- updated-dependencies: - dependency-name: a11y-dialog dependency-version: 8.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80a48ac..a6ad945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@babel/preset-env": "^7.20.2", "@fullhuman/postcss-purgecss": "^5.0.0", "@webcomponents/webcomponentsjs": "^2.7.0", - "a11y-dialog": "^7.5.1", + "a11y-dialog": "^8.1.4", "autoprefixer": "^10.4.14", "babel-plugin-array-includes": "^2.0.3", "core-js": "^3.29.1", @@ -2581,11 +2581,12 @@ "integrity": "sha512-loGD63sacRzOzSJgQnB9ZAhaQGkN7wl2Zuw7tsphI5Isa0irijrRo6EnJii/GgjGefIFO8AIO7UivzRhFaEk9w==" }, "node_modules/a11y-dialog": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-7.5.3.tgz", - "integrity": "sha512-ssx2j2FIgxhycE+liCKRam/S7F2TJyDJd8FwaoDS3vq5+yVTSg4dJAQPJr1abJLOlNmsjl5iAGE0VIp0x7gikg==", + "version": "8.1.4", + "resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-8.1.4.tgz", + "integrity": "sha512-CgaQfoTg9t+O8vArlNAYN7Gzv6h1bpWRqggzCtng6TQ2im6XCpUQI+GWlPvQdovQtwzJN6MydxipXKB8qP5Zxw==", + "license": "MIT", "dependencies": { - "focusable-selectors": "^0.4.0" + "focusable-selectors": "^0.8.0" } }, "node_modules/ansi-regex": { @@ -3094,9 +3095,10 @@ } }, "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==", + "license": "MIT" }, "node_modules/fraction.js": { "version": "4.3.7", diff --git a/package.json b/package.json index c3fe1ef..af2153a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/preset-env": "^7.20.2", "@fullhuman/postcss-purgecss": "^5.0.0", "@webcomponents/webcomponentsjs": "^2.7.0", - "a11y-dialog": "^7.5.1", + "a11y-dialog": "^8.1.4", "autoprefixer": "^10.4.14", "babel-plugin-array-includes": "^2.0.3", "core-js": "^3.29.1",