diff --git a/Selenium.Axe/Selenium.Axe/package-lock.json b/Selenium.Axe/Selenium.Axe/package-lock.json index 2fcd0e2..f1dd3fc 100644 --- a/Selenium.Axe/Selenium.Axe/package-lock.json +++ b/Selenium.Axe/Selenium.Axe/package-lock.json @@ -1,11 +1,22 @@ { + "name": "dependabot_20250306-1377-jt2wak", + "lockfileVersion": 3, "requires": true, - "lockfileVersion": 1, - "dependencies": { - "axe-core": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz", - "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==" + "packages": { + "": { + "license": "MIT", + "dependencies": { + "axe-core": "^4.10.3" + } + }, + "node_modules/axe-core": { + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz", + "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==", + "license": "MPL-2.0", + "engines": { + "node": ">=4" + } } } } diff --git a/Selenium.Axe/Selenium.Axe/package.json b/Selenium.Axe/Selenium.Axe/package.json index fc90575..3502a07 100644 --- a/Selenium.Axe/Selenium.Axe/package.json +++ b/Selenium.Axe/Selenium.Axe/package.json @@ -3,6 +3,6 @@ "repository": {}, "license": "MIT", "dependencies": { - "axe-core": "^4.10.2" + "axe-core": "^4.10.3" } }