CI(deps): Update dependency globals to v15.7.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a67b75e02f
commit
62c8c6b5aa
2 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
||||||
"@eslint/js": "9.6.0",
|
"@eslint/js": "9.6.0",
|
||||||
"eslint": "9.6.0",
|
"eslint": "9.6.0",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"globals": "15.6.0"
|
"globals": "15.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@revi/prettier-config": "../prettier-config",
|
"@revi/prettier-config": "../prettier-config",
|
||||||
|
|
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -7781,9 +7781,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/globals": {
|
"node_modules/globals": {
|
||||||
"version": "15.6.0",
|
"version": "15.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.7.0.tgz",
|
||||||
"integrity": "sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==",
|
"integrity": "sha512-ivatRXWwKC6ImcdKO7dOwXuXR5XFrdwo45qFwD7D0qOkEPzzJdLXC3BHceBdyrPOD3p1suPaWi4Y4NMm2D++AQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
|
@ -13849,13 +13849,13 @@
|
||||||
},
|
},
|
||||||
"npm/eslint-config": {
|
"npm/eslint-config": {
|
||||||
"name": "@revi/eslint-config",
|
"name": "@revi/eslint-config",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslint/js": "9.6.0",
|
"@eslint/js": "9.6.0",
|
||||||
"eslint": "9.6.0",
|
"eslint": "9.6.0",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"globals": "15.6.0"
|
"globals": "15.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@revi/prettier-config": "../prettier-config",
|
"@revi/prettier-config": "../prettier-config",
|
||||||
|
@ -13873,7 +13873,7 @@
|
||||||
},
|
},
|
||||||
"npm/prettier-config": {
|
"npm/prettier-config": {
|
||||||
"name": "@revi/prettier-config",
|
"name": "@revi/prettier-config",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prettier/plugin-php": "0.22.2",
|
"@prettier/plugin-php": "0.22.2",
|
||||||
|
|
Loading…
Reference in a new issue