diff --git a/package-lock.json b/package-lock.json index 51cc559..10e773d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^27.9.0", - "globals": "^16.5.0", + "globals": "^17.0.0", "npm-run-all": "^4.1.5", "rimraf": "^6.1.2", "typescript": "^5.9.3", @@ -14618,9 +14618,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 d4ffbcd..f648870 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^27.9.0", - "globals": "^16.5.0", + "globals": "^17.0.0", "npm-run-all": "^4.1.5", "rimraf": "^6.1.2", "typescript": "^5.9.3",