From de44be780b6dc6ba17f59d9b963aa47b530738cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:21:15 +0000 Subject: [PATCH] build(deps-dev): bump globals from 15.11.0 to 15.12.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.11.0 to 15.12.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c4bc5e3..e6cafd0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-es": "^4.1.0", "eslint-plugin-mocha": "^10.5.0", "extensionless": "^1.9.9", - "globals": "^15.11.0", + "globals": "^15.12.0", "husky": "^9.1.6", "mocha": "^10.7.3", "semver": "^7.6.3", @@ -7500,9 +7500,9 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f95a6901..141dd85b 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-es": "^4.1.0", "eslint-plugin-mocha": "^10.5.0", "extensionless": "^1.9.9", - "globals": "^15.11.0", + "globals": "^15.12.0", "husky": "^9.1.6", "mocha": "^10.7.3", "semver": "^7.6.3",