diff --git a/package-lock.json b/package-lock.json index 95e3b0c..34b76b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-erasable-syntax-only": "^0.4.0", - "globals": "^16.5.0", + "globals": "^17.5.0", "prettier": "3.8.2", "rimraf": "^6.1.3", "semantic-release": "^25.0.3", @@ -2880,9 +2880,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.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", + "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 048e68e..5113ab4 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-erasable-syntax-only": "^0.4.0", - "globals": "^16.5.0", + "globals": "^17.5.0", "prettier": "3.8.2", "rimraf": "^6.1.3", "semantic-release": "^25.0.3",