diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 4b9658757..1b44e122f 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@eslint/js": "^10.0.0", "eslint": "10.2.1", - "globals": "^17.0.0" + "globals": "^17.12.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -918,9 +918,9 @@ } }, "node_modules/globals": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", - "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", + "version": "17.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.12.0.tgz", + "integrity": "sha512-cezEd/DTyyht9cvSSURyygXPfy04GtWO/5e6ZPvH7fCtjKz9PYOmuawphw1Ctd1f6C+5JypXfGD7ahNMXvevBA==", "dev": true, "license": "MIT", "engines": { diff --git a/sandbox/package.json b/sandbox/package.json index b5ee992ae..bd7063cc9 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -19,6 +19,6 @@ "devDependencies": { "@eslint/js": "^10.0.0", "eslint": "10.2.1", - "globals": "^17.0.0" + "globals": "^17.12.0" } }