diff --git a/package-lock.json b/package-lock.json index 73fbd84..a78c03e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@node-core/remark-lint": "^1.3.0", "eslint": "^10.7.0", "eslint-plugin-mdx": "^3.8.1", - "globals": "^17.7.0", + "globals": "^17.8.0", "husky": "^9.1.7", "lint-staged": "^17.1.0", "prettier": "^3.9.6", @@ -4420,9 +4420,9 @@ } }, "node_modules/globals": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", - "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", + "version": "17.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", + "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 06d73f0..816ede9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@node-core/remark-lint": "^1.3.0", "eslint": "^10.7.0", "eslint-plugin-mdx": "^3.8.1", - "globals": "^17.7.0", + "globals": "^17.8.0", "husky": "^9.1.7", "lint-staged": "^17.1.0", "prettier": "^3.9.6",