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

Commit 4927715

Browse files
build(deps-dev): bump globals from 15.13.0 to 15.14.0 (#712)
Bumps [globals](https://github.com/sindresorhus/globals) from 15.13.0 to 15.14.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.13.0...v15.14.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 14e7e99 commit 4927715

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.2.1",
2121
"eslint": "^9.17.0",
2222
"eslint-plugin-jest": "^28.8.3",
23-
"globals": "^15.13.0",
23+
"globals": "^15.14.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.4.4",
@@ -5387,9 +5387,9 @@
53875387
}
53885388
},
53895389
"node_modules/globals": {
5390-
"version": "15.13.0",
5391-
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
5392-
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
5390+
"version": "15.14.0",
5391+
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
5392+
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
53935393
"dev": true,
53945394
"engines": {
53955395
"node": ">=18"

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.17.0",
6060
"eslint-plugin-jest": "^28.8.3",
61-
"globals": "^15.13.0",
61+
"globals": "^15.14.0",
6262
"json-loader": "^0.5.7",
6363
"jsonc": "^2.0.0",
6464
"ts-loader": "^9.4.4",

0 commit comments

Comments
 (0)