Bump glob from 10.3.5 to 10.3.7

Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.5 to 10.3.7.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.5...v10.3.7)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/71/head
dependabot[bot] 2023-09-25 06:36:54 +00:00 zatwierdzone przez GitHub
rodzic ee7012b395
commit efe912f83e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 6 dodań i 6 usunięć

10
package-lock.json wygenerowano
Wyświetl plik

@ -36,7 +36,7 @@
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",
"forwarded": "^0.2.0",
"glob": "^10.3.5",
"glob": "^10.3.7",
"ieee754": "^1.2.1",
"ipaddr.js": "^2.1.0",
"jsdoc-to-markdown": "^8.0.0",
@ -2159,9 +2159,9 @@
}
},
"node_modules/glob": {
"version": "10.3.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.5.tgz",
"integrity": "sha512-bYUpUD7XDEHI4Q2O5a7PXGvyw4deKR70kHiDxzQbe925wbZknhOzUt2xBgTkYL6RBcVeXYuD9iNYeqoWbBZQnA==",
"version": "10.3.7",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.7.tgz",
"integrity": "sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
@ -2170,7 +2170,7 @@
"path-scurry": "^1.10.1"
},
"bin": {
"glob": "dist/cjs/src/bin.js"
"glob": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=16 || 14 >=14.17"

Wyświetl plik

@ -39,7 +39,7 @@
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",
"forwarded": "^0.2.0",
"glob": "^10.3.5",
"glob": "^10.3.7",
"ieee754": "^1.2.1",
"ipaddr.js": "^2.1.0",
"jsdoc-to-markdown": "^8.0.0",