From 18afcc01611bce21da15a941015e5c455da76ac7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 May 2021 21:44:15 +0000 Subject: [PATCH] Update dependency @types/get-caller-file to v2 --- packages/bifrost/package.json | 2 +- yarn.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/packages/bifrost/package.json b/packages/bifrost/package.json index a85813ec4..9237bee40 100644 --- a/packages/bifrost/package.json +++ b/packages/bifrost/package.json @@ -36,6 +36,6 @@ "tsutils": "^3.5.0" }, "devDependencies": { - "@types/get-caller-file": "^1.0.0" + "@types/get-caller-file": "^2.0.0" } } diff --git a/yarn.lock b/yarn.lock index 5feb2d4e0..60ab8d382 100644 --- a/yarn.lock +++ b/yarn.lock @@ -391,10 +391,12 @@ resolved "https://registry.yarnpkg.com/@types/diff/-/diff-5.0.0.tgz#eb71e94feae62548282c4889308a3dfb57e36020" integrity sha512-jrm2K65CokCCX4NmowtA+MfXyuprZC13jbRuwprs6/04z/EcFg/MCwYdsHn+zgV4CQBiATiI7AEq7y1sZCtWKA== -"@types/get-caller-file@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/get-caller-file/-/get-caller-file-1.0.0.tgz#50805a80bed3bcd3d58f2cc2046c2f3c5d6bc91c" - integrity sha512-LKjVkuAyxzYAz2Ek0AX8cm9Kyjw+5eHVqUZwQiquWYwnDDdQcCabqkxPvlIf7/sEbY6jPuKgsmKPDGLV4owkPg== +"@types/get-caller-file@^2.0.0": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/get-caller-file/-/get-caller-file-2.0.3.tgz#68b3929e62a03d260fe0ad98e9767f654d480198" + integrity sha512-rGQpR4H23Jjby7L2X8QOLBhChb96qfr9cHHd1XVeMJPcYP/Md+pke22qjGv1dqRy43eXTiau97CukcMBYsMZ5A== + dependencies: + get-caller-file "*" "@types/github-url-to-object@^4.0.0": version "4.0.0" @@ -1639,16 +1641,16 @@ gensync@^1.0.0-beta.2: resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== +get-caller-file@*, get-caller-file@^2.0.0, get-caller-file@^2.0.1, get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + get-caller-file@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== -get-caller-file@^2.0.0, get-caller-file@^2.0.1, get-caller-file@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"