Bump globals from 16.5.0 to 17.2.0 (#1977)

Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.2.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.2.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-03-12 17:17:56 +01:00
committed by GitHub
parent 0e84a14845
commit 3d818e7c1d
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"eslint-plugin-jsdoc": "^61.7.1",
"eslint-plugin-unicorn": "^62.0.0",
"fflate": "^0.8.2",
"globals": "^16.5.0",
"globals": "^17.2.0",
"mocha": "^11.7.5",
"playwright": "^1.58.1",
"rollup": "^4.59.0",
@@ -6509,6 +6509,19 @@
"eslint": ">=9.38.0"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/globals": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/strip-indent": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz",
@@ -7625,9 +7638,9 @@
}
},
"node_modules/globals": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.2.0.tgz",
"integrity": "sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==",
"dev": true,
"license": "MIT",
"engines": {

View File

@@ -101,7 +101,7 @@
"eslint-plugin-jsdoc": "^61.7.1",
"eslint-plugin-unicorn": "^62.0.0",
"fflate": "^0.8.2",
"globals": "^16.5.0",
"globals": "^17.2.0",
"mocha": "^11.7.5",
"playwright": "^1.58.1",
"rollup": "^4.59.0",