From 8f6bd5190b9862836f27bb699e8499dff182c57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:26:23 +0000 Subject: [PATCH] chore(deps-dev): bump esbuild-node-externals from 1.13.0 to 1.13.1 Bumps [esbuild-node-externals](https://github.com/pradel/esbuild-node-externals) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/pradel/esbuild-node-externals/releases) - [Commits](https://github.com/pradel/esbuild-node-externals/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: esbuild-node-externals dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2916e24..3d56018 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "esbuild": "^0.20.2", "esbuild-css-modules-plugin": "^3.1.2", "esbuild-decorators": "^1.0.0", - "esbuild-node-externals": "^1.13.0", + "esbuild-node-externals": "^1.13.1", "esbuild-plugin-alias": "^0.2.1", "esbuild-plugin-cssminify": "^0.0.3", "esbuild-plugin-ts-decorators": "^1.0.3", diff --git a/yarn.lock b/yarn.lock index aa8659e..219f503 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4788,10 +4788,10 @@ esbuild-decorators@^1.0.0: resolved "https://registry.yarnpkg.com/esbuild-decorators/-/esbuild-decorators-1.0.0.tgz#ead1141507455b45a393f56b42197c5d83443a44" integrity sha512-D8Z0tiurpW3FgI8xGToi59v8mHrGWONvLTUOP6hSvHgKNHP1627TW+GfsMKNLLiiNcG7rzIuggeThJYcD1ob1g== -esbuild-node-externals@^1.13.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/esbuild-node-externals/-/esbuild-node-externals-1.13.0.tgz#adad097c1d45a373cc2226b76408ba095a5c1c62" - integrity sha512-EAd32LMfUajIbLZphERyDVltTn/jir55B40xND5ro6VpCiv5/pum+s51cQf3LBFSVgEFznVJYMJtfVCJiSb32w== +esbuild-node-externals@^1.13.1: + version "1.13.1" + resolved "https://registry.yarnpkg.com/esbuild-node-externals/-/esbuild-node-externals-1.13.1.tgz#0e3d46f03019c8c1a745023028639630c4806d0e" + integrity sha512-ho4Lokc6iMB1lWbb2tWJ6otien+3Kfoaxe0fy7NUNgVuLnfmlW+GRINftTVUGtTVY/dapuwUu/CvFylYNwzkMA== dependencies: find-up "^5.0.0" tslib "^2.4.1"