chore(deps): bump glob from 10.3.3 to 10.3.4 (#9532)

Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.3 to 10.3.4.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.4)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  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-09-04 10:20:59 +00:00
committed by GitHub
parent e30a0ac3b9
commit a7605abb6c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"emojic": "^1.1.17",
"escape-string-regexp": "^4.0.0",
"fast-xml-parser": "^4.2.7",
"glob": "^10.3.3",
"glob": "^10.3.4",
"global-agent": "^3.0.0",
"got": "^13.0.0",
"graphql": "16.8.0",
@@ -13372,9 +13372,9 @@
"dev": true
},
"node_modules/glob": {
"version": "10.3.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz",
"integrity": "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==",
"version": "10.3.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.4.tgz",
"integrity": "sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ==",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",

View File

@@ -39,7 +39,7 @@
"emojic": "^1.1.17",
"escape-string-regexp": "^4.0.0",
"fast-xml-parser": "^4.2.7",
"glob": "^10.3.3",
"glob": "^10.3.4",
"global-agent": "^3.0.0",
"got": "^13.0.0",
"graphql": "16.8.0",