diff --git a/package-lock.json b/package-lock.json index 7be6282..0428b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", - "eslint-config-standard-with-typescript": "^39.0.0", + "eslint-config-standard-with-typescript": "^43.0.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-n": "^16.1.0", @@ -6831,9 +6831,9 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "39.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-39.1.0.tgz", - "integrity": "sha512-5+SPKis3yr6T1X6wSA7HhDuumTRMrTDMcsTrIWhdZuI+sX3e8SPGZYzuJxVxdc239Yo718dEVEVyJhHI6jUjrQ==", + "version": "43.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-43.0.0.tgz", + "integrity": "sha512-AT0qK01M5bmsWiE3UZvaQO5da1y1n6uQckAKqGNe6zPW5IOzgMLXZxw77nnFm+C11nxAZXsCPrbsgJhSrGfX6Q==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.4.0", diff --git a/package.json b/package.json index 6830cf0..a790c26 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", - "eslint-config-standard-with-typescript": "^39.0.0", + "eslint-config-standard-with-typescript": "^43.0.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-n": "^16.1.0",