From 99dae03ebde5aa548d67b6e1c0747df4bc8ff5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:40:15 +0000 Subject: [PATCH] Bump typescript-esbuild from 0.4.1 to 0.4.3 in /NomNom/examples/csv Bumps [typescript-esbuild](https://github.com/Playform/TypeScriptESBuild) from 0.4.1 to 0.4.3. - [Release notes](https://github.com/Playform/TypeScriptESBuild/releases) - [Changelog](https://github.com/Playform/TypeScriptESBuild/blob/Current/CHANGELOG.md) - [Commits](https://github.com/Playform/TypeScriptESBuild/compare/v0.4.1...v0.4.3) --- updated-dependencies: - dependency-name: typescript-esbuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- NomNom/examples/csv/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NomNom/examples/csv/package.json b/NomNom/examples/csv/package.json index 69836a7..35608c1 100644 --- a/NomNom/examples/csv/package.json +++ b/NomNom/examples/csv/package.json @@ -23,7 +23,7 @@ "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "devDependencies": { - "typescript-esbuild": "0.4.1" + "typescript-esbuild": "0.4.3" }, "publishConfig": { "access": "public"