diff --git a/package-lock.json b/package-lock.json index 6126c2f..28cc582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.4.0", "license": "LGPL-3.0-only", "dependencies": { - "@aarongoldenthal/pa11y": "^8.5.0", + "@aarongoldenthal/pa11y": "^8.5.1", "async": "^3.2.6", "cheerio": "^1.0.0", "commander": "^13.0.0", @@ -38,20 +38,20 @@ } }, "node_modules/@aarongoldenthal/pa11y": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@aarongoldenthal/pa11y/-/pa11y-8.5.0.tgz", - "integrity": "sha512-JzDRvvMng6cqmCsVblVu9EGLEzNFCLvoMbebgSdUrKlinXQ1gMwwY3rZ/se1CwOUhK4Pvt9pwKN/qhiVaOi6xw==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@aarongoldenthal/pa11y/-/pa11y-8.5.1.tgz", + "integrity": "sha512-xdCkkKraZeLWWqsgq/GpbsoPbkFJC3NFMKn7+LVuDZf+6PPKLIZyiG2wfpRelFpFmNoEoJRVs0rn67rbsNwwEg==", "license": "LGPL-3.0-only", "dependencies": { "axe-core": "^4.10.2", - "bfj": "^9.1.1", + "bfj": "^9.1.2", "commander": "^13.0.0", "envinfo": "^7.14.0", "html_codesniffer": "^2.5.1", "kleur": "^4.1.5", "mustache": "^4.2.0", "node.extend": "^2.0.3", - "puppeteer": "^24.0.0", + "puppeteer": "^24.1.0", "semver": "^7.6.3" }, "bin": { @@ -1216,9 +1216,9 @@ } }, "node_modules/bfj": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/bfj/-/bfj-9.1.1.tgz", - "integrity": "sha512-f3uU0MzqtuOvnB62ZUyzr2qqHVy5zFu3KV9H0MBVacdb7hsRxKSa18KtiwLZCF/5oRE3O4udraOxOC3F3A+kzA==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-9.1.2.tgz", + "integrity": "sha512-EetpSUewwznXQ7yRtxHCgE5RLZV718n9cOYXe5BlhYKuNs0UkidHaUOe6Jlgbf+viGTQeg8mYhm5Wr4c2AB3gA==", "license": "MIT", "dependencies": { "check-types": "^11.2.3", diff --git a/package.json b/package.json index 198ab9f..fe3a7e7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "node": ">=18" }, "dependencies": { - "@aarongoldenthal/pa11y": "^8.5.0", + "@aarongoldenthal/pa11y": "^8.5.1", "async": "^3.2.6", "cheerio": "^1.0.0", "commander": "^13.0.0",