Bump glob from 10.4.2 to 10.4.3 (#2216)

Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 10.4.3.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.2...v10.4.3)

---
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] 2024-07-08 21:21:46 +00:00 committed by GitHub
parent 5c9d4972aa
commit 89b68a7353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -58,7 +58,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"express": "4.19.2",
"form-data": "4.0.0",
"glob": "10.4.2",
"glob": "10.4.3",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"node-fetch": "2.7.0",
@ -9775,9 +9775,9 @@
}
},
"node_modules/glob": {
"version": "10.4.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz",
"integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==",
"version": "10.4.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.3.tgz",
"integrity": "sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==",
"dev": true,
"dependencies": {
"foreground-child": "^3.1.0",
@ -9791,7 +9791,7 @@
"glob": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=16 || 14 >=14.18"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"

View File

@ -106,7 +106,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"express": "4.19.2",
"form-data": "4.0.0",
"glob": "10.4.2",
"glob": "10.4.3",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"node-fetch": "2.7.0",