From 62beba4ad8ebc2f5e17eba60f80bb619591611ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Mar 2022 18:53:01 +0000 Subject: [PATCH] fix(deps): pin dependencies --- package.json | 8 ++++---- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 580e626..c8be627 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "eslint-config-airbnb": "18.2.1", "eslint-config-airbnb-base": "14.2.1", "eslint-import-resolver-webpack": "0.13.0", - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", - "eslint-config-airbnb-typescript": "^16.1.0", - "eslint-import-resolver-typescript": "^2.5.0" + "@typescript-eslint/eslint-plugin": "5.12.1", + "@typescript-eslint/parser": "5.12.1", + "eslint-config-airbnb-typescript": "16.1.0", + "eslint-import-resolver-typescript": "2.5.0" }, "peerDependencies": { "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0", diff --git a/yarn.lock b/yarn.lock index cc9c93b..8e20181 100644 --- a/yarn.lock +++ b/yarn.lock @@ -33,7 +33,7 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@typescript-eslint/eslint-plugin@^5.0.0": +"@typescript-eslint/eslint-plugin@5.12.1": version "5.12.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4" integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw== @@ -48,7 +48,7 @@ semver "^7.3.5" tsutils "^3.21.0" -"@typescript-eslint/parser@^5.0.0": +"@typescript-eslint/parser@5.12.1": version "5.12.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b" integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw== @@ -502,7 +502,7 @@ eslint-config-airbnb-base@^15.0.0: object.entries "^1.1.5" semver "^6.3.0" -eslint-config-airbnb-typescript@^16.1.0: +eslint-config-airbnb-typescript@16.1.0: version "16.1.0" resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-16.1.0.tgz#f75a6b4f3bb679eef34c3c930359c2ca9bc3f09c" integrity sha512-W5Cq20KpEx5ZLC54bnVrC37zq2+WD956Kp/Ma3nYFRjT1v9KM63v+DPkrrmmrVqrlDKaD0ivm/qeYmyHV6qKlw== @@ -518,7 +518,7 @@ eslint-config-airbnb@18.2.1: object.assign "^4.1.2" object.entries "^1.1.2" -eslint-import-resolver-typescript@^2.5.0: +eslint-import-resolver-typescript@2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz#07661966b272d14ba97f597b51e1a588f9722f0a" integrity sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==