Skip to content

Commit 7715efe

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump glob from 10.2.3 to 10.2.4
Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.3 to 10.2.4. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.2.3...v10.2.4) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d230702 commit 7715efe

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"del": "7.0.0",
9292
"end-of-stream": "1.4.4",
9393
"fancy-log": "2.0.0",
94-
"glob": "^10.2.3",
94+
"glob": "^10.2.4",
9595
"got": "12.6.0",
9696
"gulp": "^4.0.0",
9797
"gulp-cli": "2.3.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,15 +2958,15 @@ glob-watcher@^5.0.3:
29582958
just-debounce "^1.0.0"
29592959
object.defaults "^1.1.0"
29602960

2961-
glob@^10.2.3:
2962-
version "10.2.3"
2963-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.3.tgz#aa6765963fe6c5936d5c2e00943e7af06302a1a7"
2964-
integrity sha512-Kb4rfmBVE3eQTAimgmeqc2LwSnN0wIOkkUL6HmxEFxNJ4fHghYHVbFba/HcGcRjE6s9KoMNK3rSOwkL4PioZjg==
2961+
glob@^10.2.4:
2962+
version "10.2.4"
2963+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.4.tgz#f5bf7ddb080e3e9039b148a9e2aef3d5ebfc0a25"
2964+
integrity sha512-fDboBse/sl1oXSLhIp0FcCJgzW9KmhC/q8ULTKC82zc+DL3TL7FNb8qlt5qqXN53MsKEUSIcb+7DLmEygOE5Yw==
29652965
dependencies:
29662966
foreground-child "^3.1.0"
29672967
jackspeak "^2.0.3"
29682968
minimatch "^9.0.0"
2969-
minipass "^5.0.0"
2969+
minipass "^5.0.0 || ^6.0.0"
29702970
path-scurry "^1.7.0"
29712971

29722972
glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
@@ -4948,6 +4948,11 @@ minipass@^5.0.0:
49484948
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
49494949
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
49504950

4951+
"minipass@^5.0.0 || ^6.0.0":
4952+
version "6.0.0"
4953+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.0.tgz#3b000c121dd32da5dc56156381dc322b4f2ffaa0"
4954+
integrity sha512-mvD5U4pUen1aWcjTxUgdoMg6PB98dcV0obc/OiPzls79++IpgNoO+MCbOHRlKfWIOvjIjmjUygjZmSStP7B0Og==
4955+
49514956
minizlib@^2.0.0, minizlib@^2.1.1:
49524957
version "2.1.2"
49534958
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"

0 commit comments

Comments
 (0)