diff --git a/vortex-web/package-lock.json b/vortex-web/package-lock.json index aa41e786f74..e140a8d8cf7 100644 --- a/vortex-web/package-lock.json +++ b/vortex-web/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-storybook": "^10.3.3", - "globals": "^16.0.0", + "globals": "^17.0.0", "prettier": "^3.8.1", "storybook": "^10.3.3", "tailwindcss": "^4.1.4", @@ -3776,9 +3776,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", + "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", "dev": true, "license": "MIT", "engines": { diff --git a/vortex-web/package.json b/vortex-web/package.json index 55740faee04..f2a3e6f53bf 100644 --- a/vortex-web/package.json +++ b/vortex-web/package.json @@ -40,7 +40,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-storybook": "^10.3.3", - "globals": "^16.0.0", + "globals": "^17.0.0", "prettier": "^3.8.1", "storybook": "^10.3.3", "tailwindcss": "^4.1.4",