diff --git a/package-lock.json b/package-lock.json index 0e1cb59..435fc04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@stylistic/eslint-plugin": "^2.9.0", "eslint-plugin-n": "^17.11.1", - "globals": "^15.10.0", + "globals": "^15.11.0", "typescript-eslint": "^8.9.0" }, "devDependencies": { @@ -2462,9 +2462,9 @@ } }, "node_modules/globals": { - "version": "15.10.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.10.0.tgz", - "integrity": "sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index cee29cc..c0d0433 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@stylistic/eslint-plugin": "^2.9.0", "eslint-plugin-n": "^17.11.1", - "globals": "^15.10.0", + "globals": "^15.11.0", "typescript-eslint": "^8.9.0" }, "devDependencies": {