From 3659937e12fac89ca71e4dc96e8c44285a6932ca Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 5 Jul 2020 17:15:50 +0200 Subject: [PATCH] add stealthy-require dep to please yarn --- package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 5ab165371362..405df176fb52 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "rimraf": "^3.0.0", "semver": "^7.3.2", "slash": "^3.0.0", + "stealthy-require": "^1.1.1", "string-length": "^4.0.1", "strip-ansi": "^6.0.0", "tempy": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index ed4ddcb99837..98588043ace7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17242,6 +17242,7 @@ fsevents@^1.2.7: rimraf: ^3.0.0 semver: ^7.3.2 slash: ^3.0.0 + stealthy-require: ^1.1.1 string-length: ^4.0.1 strip-ansi: ^6.0.0 tempy: ^1.0.0