From d33d1812ed146aa98ae9d654d800f4ee854696fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 05:36:47 +0000 Subject: [PATCH] Bump globals from 15.14.0 to 17.6.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.14.0 to 17.6.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.14.0...v17.6.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 20 +++++--------------- tooling/eslint/package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a2315e..fc430c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -508,8 +508,8 @@ importers: specifier: 2.1.3 version: 2.1.3(eslint@9.17.0(jiti@2.7.0)) globals: - specifier: 15.14.0 - version: 15.14.0 + specifier: 17.6.0 + version: 17.6.0 minimatch: specifier: 10.2.3 version: 10.2.3 @@ -772,12 +772,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.25.12': - resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - '@esbuild/linux-ia32@0.25.12': resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} engines: {node: '>=18'} @@ -3409,8 +3403,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.14.0: - resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} + globals@17.6.0: + resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==} engines: {node: '>=18'} globalthis@1.0.4: @@ -5016,9 +5010,6 @@ snapshots: '@esbuild/linux-arm64@0.25.12': optional: true - '@esbuild/linux-arm@0.25.12': - optional: true - '@esbuild/linux-ia32@0.25.12': optional: true @@ -7445,7 +7436,6 @@ snapshots: '@esbuild/darwin-x64': 0.25.12 '@esbuild/freebsd-arm64': 0.25.12 '@esbuild/freebsd-x64': 0.25.12 - '@esbuild/linux-arm': 0.25.12 '@esbuild/linux-arm64': 0.25.12 '@esbuild/linux-ia32': 0.25.12 '@esbuild/linux-loong64': 0.25.12 @@ -7910,7 +7900,7 @@ snapshots: globals@14.0.0: {} - globals@15.14.0: {} + globals@17.6.0: {} globalthis@1.0.4: dependencies: diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 6da1359..f9527f6 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -27,7 +27,7 @@ "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-turbo": "2.1.3", - "globals": "15.14.0", + "globals": "17.6.0", "minimatch": "10.2.3", "typescript-eslint": "8.26.1" },