From 6112bbd471216e0d66622e7c7450513476075153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 07:43:42 +0000 Subject: [PATCH] build(deps-dev): bump esbuild from 0.8.55 to 0.9.3 Bumps [esbuild](https://github.com/evanw/esbuild) from 0.8.55 to 0.9.3. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.8.55...v0.9.3) Signed-off-by: dependabot[bot] --- packages/chevrotain/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/chevrotain/package.json b/packages/chevrotain/package.json index 560e1614f..b222edfb2 100644 --- a/packages/chevrotain/package.json +++ b/packages/chevrotain/package.json @@ -78,7 +78,7 @@ "devDependencies": { "@types/sinon-chai": "^3.2.0", "error-stack-parser": "^2.0.6", - "esbuild": "^0.8.53", + "esbuild": "^0.9.3", "gen-esm-wrapper": "^1.0.4", "gitty": "^3.6.0", "jsdom": "16.4.0", diff --git a/yarn.lock b/yarn.lock index e8829fc4d..17636723c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5329,10 +5329,10 @@ es6-promise@^4.1.0: resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== -esbuild@^0.8.53: - version "0.8.55" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.8.55.tgz#4bf949c44db4ffc2a206ac0c002e8e94eecff7d5" - integrity sha512-mM/s7hjYe5mQR+zAWOM5JVrCtYCke182E9l1Bbs6rG5EDP3b1gZF9sHZka53PD/iNt6OccymVZRWkTtBfcKW4w== +esbuild@^0.9.3: + version "0.9.3" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.9.3.tgz#09293a0b824159c6aa2488d1c6c22f57d8448f74" + integrity sha512-G8k0olucZp3LJ7I/p8y388t+IEyb2Y78nHrLeIxuqZqh6TYqDYP/B/7drAvYKfh83CGwKal9txVP+FTypsPJug== escalade@^3.1.1: version "3.1.1"