diff --git a/package-lock.json b/package-lock.json index 96e4cae..65f9310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@microsoft/eslint-formatter-sarif": "^3.1.0", "@stylistic/eslint-plugin": "^5.6.1", "eslint": "^9.39.2", - "globals": "^16.5.0" + "globals": "^17.0.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -513,7 +513,6 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -708,7 +707,6 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -964,10 +962,11 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", + "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index a63686a..91f252e 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "@microsoft/eslint-formatter-sarif": "^3.1.0", "@stylistic/eslint-plugin": "^5.6.1", "eslint": "^9.39.2", - "globals": "^16.5.0" + "globals": "^17.0.0" } }