From 499577759269e7b3f61e39feafc54cdd529561e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 01:45:31 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.21.5 to 0.24.0 Snyk has created this PR to upgrade esbuild from 0.21.5 to 0.24.0. See this package in npm: esbuild See this project in Snyk: https://app.snyk.io/org/nerds-github/project/2ba609d0-8b36-42c6-b145-18dd72298b1c?utm_source=github&utm_medium=referral&page=upgrade-pr --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index dfa8b7234cfe..f3adf7fe3ef6 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -8,7 +8,7 @@ "astro-scripts": "./index.js" }, "dependencies": { - "esbuild": "^0.21.5", + "esbuild": "^0.24.0", "esbuild-plugin-copy": "^2.1.1", "fast-glob": "^3.3.2", "kleur": "^4.1.5",