diff --git a/package-lock.json b/package-lock.json index 221242f..fc0ff6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@commitlint/config-conventional": "^19.8.1", "@faker-js/faker": "^9.9.0", "@jest/globals": "^30.0.5", - "@map-colonies/eslint-config": "^8.0.0", + "@map-colonies/eslint-config": "^9.0.0", "@map-colonies/prettier-config": "^1.0.0", "@map-colonies/tsconfig": "^2.0.0", "@smithy/types": "^4.3.1", @@ -1579,6 +1579,40 @@ "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, + "node_modules/@eslint/compat": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.1.0.tgz", + "integrity": "sha512-LgaSCymEpw7tF53xvDw9SNsraPb1IBHxpdABIOM0hW8UAlP8znrjYtuxfR58FSJ3L9BhwD+FaPRFQpZq84Nh6g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.2.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "peerDependencies": { + "eslint": "^8.40 || 9 || 10" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "node_modules/@eslint/compat/node_modules/@eslint/core": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, "node_modules/@eslint/config-array": { "version": "0.21.2", "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", @@ -3658,27 +3692,28 @@ } }, "node_modules/@map-colonies/eslint-config": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@map-colonies/eslint-config/-/eslint-config-8.1.0.tgz", - "integrity": "sha512-j4v8zQAAsRm4LRbJ588NmJXER80SC3zC5Cc+tC7sSDsbqIYJ4I/1ROmaAhGAlBzXy+lmJSM6Wne+BPdHosij0Q==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@map-colonies/eslint-config/-/eslint-config-9.0.0.tgz", + "integrity": "sha512-M2hkwOdiak6XCOxPhnVRX301P6JmqxRSKl9AJSzWAUrAUZNnjtuR3qlDgpacz+UyVrWSlcGrrRx2TbEmIYenyQ==", "dev": true, "dependencies": { - "@eslint/js": "^9.19.0", + "@eslint/compat": "^2.1.0", + "@eslint/js": "^10.0.1", "@map-colonies/eslint-plugin": "^0.1.0", - "@typescript-eslint/parser": "^8.23.0", + "@typescript-eslint/parser": "^8.60.1", "eslint-config-prettier": "^10.0.1", "eslint-import-resolver-typescript": "^4.0.0", - "eslint-plugin-import-x": "^4.16.1", + "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-unicorn": "^63.0.0", - "typescript-eslint": "^8.23.0" + "typescript-eslint": "^8.60.1" }, "engines": { "node": ">=24" }, "peerDependencies": { "@vitest/eslint-plugin": "^1.6.7", - "eslint": "^9.19.0", - "eslint-plugin-jest": "^28.11.0 || ^29.0.0", + "eslint": "^10.0.0", + "eslint-plugin-jest": "^29.13.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0 || ^7.0.0", "globals": "^15.14.0 || ^17.0.0" @@ -3701,6 +3736,27 @@ } } }, + "node_modules/@map-colonies/eslint-config/node_modules/@eslint/js": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz", + "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "eslint": "^10.0.0" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, "node_modules/@map-colonies/eslint-plugin": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@map-colonies/eslint-plugin/-/eslint-plugin-0.1.0.tgz", diff --git a/package.json b/package.json index d8c5c78..1122714 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@commitlint/config-conventional": "^19.8.1", "@faker-js/faker": "^9.9.0", "@jest/globals": "^30.0.5", - "@map-colonies/eslint-config": "^8.0.0", + "@map-colonies/eslint-config": "^9.0.0", "@map-colonies/prettier-config": "^1.0.0", "@map-colonies/tsconfig": "^2.0.0", "@smithy/types": "^4.3.1",