Update dependency glob to v10.4.5

This commit is contained in:
renovate[bot] 2024-07-16 09:52:18 +00:00 committed by GitHub
parent 1350836512
commit f420fdb1de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

11
package-lock.json generated
View File

@ -18,7 +18,7 @@
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-vitest": "0.3.26",
"glob": "10.4.2",
"glob": "10.4.5",
"rimraf": "5.0.7",
"rollup": "4.18.1",
"typedoc": "0.26.3",
@ -2784,9 +2784,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.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
"dev": true,
"license": "ISC",
"dependencies": {
@ -2800,9 +2800,6 @@
"bin": {
"glob": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=16 || 14 >=14.18"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}

View File

@ -34,7 +34,7 @@
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-vitest": "0.3.26",
"glob": "10.4.2",
"glob": "10.4.5",
"rimraf": "5.0.7",
"rollup": "4.18.1",
"typedoc": "0.26.3",