chore(deps-dev): bump globals from 16.4.0 to 17.0.0 (#1108)

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

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.0.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]
2026-01-30 19:26:35 +01:00
committed by GitHub
parent 29eaad9db6
commit 3be87aa4ec
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"cpy-cli": "^6.0.0",
"esbuild": "^0.25.6",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"globals": "^17.0.0",
"replace": "^1.2.2",
"rimraf": "^6.0.1",
"ts-patch": "^3.0.2",
@@ -2479,9 +2479,9 @@
}
},
"node_modules/globals": {
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
"integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz",
"integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==",
"dev": true,
"license": "MIT",
"engines": {

View File

@@ -115,7 +115,7 @@
"cpy-cli": "^6.0.0",
"esbuild": "^0.25.6",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"globals": "^17.0.0",
"replace": "^1.2.2",
"rimraf": "^6.0.1",
"ts-patch": "^3.0.2",