diff --git a/packages/create-rsbuild/template-eslint/common-js/package.json b/packages/create-rsbuild/template-eslint/common-js/package.json index ae677444a2..78d8089982 100644 --- a/packages/create-rsbuild/template-eslint/common-js/package.json +++ b/packages/create-rsbuild/template-eslint/common-js/package.json @@ -8,6 +8,6 @@ "devDependencies": { "@eslint/js": "^9.6.0", "eslint": "^9.6.0", - "globals": "^15.6.0" + "globals": "^15.8.0" } } diff --git a/packages/create-rsbuild/template-eslint/common-ts/package.json b/packages/create-rsbuild/template-eslint/common-ts/package.json index e77afd7601..152be441d5 100644 --- a/packages/create-rsbuild/template-eslint/common-ts/package.json +++ b/packages/create-rsbuild/template-eslint/common-ts/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@eslint/js": "^9.6.0", "eslint": "^9.6.0", - "globals": "^15.6.0", + "globals": "^15.8.0", "typescript-eslint": "^7.14.1" } } diff --git a/packages/create-rsbuild/template-eslint/react-js/package.json b/packages/create-rsbuild/template-eslint/react-js/package.json index 0320bc71f9..55d7656778 100644 --- a/packages/create-rsbuild/template-eslint/react-js/package.json +++ b/packages/create-rsbuild/template-eslint/react-js/package.json @@ -11,6 +11,6 @@ "eslint": "^9.6.0", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", - "globals": "^15.6.0" + "globals": "^15.8.0" } } diff --git a/packages/create-rsbuild/template-eslint/react-ts/package.json b/packages/create-rsbuild/template-eslint/react-ts/package.json index 721863d796..f78222deb1 100644 --- a/packages/create-rsbuild/template-eslint/react-ts/package.json +++ b/packages/create-rsbuild/template-eslint/react-ts/package.json @@ -11,7 +11,7 @@ "eslint": "^9.6.0", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", - "globals": "^15.6.0", + "globals": "^15.8.0", "typescript-eslint": "^7.14.1" } } diff --git a/packages/create-rsbuild/template-eslint/svelte-js/package.json b/packages/create-rsbuild/template-eslint/svelte-js/package.json index e1865f659e..c173c4a789 100644 --- a/packages/create-rsbuild/template-eslint/svelte-js/package.json +++ b/packages/create-rsbuild/template-eslint/svelte-js/package.json @@ -9,6 +9,6 @@ "@eslint/js": "^9.6.0", "eslint": "^9.6.0", "eslint-plugin-svelte": "^2.41.0", - "globals": "^15.6.0" + "globals": "^15.8.0" } } diff --git a/packages/create-rsbuild/template-eslint/svelte-ts/package.json b/packages/create-rsbuild/template-eslint/svelte-ts/package.json index 4bc320f638..0a52029014 100644 --- a/packages/create-rsbuild/template-eslint/svelte-ts/package.json +++ b/packages/create-rsbuild/template-eslint/svelte-ts/package.json @@ -9,7 +9,7 @@ "@eslint/js": "^9.6.0", "eslint": "^9.6.0", "eslint-plugin-svelte": "^2.41.0", - "globals": "^15.6.0", + "globals": "^15.8.0", "typescript-eslint": "^8.0.0-alpha.38" }, "type": "module" diff --git a/packages/create-rsbuild/template-eslint/vue-js/package.json b/packages/create-rsbuild/template-eslint/vue-js/package.json index 35003666a6..3924c9fc0d 100644 --- a/packages/create-rsbuild/template-eslint/vue-js/package.json +++ b/packages/create-rsbuild/template-eslint/vue-js/package.json @@ -9,6 +9,6 @@ "@eslint/js": "^9.6.0", "eslint": "^9.6.0", "eslint-plugin-vue": "^9.26.0", - "globals": "^15.6.0" + "globals": "^15.8.0" } } diff --git a/packages/create-rsbuild/template-eslint/vue-ts/package.json b/packages/create-rsbuild/template-eslint/vue-ts/package.json index 62a3ff306d..231a6c5ea9 100644 --- a/packages/create-rsbuild/template-eslint/vue-ts/package.json +++ b/packages/create-rsbuild/template-eslint/vue-ts/package.json @@ -9,7 +9,7 @@ "@eslint/js": "^9.6.0", "eslint": "^9.6.0", "eslint-plugin-vue": "^9.26.0", - "globals": "^15.6.0", + "globals": "^15.8.0", "typescript-eslint": "^7.14.1" } }