Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 1954a32

Browse files
build(deps-dev): bump globals from 15.12.0 to 15.13.0 (#703)
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>
1 parent 9e22d86 commit 1954a32

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vscode/vsce": "^3.2.1",
2121
"eslint": "^9.15.0",
2222
"eslint-plugin-jest": "^28.8.3",
23-
"globals": "^15.12.0",
23+
"globals": "^15.13.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.4.4",
@@ -5409,11 +5409,10 @@
54095409
}
54105410
},
54115411
"node_modules/globals": {
5412-
"version": "15.12.0",
5413-
"resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
5414-
"integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
5412+
"version": "15.13.0",
5413+
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
5414+
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
54155415
"dev": true,
5416-
"license": "MIT",
54175416
"engines": {
54185417
"node": ">=18"
54195418
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@vscode/vsce": "^3.2.1",
5959
"eslint": "^9.15.0",
6060
"eslint-plugin-jest": "^28.8.3",
61-
"globals": "^15.12.0",
61+
"globals": "^15.13.0",
6262
"json-loader": "^0.5.7",
6363
"jsonc": "^2.0.0",
6464
"ts-loader": "^9.4.4",

0 commit comments

Comments
 (0)