diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index d81a69781..a539cf2a3 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "eslint": "^9.25.1", - "globals": "^16.4.0" + "globals": "^16.5.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -987,9 +987,9 @@ } }, "node_modules/globals": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "engines": { "node": ">=18" @@ -2123,9 +2123,9 @@ } }, "globals": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true }, "ignore": { diff --git a/sandbox/package.json b/sandbox/package.json index 881b59e82..0c1eba60a 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "eslint": "^9.25.1", - "globals": "^16.4.0" + "globals": "^16.5.0" } }