diff --git a/docs/checkstyle/eslint-config/package-lock.json b/docs/checkstyle/eslint-config/package-lock.json index cc7ebc48c05..d18446bcc5a 100644 --- a/docs/checkstyle/eslint-config/package-lock.json +++ b/docs/checkstyle/eslint-config/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@eslint/js": "^9.13.0", "eslint-plugin-headers": "^1.2.0", - "globals": "^15.11.0" + "globals": "^16.0.0" }, "peerDependencies": { "eslint": ">= 9" @@ -601,9 +601,10 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", + "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "license": "MIT", "engines": { "node": ">=18" }, diff --git a/docs/checkstyle/eslint-config/package.json b/docs/checkstyle/eslint-config/package.json index 64db5fdec57..a3a4d617192 100644 --- a/docs/checkstyle/eslint-config/package.json +++ b/docs/checkstyle/eslint-config/package.json @@ -10,6 +10,6 @@ "dependencies": { "@eslint/js": "^9.13.0", "eslint-plugin-headers": "^1.2.0", - "globals": "^15.11.0" + "globals": "^16.0.0" } }