Skip to content

Commit 7b04f8f

Browse files
Bump esbuild from 0.24.0 to 0.25.0 (#2846)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.25.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Arvidsson <[email protected]>
1 parent fa01ba9 commit 7b04f8f

File tree

4 files changed

+477
-428
lines changed

4 files changed

+477
-428
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "20.16.0",
3333
"@typescript-eslint/eslint-plugin": "^8.9.0",
3434
"@typescript-eslint/parser": "^8.9.0",
35-
"esbuild": "^0.24.0",
35+
"esbuild": "^0.25.0",
3636
"eslint": "^8.57.1",
3737
"eslint-config-prettier": "^9.1.0",
3838
"eslint-import-resolver-typescript": "3.6.3",

packages/cursorless-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@
12711271
"@types/tinycolor2": "1.4.6",
12721272
"@types/uuid": "^10.0.0",
12731273
"@types/vscode": "1.82.0",
1274-
"esbuild": "^0.24.0",
1274+
"esbuild": "^0.25.0",
12751275
"fast-xml-parser": "^4.5.0",
12761276
"fs-extra": "11.2.0",
12771277
"sinon": "^19.0.2"

packages/meta-updater/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@types/js-yaml": "^4.0.9",
3535
"@types/lodash-es": "4.17.12",
36-
"esbuild": "^0.24.0"
36+
"esbuild": "^0.25.0"
3737
},
3838
"type": "module"
3939
}

0 commit comments

Comments
 (0)