Skip to content

Commit 0bb7fb9

Browse files
Bump glob from 10.3.14 to 10.3.15
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.14 to 10.3.15. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.14...v10.3.15) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c837fa commit 0bb7fb9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@
13011301
"@vscode/test-electron": "^2.3.9",
13021302
"eslint": "^8.57.0",
13031303
"eslint-webpack-plugin": "^4.1.0",
1304-
"glob": "^10.3.12",
1304+
"glob": "^10.3.15",
13051305
"husky": "^9.0.11",
13061306
"mocha": "^10.4.0",
13071307
"prettier": "^3.2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,10 +1202,10 @@ [email protected]:
12021202
minimatch "^5.0.1"
12031203
once "^1.3.0"
12041204

1205-
glob@^10.3.12:
1206-
version "10.3.14"
1207-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.14.tgz#36501f871d373fe197fc5794588d0aa71e69ff68"
1208-
integrity sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==
1205+
glob@^10.3.15:
1206+
version "10.3.15"
1207+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.15.tgz#e72bc61bc3038c90605f5dd48543dc67aaf3b50d"
1208+
integrity sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==
12091209
dependencies:
12101210
foreground-child "^3.1.0"
12111211
jackspeak "^2.3.6"

0 commit comments

Comments
 (0)