diff --git a/package.json b/package.json index 6b1ba8a..c35f16a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passes-wcag", - "version": "0.3.0", + "version": "1.0.0-0", "description": "Evaluate if two colors have sufficient contrast to pass WCAG requirements.", "type": "module", "main": "build/index.js", @@ -50,7 +50,7 @@ "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.37.0", "@types/mocha": "10.0.10", - "@types/node": "24.7.1", + "@types/node": "24.7.2", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", "eslint": "9.37.0", diff --git a/yarn.lock b/yarn.lock index b2a4e80..da3d70e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -437,10 +437,10 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0" integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== -"@types/node@24.7.1": - version "24.7.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.7.1.tgz#3f0b17eddcd965c9e337af22459b04bafbf96e5e" - integrity sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q== +"@types/node@24.7.2": + version "24.7.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.7.2.tgz#5adf66b6e2ac5cab1d10a2ad3682e359cb652f4a" + integrity sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA== dependencies: undici-types "~7.14.0"