From ad2616f5205f330bcee8fa1f50310c85729eb5b3 Mon Sep 17 00:00:00 2001 From: John Gozde Date: Thu, 21 Dec 2023 11:12:59 -0700 Subject: [PATCH] Fix lockfile --- pnpm-lock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0343d36..f03b278 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false overrides: - esbuild@0.16.x: ^0.19.5 + esbuild@0.16.x: ^0.19.10 tsconfig-paths@3.x: ^3.14.2 tslib@2.x: ^2.4.0 @@ -3369,7 +3369,7 @@ packages: resolution: {integrity: sha512-uKcPf1kl2UGMjrfHChv4dLxGAvCNhf9s72mHo19ZhKP+LrVOuQkOM/g8GE7MiGpoqjpk8UHqL08uLRbSKXhmhw==} engines: {node: '>=14'} peerDependencies: - esbuild: ^0.19.5 + esbuild: ^0.19.10 svelte: '>=3.43.0 <5' dependencies: '@jridgewell/trace-mapping': 0.3.20