build(deps-dev): bump globals from 17.2.0 to 17.3.0

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

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-07 10:02:49 +00:00
committed by GitHub
parent 098a161cdd
commit 8e8296579a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"autoprefixer": "^10.4.24",
"eslint": "^9.39.2",
"eslint-plugin-compat": "^6.1.0",
"globals": "^17.2.0",
"globals": "^17.3.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"prettier": "^3.8.1",
@@ -4624,9 +4624,9 @@
}
},
"node_modules/globals": {
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.2.0.tgz",
"integrity": "sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==",
"version": "17.3.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
"integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
"dev": true,
"license": "MIT",
"engines": {

View File

@@ -55,7 +55,7 @@
"autoprefixer": "^10.4.24",
"eslint": "^9.39.2",
"eslint-plugin-compat": "^6.1.0",
"globals": "^17.2.0",
"globals": "^17.3.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"prettier": "^3.8.1",