diff --git a/package.json b/package.json index b46eaeee..603d6e88 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "bundlewatch": "^0.3.3", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-standard-with-typescript": "^40.0.0", + "eslint-config-standard-with-typescript": "^43.0.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-astro": "^0.31.0", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index 65450ea3..8835ce33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2789,10 +2789,10 @@ eslint-config-prettier@^9.1.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -eslint-config-standard-with-typescript@^40.0.0: - version "40.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-40.0.0.tgz#6501601dc35e378e6b16e22257e80b7bd276119d" - integrity sha512-GXUJcwIXiTQaS3H4etv8a1lejVVdZYaxZNz3g7vt6GoJosQqMTurbmSC4FVGyHiGT/d1TjFr3+47A3xsHhsG+Q== +eslint-config-standard-with-typescript@^43.0.0: + version "43.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-43.0.0.tgz#e3d336b949e621a79b9150585777cdc9808e37d7" + integrity sha512-AT0qK01M5bmsWiE3UZvaQO5da1y1n6uQckAKqGNe6zPW5IOzgMLXZxw77nnFm+C11nxAZXsCPrbsgJhSrGfX6Q== dependencies: "@typescript-eslint/parser" "^6.4.0" eslint-config-standard "17.1.0"