diff --git a/package.json b/package.json index 8d69a298..685874bb 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/react-router-dom": "^5.3.3", "@types/react-twitter-auth": "^0.0.4", "@typescript-eslint/eslint-plugin": "^6.7.3", - "@typescript-eslint/parser": "^5.60.1", + "@typescript-eslint/parser": "^6.7.3", "@webpack-cli/serve": "^1.7.0", "babel-eslint": "^10.1.0", "babel-loader": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 7a6a3a66..368e2c95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2699,7 +2699,7 @@ dependencies: "@typescript-eslint/utils" "5.30.6" -"@typescript-eslint/parser@^5.5.0", "@typescript-eslint/parser@^5.60.1": +"@typescript-eslint/parser@^5.5.0": version "5.60.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3" integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q== @@ -2709,6 +2709,17 @@ "@typescript-eslint/typescript-estree" "5.60.1" debug "^4.3.4" +"@typescript-eslint/parser@^6.7.3": + version "6.7.3" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd" + integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ== + dependencies: + "@typescript-eslint/scope-manager" "6.7.3" + "@typescript-eslint/types" "6.7.3" + "@typescript-eslint/typescript-estree" "6.7.3" + "@typescript-eslint/visitor-keys" "6.7.3" + debug "^4.3.4" + "@typescript-eslint/scope-manager@5.30.6": version "5.30.6" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz#ce1b49ff5ce47f55518d63dbe8fc9181ddbd1a33"