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

Commit 4621cfa

Browse files
build(deps-dev): bump globals from 16.3.0 to 16.4.0
Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 16.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.3.0...v16.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b39bd61 commit 4621cfa

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vscode/vsce": "^3.6.0",
2121
"eslint": "^9.28.0",
2222
"eslint-plugin-jest": "^28.13.3",
23-
"globals": "^16.3.0",
23+
"globals": "^16.4.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.5.2",
@@ -5393,10 +5393,11 @@
53935393
}
53945394
},
53955395
"node_modules/globals": {
5396-
"version": "16.3.0",
5397-
"resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz",
5398-
"integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==",
5396+
"version": "16.4.0",
5397+
"resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
5398+
"integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
53995399
"dev": true,
5400+
"license": "MIT",
54005401
"engines": {
54015402
"node": ">=18"
54025403
},

package.json

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

0 commit comments

Comments
 (0)