diff --git a/package-lock.json b/package-lock.json index 6f0340c..959e0f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "commit-and-tag-version": "^12.7.3", "eslint": "^10.8.0", "eslint-plugin-import-x": "^4.17.1", - "globals": "^17.6.0", + "globals": "^17.9.0", "lint-staged": "^17.2.0", "markdownlint-cli2": "^0.23.1", "prettier": "^3.8.3", @@ -3067,9 +3067,9 @@ } }, "node_modules/globals": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", - "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", + "version": "17.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz", + "integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6792b12..184d2d2 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "commit-and-tag-version": "^12.7.3", "eslint": "^10.8.0", "eslint-plugin-import-x": "^4.17.1", - "globals": "^17.6.0", + "globals": "^17.9.0", "lint-staged": "^17.2.0", "markdownlint-cli2": "^0.23.1", "prettier": "^3.8.3",