From 80695e9f6fecb8771362d6056d0b47b60b2a51a6 Mon Sep 17 00:00:00 2001 From: Tim Clark Date: Tue, 12 Mar 2024 09:34:01 -0400 Subject: [PATCH] dont support v18 --- package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 61afaf9..9ab9a1a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "mysql2": "^2.3.3 || ^3.0.0", "pg": "^8.8.0", "tarn": "^3.0.0", - "tedious": "^16.6.0 || ^17.0.0 || ^18.0.0" + "tedious": "^16.6.0 || ^17.0.0" }, "peerDependenciesMeta": { "@libsql/kysely-libsql": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 824bf4b..97e8873 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,7 +30,7 @@ dependencies: specifier: ^3.0.0 version: 3.0.2 tedious: - specifier: ^16.6.0 + specifier: ^16.6.0 || ^17.0.0 version: 16.7.1 devDependencies: @@ -1749,7 +1749,7 @@ packages: dev: true /buffer-equal-constant-time@1.0.1: - resolution: {integrity: sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=} + resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} dev: false /buffer-from@1.1.2: