diff --git a/auth/server/package.json b/auth/server/package.json index e182857..c9bab06 100755 --- a/auth/server/package.json +++ b/auth/server/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@prisma/cli": "2.9.0", "@types/bcrypt": "10.0.28-alpha", - "@types/eslint": "7.29.0", + "@types/eslint": "8.2.1", "@types/glob": "7.2.0", "@types/jest": "27.4.0", "@types/jsonwebtoken": "8.5.6", diff --git a/yarn.lock b/yarn.lock index dae3448..ee719eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2984,10 +2984,10 @@ resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.2.tgz#66ad9331f63fe8a3d3d9d8c6e3906dd10f6446e8" integrity sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog== -"@types/eslint@7.29.0": - version "7.29.0" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78" - integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng== +"@types/eslint@8.2.1": + version "8.2.1" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.2.1.tgz#13f3d69bac93c2ae008019c28783868d0a1d6605" + integrity sha512-UP9rzNn/XyGwb5RQ2fok+DzcIRIYwc16qTXse5+Smsy8MOIccCChT15KAwnsgQx4PzJkaMq4myFyZ4CL5TjhIQ== dependencies: "@types/estree" "*" "@types/json-schema" "*"