build(deps-dev): bump glob from 10.3.10 to 10.3.11
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 28 Mar 2024 16:10:50 +0000 (16:10 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 16:10:50 +0000 (16:10 +0000)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.10 to 10.3.11.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.10...v10.3.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
package.json
pnpm-lock.yaml

index 7609aa8ac0de1a6141f160e2e040db497490d64b..d6d4a16afbc0c7b4ef4b682c7d18ca533906e8e8 100644 (file)
     "eslint-plugin-simple-import-sort": "^12.0.0",
     "eslint-plugin-tsdoc": "^0.2.17",
     "expect": "^29.7.0",
-    "glob": "^10.3.10",
+    "glob": "^10.3.11",
     "husky": "^9.0.11",
     "lint-staged": "^15.2.2",
     "prettier": "^3.2.5",
index 286734845585e3e041ca038fcf2078b199eca90c..a01fcae72fae12d97593ffeaa686eb78827960cc 100644 (file)
@@ -167,8 +167,8 @@ importers:
         specifier: ^29.7.0
         version: 29.7.0
       glob:
-        specifier: ^10.3.10
-        version: 10.3.10
+        specifier: ^10.3.11
+        version: 10.3.11
       husky:
         specifier: ^9.0.11
         version: 9.0.11
@@ -6064,6 +6064,18 @@ packages:
       path-scurry: 1.10.2
     dev: true
 
+  /glob@10.3.11:
+    resolution: {integrity: sha512-0UAMm+R/z1E2bTR8eFnoIIlnrUK89m36i90Ez36ld9hLulfUPBgRCQtBy/v86ABx18jnGyrTvu4X3LAjIeBogw==}
+    engines: {node: '>=16 || 14 >=14.17'}
+    hasBin: true
+    dependencies:
+      foreground-child: 3.1.1
+      jackspeak: 2.3.6
+      minimatch: 9.0.3
+      minipass: 7.0.4
+      path-scurry: 1.10.2
+    dev: true
+
   /glob@7.2.3:
     resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
     dependencies:
@@ -9583,7 +9595,7 @@ packages:
     engines: {node: '>=14'}
     hasBin: true
     dependencies:
-      glob: 10.3.10
+      glob: 10.3.11
     dev: true
 
   /ripemd160@2.0.2: