diff --git a/package-lock.json b/package-lock.json index 2aa4d592..44a5e7a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@types/react-dom": "^19.2.3", "@types/three": "^0.184.0", "@vitejs/plugin-react": "^6.0.1", - "globals": "^16.5.0", + "globals": "^17.5.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.2", @@ -5294,9 +5294,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/package.json b/package.json index e5ee733e..ff39c9ac 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/react-dom": "^19.2.3", "@types/three": "^0.184.0", "@vitejs/plugin-react": "^6.0.1", - "globals": "^16.5.0", + "globals": "^17.5.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.2",