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

Commit 6ca538a

Browse files
build(deps-dev): bump globals from 16.1.0 to 16.2.0 (#799)
Bumps [globals](https://github.com/sindresorhus/globals) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.1.0...v16.2.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.2.0 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 8e38a58 commit 6ca538a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vscode/vsce": "^3.4.2",
2121
"eslint": "^9.27.0",
2222
"eslint-plugin-jest": "^28.11.0",
23-
"globals": "^16.0.0",
23+
"globals": "^16.2.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.5.2",
@@ -6233,9 +6233,9 @@
62336233
}
62346234
},
62356235
"node_modules/globals": {
6236-
"version": "16.1.0",
6237-
"resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz",
6238-
"integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==",
6236+
"version": "16.2.0",
6237+
"resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz",
6238+
"integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==",
62396239
"dev": true,
62406240
"license": "MIT",
62416241
"engines": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@vscode/vsce": "^3.4.2",
6060
"eslint": "^9.27.0",
6161
"eslint-plugin-jest": "^28.11.0",
62-
"globals": "^16.0.0",
62+
"globals": "^16.2.0",
6363
"json-loader": "^0.5.7",
6464
"jsonc": "^2.0.0",
6565
"ts-loader": "^9.5.2",

0 commit comments

Comments
 (0)