From d2bc573fdbdd90be403b86c9db6f92df3f695e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:15:11 +0000 Subject: [PATCH] chore(deps): bump globals from 15.4.0 to 15.5.0 in the workspace group Bumps the workspace group with 1 update: [globals](https://github.com/sindresorhus/globals). Updates `globals` from 15.4.0 to 15.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.4.0...v15.5.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workspace ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- workspace/eslint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3677bb9..c45de3d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,8 +96,8 @@ importers: specifier: ^4.0.0 version: 4.0.0(eslint@8.57.0) globals: - specifier: ^15.4.0 - version: 15.4.0 + specifier: ^15.5.0 + version: 15.5.0 typescript-eslint: specifier: ^7.13.0 version: 7.13.0(eslint@8.57.0)(typescript@5.4.5) @@ -2828,8 +2828,8 @@ packages: dependencies: type-fest: 0.20.2 - /globals@15.4.0: - resolution: {integrity: sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==} + /globals@15.5.0: + resolution: {integrity: sha512-r7/9tQj5RylGxt/BKGv0D2SvehYvRFYg4ukSNk+EuZxvWI7uK/MJFmOCLq8aKvgh3EVBYFbBlOMAtaITXZr80w==} engines: {node: '>=18'} dev: false diff --git a/workspace/eslint-config/package.json b/workspace/eslint-config/package.json index 6875d2d..22311dc 100644 --- a/workspace/eslint-config/package.json +++ b/workspace/eslint-config/package.json @@ -9,7 +9,7 @@ "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-unused-imports": "^4.0.0", - "globals": "^15.4.0", + "globals": "^15.5.0", "typescript-eslint": "^7.13.0" } }