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

Commit e0dd0f7

Browse files
build(deps-dev): bump globals from 15.14.0 to 15.15.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.14.0 to 15.15.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.14.0...v15.15.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4bb60a0 commit e0dd0f7

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.2.2",
2121
"eslint": "^9.20.0",
2222
"eslint-plugin-jest": "^28.11.0",
23-
"globals": "^15.14.0",
23+
"globals": "^15.15.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.5.2",
@@ -5414,10 +5414,11 @@
54145414
}
54155415
},
54165416
"node_modules/globals": {
5417-
"version": "15.14.0",
5418-
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
5419-
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
5417+
"version": "15.15.0",
5418+
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
5419+
"integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
54205420
"dev": true,
5421+
"license": "MIT",
54215422
"engines": {
54225423
"node": ">=18"
54235424
},

package.json

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

0 commit comments

Comments
 (0)