File tree 15 files changed +647
-649
lines changed
15 files changed +647
-649
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' astro ' : patch
3
+ ' @astrojs/cloudflare ' : patch
4
+ ' @astrojs/svelte ' : patch
5
+ ' @astrojs/solid-js ' : patch
6
+ ' @astrojs/react ' : patch
7
+ ' @astrojs/preact ' : patch
8
+ ' @astrojs/markdoc ' : patch
9
+ ' @astrojs/netlify ' : patch
10
+ ' @astrojs/vercel ' : patch
11
+ ---
12
+
13
+ Updates ` esbuild ` and ` vite ` to the latest to avoid false positives audits warnings caused by ` esbuild ` .
Original file line number Diff line number Diff line change 59
59
"@changesets/changelog-github" : " ^0.5.0" ,
60
60
"@changesets/cli" : " ^2.27.12" ,
61
61
"@types/node" : " ^18.17.8" ,
62
- "esbuild" : " ^0.24.2 " ,
62
+ "esbuild" : " ^0.25.0 " ,
63
63
"eslint" : " ^9.19.0" ,
64
64
"eslint-plugin-regexp" : " ^2.7.0" ,
65
65
"only-allow" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 141
141
"dlv" : " ^1.1.3" ,
142
142
"dset" : " ^3.1.4" ,
143
143
"es-module-lexer" : " ^1.6.0" ,
144
- "esbuild" : " ^0.24.2 " ,
144
+ "esbuild" : " ^0.25.0 " ,
145
145
"estree-walker" : " ^3.0.3" ,
146
146
"flattie" : " ^1.1.1" ,
147
147
"github-slugger" : " ^2.0.0" ,
168
168
"unist-util-visit" : " ^5.0.0" ,
169
169
"unstorage" : " ^1.14.4" ,
170
170
"vfile" : " ^6.0.3" ,
171
- "vite" : " ^6.0.11 " ,
171
+ "vite" : " ^6.2.0 " ,
172
172
"vitefu" : " ^1.0.5" ,
173
173
"which-pm" : " ^3.0.1" ,
174
174
"xxhash-wasm" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 36
36
"@astrojs/internal-helpers" : " workspace:*" ,
37
37
"@astrojs/underscore-redirects" : " workspace:*" ,
38
38
"@cloudflare/workers-types" : " ^4.20250109.0" ,
39
- "esbuild" : " ^0.24 .0" ,
39
+ "esbuild" : " ^0.25 .0" ,
40
40
"estree-walker" : " ^3.0.3" ,
41
41
"magic-string" : " ^0.30.17" ,
42
42
"miniflare" : " ^3.20241230.1" ,
43
43
"tinyglobby" : " ^0.2.12" ,
44
- "vite" : " ^6.0.7 " ,
44
+ "vite" : " ^6.2.0 " ,
45
45
"wrangler" : " ^3.101.0"
46
46
},
47
47
"peerDependencies" : {
Original file line number Diff line number Diff line change 66
66
"@astrojs/markdown-remark" : " workspace:*" ,
67
67
"@astrojs/prism" : " workspace:*" ,
68
68
"@markdoc/markdoc" : " ^0.4.0" ,
69
- "esbuild" : " ^0.24.2 " ,
69
+ "esbuild" : " ^0.25.0 " ,
70
70
"github-slugger" : " ^2.0.0" ,
71
71
"htmlparser2" : " ^10.0.0"
72
72
},
Original file line number Diff line number Diff line change 41
41
"@netlify/blobs" : " ^8.1.0" ,
42
42
"@netlify/functions" : " ^2.8.0" ,
43
43
"@vercel/nft" : " ^0.29.0" ,
44
- "esbuild" : " ^0.24 .0" ,
44
+ "esbuild" : " ^0.25 .0" ,
45
45
"tinyglobby" : " ^0.2.12" ,
46
- "vite" : " ^6.0.7 "
46
+ "vite" : " ^6.2.0 "
47
47
},
48
48
"peerDependencies" : {
49
49
"astro" : " ^5.3.0"
Original file line number Diff line number Diff line change 41
41
"@preact/signals" : " ^2.0.1" ,
42
42
"babel-plugin-transform-hook-names" : " ^1.0.2" ,
43
43
"preact-render-to-string" : " ^6.5.13" ,
44
- "vite" : " ^6.0.11 "
44
+ "vite" : " ^6.2.0 "
45
45
},
46
46
"devDependencies" : {
47
47
"astro" : " workspace:*" ,
Original file line number Diff line number Diff line change 51
51
"dependencies" : {
52
52
"@vitejs/plugin-react" : " ^4.3.4" ,
53
53
"ultrahtml" : " ^1.5.3" ,
54
- "vite" : " ^6.0.11 "
54
+ "vite" : " ^6.2.0 "
55
55
},
56
56
"devDependencies" : {
57
57
"@types/react" : " ^18.3.18" ,
Original file line number Diff line number Diff line change 35
35
"dev" : " astro-scripts dev \" src/**/*.ts\" "
36
36
},
37
37
"dependencies" : {
38
- "vite-plugin-solid " : " ^2.11.1 " ,
39
- "vite" : " ^6.0.11 "
38
+ "vite" : " ^6.2.0 " ,
39
+ "vite-plugin-solid " : " ^2.11.1 "
40
40
},
41
41
"devDependencies" : {
42
42
"astro" : " workspace:*" ,
Original file line number Diff line number Diff line change 41
41
"dependencies" : {
42
42
"@sveltejs/vite-plugin-svelte" : " ^5.0.3" ,
43
43
"svelte2tsx" : " ^0.7.34" ,
44
- "vite" : " ^6.0.11 "
44
+ "vite" : " ^6.2.0 "
45
45
},
46
46
"devDependencies" : {
47
47
"astro" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ async function getViteConfiguration(
42
42
43
43
postcssPlugins . push ( tailwindPlugin ( tailwindConfigPath ) ) ;
44
44
postcssPlugins . push ( autoprefixerPlugin ( ) ) ;
45
-
45
+
46
46
return {
47
47
css : {
48
48
postcss : {
Original file line number Diff line number Diff line change 51
51
"@vercel/edge" : " ^1.2.1" ,
52
52
"@vercel/nft" : " ^0.29.0" ,
53
53
"@vercel/routing-utils" : " ^5.0.4" ,
54
- "esbuild" : " ^0.24 .0" ,
54
+ "esbuild" : " ^0.25 .0" ,
55
55
"tinyglobby" : " ^0.2.12"
56
56
},
57
57
"peerDependencies" : {
Original file line number Diff line number Diff line change 45
45
"@vitejs/plugin-vue" : " ^5.2.1" ,
46
46
"@vitejs/plugin-vue-jsx" : " ^4.1.1" ,
47
47
"@vue/compiler-sfc" : " ^3.5.13" ,
48
- "vite" : " ^6.0.11 " ,
48
+ "vite" : " ^6.2.0 " ,
49
49
"vite-plugin-vue-devtools" : " ^7.7.1"
50
50
},
51
51
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments