diff --git a/package.json b/package.json index e94df5a78..2b2bf7944 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "ftp-deploy": "^2.3.7", "gulp": "^4.0.2", "gulp-concat": "^2.6.1", - "gulp-esbuild": "^0.4.5", + "gulp-esbuild": "^0.8.1", "handlebars": "^4.7.7", "jsonapi-serializer": "^3.6.7", "jsonfile": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 87d8fb04e..5f4b4ba8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2005,10 +2005,10 @@ es6-weak-map@^2.0.1: es6-iterator "^2.0.3" es6-symbol "^3.1.1" -esbuild@^0.8.49: - version "0.8.49" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.8.49.tgz#3d33f71b3966611f822cf4c838115f3fbd16def2" - integrity sha512-itiFVYv5UZz4NooO7/Y0bRGVDGz/M/cxKbl6zyNI5pnKaz1mZjvZXAFhhDVz6rGCmcdTKj5oag6rh8DaaSSmfQ== +esbuild@^0.12.5: + version "0.12.5" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.5.tgz#36076a6bc1966ba2741981d30512e95e8aaff495" + integrity sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw== escape-html@~1.0.3: version "1.0.3" @@ -2904,12 +2904,12 @@ gulp-concat@^2.6.1: through2 "^2.0.0" vinyl "^2.0.0" -gulp-esbuild@^0.4.5: - version "0.4.5" - resolved "https://registry.yarnpkg.com/gulp-esbuild/-/gulp-esbuild-0.4.5.tgz#4f1bfc6d038b2d4e1b3cb0063e4ae7a1e033756a" - integrity sha512-ouFDZHd51OrTigYabV+ILrxrvw0c7sYm+/vQqiFCXFDe0OGxOa7lov+sk0XOddVS2d5bwy30PM+5r0MBvt495g== +gulp-esbuild@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/gulp-esbuild/-/gulp-esbuild-0.8.1.tgz#bdc815d08ed197e840540d3e1abf561e7ee2222a" + integrity sha512-MZufAiwGPzp1iepK34z0ICh8QdFxCVtqX036QSo303DtvJhP2fXVDTlPRYCVYQVBXYor8uvYWH/paxZ43RYh/Q== dependencies: - esbuild "^0.8.49" + esbuild "^0.12.5" plugin-error "^1.0.1" vinyl "^2.2.1"