From c6f4588c4fae7441be3292c4ccd11479dc95e5f9 Mon Sep 17 00:00:00 2001 From: Juan Lulkin Date: Thu, 3 Jun 2021 12:52:52 +0200 Subject: [PATCH] Makes lock check lookup npmrc up recursively Signed-off-by: Juan Lulkin --- microsite/package.json | 2 +- package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microsite/package.json b/microsite/package.json index 62630463aa..66b3fc9b80 100644 --- a/microsite/package.json +++ b/microsite/package.json @@ -20,7 +20,7 @@ "docusaurus": "^2.0.0-alpha.70", "js-yaml": "^4.1.0", "prettier": "^2.3.0", - "yarn-lock-check": "^1.0.3" + "yarn-lock-check": "^1.0.4" }, "prettier": "@spotify/prettier-config" } diff --git a/package.json b/package.json index a1e16aa020..6a663c877e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "prettier": "^2.2.1", "recursive-readdir": "^2.2.2", "shx": "^0.3.2", - "yarn-lock-check": "^1.0.3" + "yarn-lock-check": "^1.0.4" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/yarn.lock b/yarn.lock index 4ddbebd5ed..f62473d07e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27451,7 +27451,7 @@ yargs@^5.0.0: y18n "^3.2.1" yargs-parser "^3.2.0" -yarn-lock-check@^1.0.3: +yarn-lock-check@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/yarn-lock-check/-/yarn-lock-check-1.0.4.tgz#a0373de051be0c8442d8933070df7a45595263b4" integrity sha512-Gj0wRN85c4OPZUlE7WsQ0a1COv38uyeWWR0YAvJr2Vxw1f32bwK19xySjUZlxt9o4QopJkd8g6x6CLv81OHwYg==