build(deps-dev): Bump glob from 10.2.2 to 10.2.4 (#1536)

Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.2 to 10.2.4.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.2.2...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-15 22:03:06 +00:00 committed by GitHub
parent b60f9c7cd4
commit 6256458fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -57,7 +57,7 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.2.2",
"glob": "10.2.4",
"jest": "29.5.0",
"jest-cli": "29.5.0",
"node-fetch": "2.6.9",
@ -8878,15 +8878,15 @@
}
},
"node_modules/glob": {
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.2.tgz",
"integrity": "sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==",
"version": "10.2.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.4.tgz",
"integrity": "sha512-fDboBse/sl1oXSLhIp0FcCJgzW9KmhC/q8ULTKC82zc+DL3TL7FNb8qlt5qqXN53MsKEUSIcb+7DLmEygOE5Yw==",
"dev": true,
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"minimatch": "^9.0.0",
"minipass": "^5.0.0",
"minipass": "^5.0.0 || ^6.0.0",
"path-scurry": "^1.7.0"
},
"bin": {

View File

@ -105,7 +105,7 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.2.2",
"glob": "10.2.4",
"jest": "29.5.0",
"jest-cli": "29.5.0",
"node-fetch": "2.6.9",