diff --git a/package-lock.json b/package-lock.json index 7d4144a3..12b87adb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@axe-core/playwright": "^4.7.3", + "@axe-core/playwright": "^4.9.1", "@inrupt/eslint-config-base": "^3.2.1", "@inrupt/eslint-config-react": "^3.2.1", "@inrupt/internal-playwright-helpers": "^3.2.1", @@ -100,12 +100,12 @@ } }, "node_modules/@axe-core/playwright": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.7.3.tgz", - "integrity": "sha512-v2PRgAyGvop7bamrTpNJtc5b1R7giAPnMzZXrS/VDZBCY5+uwVYtCNgDvBsqp5P1QMZxUMoBN+CERJUTMjFN0A==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.9.1.tgz", + "integrity": "sha512-8m4WZbZq7/aq7ZY5IG8GqV+ZdvtGn/iJdom+wBg+iv/3BAOBIfNQtIu697a41438DzEEyptXWmC3Xl5Kx/o9/g==", "dev": true, "dependencies": { - "axe-core": "^4.7.0" + "axe-core": "~4.9.1" }, "peerDependencies": { "playwright-core": ">= 1.0.0" @@ -4908,9 +4908,9 @@ } }, "node_modules/axe-core": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz", - "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.1.tgz", + "integrity": "sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==", "dev": true, "engines": { "node": ">=4" diff --git a/package.json b/package.json index ee8dce33..af7ea474 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@axe-core/playwright": "^4.7.3", + "@axe-core/playwright": "^4.9.1", "@inrupt/eslint-config-base": "^3.2.1", "@inrupt/eslint-config-react": "^3.2.1", "@inrupt/internal-playwright-helpers": "^3.2.1",