From 0f6a5563b4dc35c9dc2c958f6f0caebdfcba7881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 07:05:25 +0000 Subject: [PATCH] chore(deps-dev): bump globals from 15.14.0 to 16.0.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.14.0 to 16.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.14.0...v16.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22a8380..817dc90 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-package-json": "0.25.0", "eslint-plugin-perfectionist": "4.8.0", "eslint-plugin-yml": "1.16.0", - "globals": "15.14.0", + "globals": "16.0.0", "jsonc-eslint-parser": "2.4.0", "lint-staged": "15.4.3", "neostandard": "0.12.1",