Skip to content

Commit 26e1695

Browse files
authored
upgrade esbuild to 0.25.0 (#56)
Vulnerability Issue GHSA-67mh-4wv8-2f99 requires esbuild 0.25.0
1 parent bff4a14 commit 26e1695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vite-plugin-commonjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/vite-plugin-commonjs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A vite plugin that support commonjs to esm in vite",
55
"scripts": {
66
"build": "tsc -p tsconfig.json"
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/originjs/vite-plugins/tree/main/packages/vite-plugin-commonjs",
2626
"dependencies": {
27-
"esbuild": "^0.14.14"
27+
"esbuild": "^0.25.0"
2828
},
2929
"devDependencies": {
3030
"@types/node": "^15.12.2",

0 commit comments

Comments
 (0)