Skip to content

Commit

Permalink
fix: upgrade esbuild from 0.19.12 to 0.20.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade esbuild from 0.19.12 to 0.20.1.

See this package in npm:
https://www.npmjs.com/package/esbuild

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/27333116-aedf-4c65-9c73-2df40cb00d18?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 12, 2024
1 parent ed02cc5 commit db7713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turborepo-tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "node -r esbuild-register index.ts"
},
"dependencies": {
"esbuild": "^0.19.0",
"esbuild": "^0.20.1",
"esbuild-register": "^3.3.2",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
Expand Down

0 comments on commit db7713b

Please sign in to comment.