build(deps-dev): Bump glob from 10.2.1 to 10.2.2 (#1493)

Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.2.1...v10.2.2)

---
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-04-24 21:16:50 +00:00 committed by GitHub
parent 0a7011a6de
commit 6a6f27d608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

9
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.1",
"glob": "10.2.2",
"jest": "29.5.0",
"jest-cli": "29.5.0",
"node-fetch": "2.6.9",
@ -8773,13 +8773,12 @@
}
},
"node_modules/glob": {
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.1.tgz",
"integrity": "sha512-ngom3wq2UhjdbmRE/krgkD8BQyi1KZ5l+D2dVm4+Yj+jJIBp74/ZGunL6gNGc/CYuQmvUBiavWEXIotRiv5R6A==",
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.2.tgz",
"integrity": "sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==",
"dev": true,
"dependencies": {
"foreground-child": "^3.1.0",
"fs.realpath": "^1.0.0",
"jackspeak": "^2.0.3",
"minimatch": "^9.0.0",
"minipass": "^5.0.0",

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.1",
"glob": "10.2.2",
"jest": "29.5.0",
"jest-cli": "29.5.0",
"node-fetch": "2.6.9",