Skip to content

Commit 077910c

Browse files
dependabot[bot]fendor
authored andcommitted
Bump glob from 11.0.1 to 11.0.2
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.1 to 11.0.2. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.1...v11.0.2) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06337fe commit 077910c

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
@@ -1360,7 +1360,7 @@
13601360
"@vscode/test-electron": "^2.5.2",
13611361
"eslint": "^9.28.0",
13621362
"eslint-webpack-plugin": "^5.0.0",
1363-
"glob": "^11.0.1",
1363+
"glob": "^11.0.2",
13641364
"globals": "^16.0.0",
13651365
"husky": "^9.1.7",
13661366
"mocha": "^11.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,10 +1263,10 @@ glob@^10.3.10, glob@^10.4.5:
12631263
package-json-from-dist "^1.0.0"
12641264
path-scurry "^1.11.1"
12651265

1266-
glob@^11.0.1:
1267-
version "11.0.1"
1268-
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
1269-
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
1266+
glob@^11.0.2:
1267+
version "11.0.2"
1268+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
1269+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
12701270
dependencies:
12711271
foreground-child "^3.1.0"
12721272
jackspeak "^4.0.1"

0 commit comments

Comments
 (0)