Skip to content

Commit 0c4916f

Browse files
Bump glob from 11.0.0 to 11.0.1 (#1192)
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.0 to 11.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.0...v11.0.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d158bb4 commit 0c4916f

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@
13141314
"@vscode/test-electron": "^2.4.1",
13151315
"eslint": "^9.17.0",
13161316
"eslint-webpack-plugin": "^4.2.0",
1317-
"glob": "^11.0.0",
1317+
"glob": "^11.0.1",
13181318
"globals": "^15.13.0",
13191319
"husky": "^9.1.7",
13201320
"mocha": "^11.0.1",

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,15 +1215,7 @@ flatted@^3.2.9:
12151215
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
12161216
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
12171217

1218-
foreground-child@^3.1.0:
1219-
version "3.1.1"
1220-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1221-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1222-
dependencies:
1223-
cross-spawn "^7.0.0"
1224-
signal-exit "^4.0.1"
1225-
1226-
foreground-child@^3.1.1:
1218+
foreground-child@^3.1.0, foreground-child@^3.1.1:
12271219
version "3.3.0"
12281220
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
12291221
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
@@ -1282,10 +1274,10 @@ glob@^10.3.10, glob@^10.4.5:
12821274
package-json-from-dist "^1.0.0"
12831275
path-scurry "^1.11.1"
12841276

1285-
glob@^11.0.0:
1286-
version "11.0.0"
1287-
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
1288-
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
1277+
glob@^11.0.1:
1278+
version "11.0.1"
1279+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
1280+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
12891281
dependencies:
12901282
foreground-child "^3.1.0"
12911283
jackspeak "^4.0.1"

0 commit comments

Comments
 (0)