From bf335105e01942d608142adbd1801c7c579dba98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:44:05 +0000 Subject: [PATCH] chore(deps-dev): bump globals from 14.0.0 to 15.0.0 Bumps [globals](https://github.com/sindresorhus/globals) from 14.0.0 to 15.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 668c7476..daf4bf43 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.8.0", "eslint-plugin-eslint-plugin": "^6.0.0", - "globals": "^14.0.0", + "globals": "^15.0.0", "husky": "^9.0.5", "jest": "^29.2.2", "np": "^10.0.4", diff --git a/yarn.lock b/yarn.lock index 9aa3826a..4dfc8779 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2940,10 +2940,10 @@ globals@^13.19.0: dependencies: type-fest "^0.20.2" -globals@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e" - integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== +globals@^15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-15.0.0.tgz#9c6cd4e54327ceaab563b4c17ee5e9d181c03fd2" + integrity sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw== globby@^11.1.0: version "11.1.0"