build(deps): bump rollup-plugin-esbuild from 4.7.2 to 4.9.1

Bumps [rollup-plugin-esbuild](https://github.com/egoist/rollup-plugin-esbuild) from 4.7.2 to 4.9.1.
- [Release notes](https://github.com/egoist/rollup-plugin-esbuild/releases)
- [Changelog](https://github.com/egoist/rollup-plugin-esbuild/blob/dev/.releaserc.json)
- [Commits](https://github.com/egoist/rollup-plugin-esbuild/compare/v4.7.2...v4.9.1)

---
updated-dependencies:
- dependency-name: rollup-plugin-esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-07 04:16:22 +00:00
committed by GitHub
parent db21d78179
commit 508a1a59df
+6 -4
View File
@@ -11610,7 +11610,7 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next
string.prototype.trimstart "^1.0.4"
unbox-primitive "^1.0.1"
es-module-lexer@^0.9.0:
es-module-lexer@^0.9.0, es-module-lexer@^0.9.3:
version "0.9.3"
resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
@@ -22035,11 +22035,13 @@ rollup-plugin-dts@^4.0.1:
"@babel/code-frame" "^7.16.7"
rollup-plugin-esbuild@^4.7.2:
version "4.7.2"
resolved "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-4.7.2.tgz#1a496a9f96257cdf5ed800e818932859232471f8"
integrity sha512-rBS2hTedtG+wL/yyIWQ84zju5rtfF15gkaCLN0vsWGmBdRd0UPm52meAwkmrsPQf3mB/H2o+k9Q8Ce8A66SE5A==
version "4.9.1"
resolved "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-4.9.1.tgz#369d137e2b1542c8ee459495fd4f10de812666aa"
integrity sha512-qn/x7Wz9p3Xnva99qcb+nopH0d2VJwVnsxJTGEg+Sh2Z3tqQl33MhOwzekVo1YTKgv+yAmosjcBRJygMfGrtLw==
dependencies:
"@rollup/pluginutils" "^4.1.1"
debug "^4.3.3"
es-module-lexer "^0.9.3"
joycon "^3.0.1"
jsonc-parser "^3.0.0"