From bd61468f2ff3244dd84cf2545d1bf1b8d83cada8 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 23 Aug 2023 22:21:44 -0700 Subject: [PATCH] fix: :bug: fix DNS lookup issue https://github.com/szmarczak/cacheable-lookup/pull/62 --- packages/backend/package.json | 2 +- pnpm-lock.yaml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/backend/package.json b/packages/backend/package.json index 7e241098c3..da4ea318cb 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -50,7 +50,7 @@ "bcryptjs": "2.4.3", "blurhash": "2.0.5", "bull": "4.11.2", - "cacheable-lookup": "7.0.0", + "cacheable-lookup": "github:thatonecalculator/cacheable-lookup", "cbor": "8.1.0", "chalk": "5.3.0", "chalk-template": "0.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f6a3339041..ec5ba653bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,8 +154,8 @@ importers: specifier: 4.11.2 version: 4.11.2 cacheable-lookup: - specifier: 7.0.0 - version: 7.0.0 + specifier: github:thatonecalculator/cacheable-lookup + version: github.com/thatonecalculator/cacheable-lookup/cd3a346e688f3f6ccaf0614e538de24cf1263c31 cbor: specifier: 8.1.0 version: 8.1.0 @@ -19416,6 +19416,13 @@ packages: url-polyfill: 1.1.12 dev: true + github.com/thatonecalculator/cacheable-lookup/cd3a346e688f3f6ccaf0614e538de24cf1263c31: + resolution: {tarball: https://codeload.github.com/thatonecalculator/cacheable-lookup/tar.gz/cd3a346e688f3f6ccaf0614e538de24cf1263c31} + name: cacheable-lookup + version: 7.0.0 + engines: {node: '>=14.16'} + dev: false + github.com/thatonecalculator/emojilib/d3c8c6a77d4362b3b3180099f1d2eac344ce245c: resolution: {tarball: https://codeload.github.com/thatonecalculator/emojilib/tar.gz/d3c8c6a77d4362b3b3180099f1d2eac344ce245c} name: emojilib