chore(deps-dev): bump globals from 15.9.0 to 16.4.0 (#1062)

Bumps [globals](https://github.com/sindresorhus/globals) from 15.9.0 to 16.4.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.9.0...v16.4.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-12 11:52:24 -03:00
committed by GitHub
parent ce96925640
commit 9ffd534bc2
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"esbuild": "^0.25.6",
"eslint": "^9.9.0",
"glob": "^8.0.3",
"globals": "^15.9.0",
"globals": "^16.4.0",
"replace": "^1.2.2",
"rimraf": "^6.0.1",
"ts-patch": "^3.0.2",
@@ -2679,10 +2679,11 @@
}
},
"node_modules/globals": {
"version": "15.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz",
"integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==",
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
"integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},

View File

@@ -117,7 +117,7 @@
"esbuild": "^0.25.6",
"eslint": "^9.9.0",
"glob": "^8.0.3",
"globals": "^15.9.0",
"globals": "^16.4.0",
"replace": "^1.2.2",
"rimraf": "^6.0.1",
"ts-patch": "^3.0.2",