From 20163b347f8adbc7aa84b7091dea4dd11f34f7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:58:40 +0000 Subject: [PATCH] chore(deps): bump globals from 15.3.0 to 15.4.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.3.0 to 15.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.3.0...v15.4.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:production update-type: version-update:semver-minor ... 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 bad413d..26a72f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -186,8 +186,8 @@ importers: specifier: ^4.0.0 version: 4.0.0(eslint@8.57.0) globals: - specifier: ^15.3.0 - version: 15.3.0 + specifier: ^15.4.0 + version: 15.4.0 typescript-eslint: specifier: ^7.11.0 version: 7.11.0(eslint@8.57.0)(typescript@5.4.5) @@ -4022,8 +4022,8 @@ packages: dependencies: type-fest: 0.20.2 - /globals@15.3.0: - resolution: {integrity: sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==} + /globals@15.4.0: + resolution: {integrity: sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==} engines: {node: '>=18'} dev: false diff --git a/workspace/eslint-config/package.json b/workspace/eslint-config/package.json index 28abf8c..7d190b7 100644 --- a/workspace/eslint-config/package.json +++ b/workspace/eslint-config/package.json @@ -8,7 +8,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.3.0", + "globals": "^15.4.0", "typescript-eslint": "^7.11.0" } }