From 3c520e0fa401853e21b75087bb8b7fa0c7b006d6 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:58:53 -0400 Subject: [PATCH] fix: use callsites@3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …since v4 is ESM only --- pnpm-lock.yaml | 10 ++-------- src/package.json | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9af5532..0962e7c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,14 +105,14 @@ importers: '@alloc/types': ^2.2.2 '@types/node': ^18.7.9 '@types/pg': ^8.6.5 - callsites: ^4.0.0 + callsites: ^3.0.0 postgres-interval: ^4.0.0 postgres-range: ^1.1.3 unbuild: ^0.8.9 dependencies: '@alloc/types': 2.2.2 '@types/pg': 8.6.5 - callsites: 4.0.0 + callsites: 3.1.0 devDependencies: '@types/node': 18.7.13 postgres-interval: 4.0.0 @@ -987,12 +987,6 @@ packages: /callsites/3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - dev: true - - /callsites/4.0.0: - resolution: {integrity: sha512-y3jRROutgpKdz5vzEhWM34TidDU8vkJppF8dszITeb1PQmSqV3DTxyV8G/lyO/DNvtE1YTedehmw9MPZsCBHxQ==} - engines: {node: '>=12.20'} - dev: false /camelcase-keys/6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} diff --git a/src/package.json b/src/package.json index 86ea839..1150a16 100644 --- a/src/package.json +++ b/src/package.json @@ -57,7 +57,7 @@ "dependencies": { "@alloc/types": "^2.2.2", "@types/pg": "^8.6.5", - "callsites": "^4.0.0" + "callsites": "^3.0.0" }, "peerDependencies": { "pg": ">=8.0.0",