build(deps): bump globals from 15.6.0 to 15.7.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.6.0 to 15.7.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.6.0...v15.7.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6a974dc6f8
commit
77c5281e0f
2 changed files with 5 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
"@eslint/js": "9.6.0",
|
||||
"eslint": "9.6.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.6.0"
|
||||
"globals": "15.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@revi/prettier-config": "../prettier-config",
|
||||
|
|
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -7781,10 +7781,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "15.6.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz",
|
||||
"integrity": "sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==",
|
||||
"license": "MIT",
|
||||
"version": "15.7.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.7.0.tgz",
|
||||
"integrity": "sha512-ivatRXWwKC6ImcdKO7dOwXuXR5XFrdwo45qFwD7D0qOkEPzzJdLXC3BHceBdyrPOD3p1suPaWi4Y4NMm2D++AQ==",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
|
@ -13855,7 +13854,7 @@
|
|||
"@eslint/js": "9.6.0",
|
||||
"eslint": "9.6.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.6.0"
|
||||
"globals": "15.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@revi/prettier-config": "../prettier-config",
|
||||
|
|
Loading…
Reference in a new issue