diff --git a/package-lock.json b/package-lock.json index 4848313..4084805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint-plugin-n": "17.13.1", "eslint-plugin-promise": "7.1.0", "eslint-plugin-unicorn": "56.0.0", - "globals": "15.13.0", + "globals": "15.14.0", "typescript-eslint": "8.14.0" }, "devDependencies": { @@ -1921,9 +1921,9 @@ } }, "node_modules/globals": { - "version": "15.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", - "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", + "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 3e4671f..1dc7903 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-n": "17.13.1", "eslint-plugin-promise": "7.1.0", "eslint-plugin-unicorn": "56.0.0", - "globals": "15.13.0", + "globals": "15.14.0", "typescript-eslint": "8.14.0" } }