Bump esbuild and esbuild-sass-plugin

Bumps [esbuild](https://github.com/evanw/esbuild) and [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin). These dependencies needed to be updated together.

Updates `esbuild` from 0.19.12 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.12...v0.25.0)

Updates `esbuild-sass-plugin` from 2.16.1 to 3.3.1
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/compare/v2.16.1...v3.3.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
- dependency-name: esbuild-sass-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-11 17:03:58 +00:00 committed by GitHub
parent 8fadf7205f
commit 1bbce93f1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1068 additions and 233 deletions

1297
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"esbuild": "^0.19.4",
"esbuild-sass-plugin": "^2.16.1",
"esbuild": "^0.25.0",
"esbuild-sass-plugin": "^3.3.1",
"esbuild-vue": "^1.2.2",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",