build(deps-dev): Bump glob from 10.3.14 to 10.3.15 (#2143)

Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.14 to 10.3.15.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.14...v10.3.15)

---
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-05-13 21:25:06 +00:00 committed by GitHub
parent 47764c359a
commit 504fdd3a16
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.0",
"express": "4.19.2",
"form-data": "4.0.0",
"glob": "10.3.14",
"glob": "10.3.15",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"node-fetch": "2.7.0",
@ -9794,9 +9794,9 @@
}
},
"node_modules/glob": {
"version": "10.3.14",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.14.tgz",
"integrity": "sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==",
"version": "10.3.15",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
"integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
"dev": true,
"dependencies": {
"foreground-child": "^3.1.0",
@ -9809,7 +9809,7 @@
"glob": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=16 || 14 >=14.17"
"node": ">=16 || 14 >=14.18"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"

View File

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