From 519015fc7d13719428a5493bced0e8bff6370262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 04:42:32 +0000 Subject: [PATCH] chore(deps): bump globals from 16.4.0 to 17.1.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.4.0 to 17.1.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v17.1.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++----------- packages/eslint-config/package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a38a7bb..7a1d4bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2636,10 +2636,9 @@ } }, "node_modules/globals": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", - "license": "MIT", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", "engines": { "node": ">=18" }, @@ -5371,13 +5370,13 @@ }, "packages/eslint-config": { "name": "@mitsue/eslint-config", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "dependencies": { - "globals": "^16.4.0" + "globals": "^17.1.0" }, "peerDependencies": { - "eslint": ">= 9.4.0" + "eslint": ">= 9.37.0" } } }, @@ -6273,7 +6272,7 @@ "@mitsue/eslint-config": { "version": "file:packages/eslint-config", "requires": { - "globals": "^16.4.0" + "globals": "^17.1.0" } }, "@sinclair/typebox": { @@ -7311,9 +7310,9 @@ } }, "globals": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==" + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==" }, "got": { "version": "11.8.6", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a46a2e4..8eeb682 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -30,6 +30,6 @@ "eslint": ">= 9.37.0" }, "dependencies": { - "globals": "^16.4.0" + "globals": "^17.1.0" } }