diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index e0d34477a..20cbc9314 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "eslint": "^9.25.1", - "globals": "^16.1.0" + "globals": "^16.2.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -1007,9 +1007,9 @@ } }, "node_modules/globals": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz", - "integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, "license": "MIT", "engines": { @@ -2152,9 +2152,9 @@ } }, "globals": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz", - "integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true }, "ignore": { diff --git a/sandbox/package.json b/sandbox/package.json index e9d8df14a..83d5645c1 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "eslint": "^9.25.1", - "globals": "^16.1.0" + "globals": "^16.2.0" } }