From a3b3dab37b1f8612309feea0f6a28dadbc15a45c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 27 Jan 2024 19:08:13 +0200 Subject: [PATCH] squash! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb420408..2df2d823 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/TypeScriptESBuild.ts 'Source/**/*.ts'" }, "dependencies": { - "@types/node": "20.11.6", + "@types/node": "20.11.8", "commander": "11.1.0", "deepmerge-ts": "5.1.0", - "esbuild": "0.19.12", + "esbuild": "0.20.0", "esbuild-plugin-copy": "2.1.1", "fast-glob": "3.3.2", "typedoc": "0.25.7",