diff --git a/package-lock.json b/package-lock.json index ac0e226..80a7576 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint": "^8.57.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.32.0", - "globals": "^16.5.0", + "globals": "^17.0.0", "npm-run-all": "^4.1.5", "rimraf": "^6.1.2", "typescript": "^5.9.3", @@ -14600,9 +14600,9 @@ } }, "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": { diff --git a/package.json b/package.json index fa506f6..b8726a8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint": "^8.57.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.32.0", - "globals": "^16.5.0", + "globals": "^17.0.0", "npm-run-all": "^4.1.5", "rimraf": "^6.1.2", "typescript": "^5.9.3",