diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index d3763c082..dd5df00cd 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "eslint": "^9.25.1", - "globals": "^16.3.0" + "globals": "^16.4.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -989,9 +989,9 @@ } }, "node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", + "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", "dev": true, "engines": { "node": ">=18" @@ -2125,9 +2125,9 @@ } }, "globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", + "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", "dev": true }, "ignore": { diff --git a/sandbox/package.json b/sandbox/package.json index 50c651733..881b59e82 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "eslint": "^9.25.1", - "globals": "^16.3.0" + "globals": "^16.4.0" } }