From 04d043cfc62502491f27c11405ee3528d378b278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:31:03 +0000 Subject: [PATCH] Build(deps): bump globals in /docs/checkstyle/eslint-config Bumps [globals](https://github.com/sindresorhus/globals) from 17.4.0 to 17.6.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.4.0...v17.6.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/checkstyle/eslint-config/package-lock.json | 8 ++++---- docs/checkstyle/eslint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/checkstyle/eslint-config/package-lock.json b/docs/checkstyle/eslint-config/package-lock.json index 394d684317c..8007f2abb34 100644 --- a/docs/checkstyle/eslint-config/package-lock.json +++ b/docs/checkstyle/eslint-config/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@eslint/js": "^10.0.1", "eslint-plugin-headers": "^1.3.4", - "globals": "^17.4.0" + "globals": "^17.6.0" }, "peerDependencies": { "eslint": ">= 9" @@ -572,9 +572,9 @@ } }, "node_modules/globals": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", - "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", "license": "MIT", "engines": { "node": ">=18" diff --git a/docs/checkstyle/eslint-config/package.json b/docs/checkstyle/eslint-config/package.json index 86b6dfba195..3cff1418b68 100644 --- a/docs/checkstyle/eslint-config/package.json +++ b/docs/checkstyle/eslint-config/package.json @@ -10,6 +10,6 @@ "dependencies": { "@eslint/js": "^10.0.1", "eslint-plugin-headers": "^1.3.4", - "globals": "^17.4.0" + "globals": "^17.6.0" } }