diff --git a/package-lock.json b/package-lock.json index a86eb29..e59828d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint-plugin-n": "17.15.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "56.0.1", - "globals": "16.2.0", + "globals": "16.3.0", "typescript-eslint": "8.24.1" }, "devDependencies": { @@ -1986,9 +1986,9 @@ } }, "node_modules/globals": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", - "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", + "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 16cea25..ec442c6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-n": "17.15.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "56.0.1", - "globals": "16.2.0", + "globals": "16.3.0", "typescript-eslint": "8.24.1" } }