Skip to content

Commit

Permalink
build(deps-dev): bump globals from 15.12.0 to 15.13.0 (#703)
Browse files Browse the repository at this point in the history
Bumps [globals](https://github.com/sindresorhus/globals) from 15.12.0 to 15.13.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.12.0...v15.13.0)

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

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 Dec 2, 2024
1 parent 9e22d86 commit 1954a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vscode/vsce": "^3.2.1",
"eslint": "^9.15.0",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.12.0",
"globals": "^15.13.0",
"json-loader": "^0.5.7",
"jsonc": "^2.0.0",
"ts-loader": "^9.4.4",
Expand Down Expand Up @@ -5409,11 +5409,10 @@
}
},
"node_modules/globals": {
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
"integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
"version": "15.13.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@vscode/vsce": "^3.2.1",
"eslint": "^9.15.0",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.12.0",
"globals": "^15.13.0",
"json-loader": "^0.5.7",
"jsonc": "^2.0.0",
"ts-loader": "^9.4.4",
Expand Down

0 comments on commit 1954a32

Please sign in to comment.