build(deps-dev): Bump globals from 15.7.0 to 15.8.0

Bumps [globals](https://github.com/sindresorhus/globals) from 15.7.0 to 15.8.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.7.0...v15.8.0)

---
updated-dependencies:
- dependency-name: globals
  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] 2024-07-12 12:53:11 +00:00 committed by GitHub
parent 19f2803590
commit 51c3ba8ecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@eslint/js": "^9.6.0", "@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin": "^2.3.0", "@stylistic/eslint-plugin": "^2.3.0",
"eslint": "^9.6.0", "eslint": "^9.6.0",
"globals": "^15.7.0", "globals": "^15.8.0",
"stylelint": "^16.6.1", "stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1" "stylelint-config-standard": "^36.0.1"
} }
@ -1393,9 +1393,9 @@
} }
}, },
"node_modules/globals": { "node_modules/globals": {
"version": "15.7.0", "version": "15.8.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.7.0.tgz", "resolved": "https://registry.npmjs.org/globals/-/globals-15.8.0.tgz",
"integrity": "sha512-ivatRXWwKC6ImcdKO7dOwXuXR5XFrdwo45qFwD7D0qOkEPzzJdLXC3BHceBdyrPOD3p1suPaWi4Y4NMm2D++AQ==", "integrity": "sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=18" "node": ">=18"

View file

@ -9,7 +9,7 @@
"@eslint/js": "^9.6.0", "@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin": "^2.3.0", "@stylistic/eslint-plugin": "^2.3.0",
"eslint": "^9.6.0", "eslint": "^9.6.0",
"globals": "^15.7.0", "globals": "^15.8.0",
"stylelint": "^16.6.1", "stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1" "stylelint-config-standard": "^36.0.1"
}, },