From b42225d3d82305a2c7ee6d816557534f553e6c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:12:45 +0000 Subject: [PATCH] Build(deps): bump globals in /docs/checkstyle/eslint-config Bumps [globals](https://github.com/sindresorhus/globals) from 15.11.0 to 16.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v16.0.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/checkstyle/eslint-config/package-lock.json | 9 +++++---- docs/checkstyle/eslint-config/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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" } }