Skip to content

Commit

Permalink
build(deps-dev): bump globals from 15.15.0 to 16.0.0 (#752)
Browse files Browse the repository at this point in the history
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.15.0...v16.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 1f77e4e commit ad572de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vscode/vsce": "^3.2.2",
"eslint": "^9.20.1",
"eslint-plugin-jest": "^28.11.0",
"globals": "^15.15.0",
"globals": "^16.0.0",
"json-loader": "^0.5.7",
"jsonc": "^2.0.0",
"ts-loader": "^9.5.2",
Expand Down Expand Up @@ -5487,9 +5487,9 @@
}
},
"node_modules/globals": {
"version": "15.15.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
"integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@vscode/vsce": "^3.2.2",
"eslint": "^9.20.1",
"eslint-plugin-jest": "^28.11.0",
"globals": "^15.15.0",
"globals": "^16.0.0",
"json-loader": "^0.5.7",
"jsonc": "^2.0.0",
"ts-loader": "^9.5.2",
Expand Down

0 comments on commit ad572de

Please sign in to comment.