From 9e1672b18fa481cc22568271d1ab70a5d36825cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 20:08:44 +0800 Subject: [PATCH] bump(deps): update dependency globals to ^15.3.0 (#65) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 84840fa..24fd15c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,8 +93,8 @@ importers: specifier: ^3.2.0 version: 3.2.0(eslint@8.57.0) globals: - specifier: ^15.2.0 - version: 15.2.0 + specifier: ^15.3.0 + version: 15.3.0 typescript-eslint: specifier: ^7.9.0 version: 7.9.0(eslint@8.57.0)(typescript@5.4.3) @@ -2807,8 +2807,8 @@ packages: dependencies: type-fest: 0.20.2 - /globals@15.2.0: - resolution: {integrity: sha512-FQ5YwCHZM3nCmtb5FzEWwdUc9K5d3V/w9mzcz8iGD1gC/aOTHc6PouYu0kkKipNJqHAT7m51sqzQjEjIP+cK0A==} + /globals@15.3.0: + resolution: {integrity: sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==} engines: {node: '>=18'} dev: false diff --git a/workspace/eslint-config/package.json b/workspace/eslint-config/package.json index 37bdd03..db146d0 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": "^3.2.0", - "globals": "^15.2.0", + "globals": "^15.3.0", "typescript-eslint": "^7.9.0" } }