diff --git a/package.json b/package.json index df6e2cde15..9d2af850d8 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "rimraf": "3.0.2", "rollup": "2.61.1", "rollup-plugin-css-only": "3.1.0", - "rollup-plugin-esbuild": "4.7.2", + "rollup-plugin-esbuild": "4.8.1", "rollup-plugin-filesize": "9.1.1", "rollup-plugin-vue": "6.0.0", "sass": "1.45.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c1e73eec6..c84da70e9e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,7 +62,7 @@ importers: rimraf: 3.0.2 rollup: 2.61.1 rollup-plugin-css-only: 3.1.0 - rollup-plugin-esbuild: 4.7.2 + rollup-plugin-esbuild: 4.8.1 rollup-plugin-filesize: 9.1.1 rollup-plugin-vue: 6.0.0 sass: 1.45.1 @@ -134,7 +134,7 @@ importers: rimraf: 3.0.2 rollup: 2.61.1 rollup-plugin-css-only: 3.1.0_rollup@2.61.1 - rollup-plugin-esbuild: 4.7.2_esbuild@0.14.8+rollup@2.61.1 + rollup-plugin-esbuild: 4.8.1_esbuild@0.14.8+rollup@2.61.1 rollup-plugin-filesize: 9.1.1 rollup-plugin-vue: 6.0.0_@vue+compiler-sfc@3.2.26 sass: 1.45.1 @@ -4171,6 +4171,10 @@ packages: unbox-primitive: 1.0.1 dev: true + /es-module-lexer/0.9.3: + resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} + dev: true + /es-to-primitive/1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -8987,18 +8991,22 @@ packages: rollup: 2.61.1 dev: true - /rollup-plugin-esbuild/4.7.2_esbuild@0.14.8+rollup@2.61.1: - resolution: {integrity: sha512-rBS2hTedtG+wL/yyIWQ84zju5rtfF15gkaCLN0vsWGmBdRd0UPm52meAwkmrsPQf3mB/H2o+k9Q8Ce8A66SE5A==} + /rollup-plugin-esbuild/4.8.1_esbuild@0.14.8+rollup@2.61.1: + resolution: {integrity: sha512-prGY+azzysPnH3McwQnw1tTRMWIYtEVO75GtG40ETrLCX/43+tLrXzPEzxPelcFCaOK9112QgYJKJ6aS1J4l0w==} engines: {node: '>=12'} peerDependencies: esbuild: '>=0.10.1' rollup: ^1.20.0 || ^2.0.0 dependencies: '@rollup/pluginutils': 4.1.1 + debug: 4.3.3 + es-module-lexer: 0.9.3 esbuild: 0.14.8 joycon: 3.0.1 jsonc-parser: 3.0.0 rollup: 2.61.1 + transitivePeerDependencies: + - supports-color dev: true /rollup-plugin-filesize/9.1.1: