chore(deps): update dependency globals to v16
Some checks failed
renovate/artifacts Artifact file update failure
Continuous Integration / TypeScript Tests (pull_request) Successful in 15s
Check dist/ / Check dist/ (pull_request) Failing after 17s
CodeQL / Analyze (pull_request) Failing after 17s
build-test / test (ubuntu-latest) (pull_request) Successful in 4s
build-test / build (pull_request) Successful in 15s
build-test / specific_version (pull_request) Successful in 6s
build-test / test (macos-latest) (pull_request) Has been cancelled
build-test / test (windows-latest) (pull_request) Has been cancelled
Some checks failed
renovate/artifacts Artifact file update failure
Continuous Integration / TypeScript Tests (pull_request) Successful in 15s
Check dist/ / Check dist/ (pull_request) Failing after 17s
CodeQL / Analyze (pull_request) Failing after 17s
build-test / test (ubuntu-latest) (pull_request) Successful in 4s
build-test / build (pull_request) Successful in 15s
build-test / specific_version (pull_request) Successful in 6s
build-test / test (macos-latest) (pull_request) Has been cancelled
build-test / test (windows-latest) (pull_request) Has been cancelled
This commit is contained in:
parent
ae49e30b93
commit
f1114bf874
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -21,7 +21,7 @@
|
|||
"@types/node": "^22.10.10",
|
||||
"@vercel/ncc": "^0.38.3",
|
||||
"eslint": "^9.19.0",
|
||||
"globals": "^15.14.0",
|
||||
"globals": "^16.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^29.7.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
|
@ -3285,9 +3285,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "15.14.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
|
||||
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz",
|
||||
"integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"@types/node": "^22.10.10",
|
||||
"@vercel/ncc": "^0.38.3",
|
||||
"eslint": "^9.19.0",
|
||||
"globals": "^15.14.0",
|
||||
"globals": "^16.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^29.7.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue