Skip to content

Commit 4edf578

Browse files
authored
Bump esbuild ^0.25.0 → ^0.28.1 (security fix) (#1986)
## Summary - Supersedes Dependabot #1982 - Bumps esbuild from `^0.25.0` to `^0.28.1` and regenerates the lockfile - v0.28.1 fixes two security advisories: [GHSA-g7r4-m6w7-qqqr](GHSA-g7r4-m6w7-qqqr) (path traversal in local dev server) and [GHSA-gv7w-rqvm-qjhr](GHSA-gv7w-rqvm-qjhr) (Deno API integrity) ## Test plan - [ ] `yarn tsc --noEmit` passes in `packages/databricks-vscode` - [ ] `yarn install --immutable` passes (lockfile is consistent) - [ ] CI passes This pull request and its description were written by Isaac. Co-authored-by: rugpanov <rugpanov@users.noreply.github.com>
1 parent 76a8ef3 commit 4edf578

2 files changed

Lines changed: 3 additions & 264 deletions

File tree

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@
15851585
"@wdio/spec-reporter": "^9.29.0",
15861586
"@wdio/types": "^9.29.0",
15871587
"chai": "^4.3.10",
1588-
"esbuild": "^0.25.0",
1588+
"esbuild": "^0.28.1",
15891589
"eslint": "^8.57.0",
15901590
"eslint-plugin-local-rules": "^3.0.2",
15911591
"extract-zip": "^2.0.1",

0 commit comments

Comments
 (0)