From 30ad0e51634165eb0df2549ace45d654b06d58ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:18:50 +0000 Subject: [PATCH] Build(deps-dev): bump esbuild-plugin-eslint from 0.1.1 to 0.3.6 Bumps [esbuild-plugin-eslint](https://github.com/robinloeffel/esbuild-plugin-eslint) from 0.1.1 to 0.3.6. - [Release notes](https://github.com/robinloeffel/esbuild-plugin-eslint/releases) - [Changelog](https://github.com/robinloeffel/esbuild-plugin-eslint/blob/main/changelog.md) - [Commits](https://github.com/robinloeffel/esbuild-plugin-eslint/commits) --- updated-dependencies: - dependency-name: esbuild-plugin-eslint dependency-type: direct:development update-type: version-update:semver-minor ... 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 1c9d00c..3ab4410 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/preset-env": "^7.19.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^3.1.0", - "esbuild-plugin-eslint": "^0.1.1", + "esbuild-plugin-eslint": "^0.3.6", "eslint": "^8.26.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index 0cd2b8e..86eeb8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2284,10 +2284,10 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -esbuild-plugin-eslint@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/esbuild-plugin-eslint/-/esbuild-plugin-eslint-0.1.1.tgz#cbc4f6a8d10dd70f915ca7bf41af24ca3501a705" - integrity sha512-nGZ7tvJDAAiKAZv1v6604qsWFsMDzF2jY0KkHy07ysLRqUuTr6u06t7Cuhd2L/mYh8onVSiDKDUI6TWzbrcBgA== +esbuild-plugin-eslint@^0.3.6: + version "0.3.6" + resolved "https://registry.yarnpkg.com/esbuild-plugin-eslint/-/esbuild-plugin-eslint-0.3.6.tgz#2ab1c01d54e8eba6a6017ec93107e73416510c0a" + integrity sha512-1S2tK3GCCUK8BE0L1H6fgEydvPi+nZFb0HC86csQ2l0GsFdZpGMj1khAJ91DnvlfINrfH4x6VLeNwXimowR7pw== escalade@^3.1.1: version "3.1.1"