create-stb 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-stb",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "A CLI to quickly scaffold a Serverless TypeScript Boilerplate project.",
5
5
  "license": "ISC",
6
6
  "readme": "README.md",
@@ -105,5 +105,8 @@
105
105
  "typescript": {
106
106
  "optional": true
107
107
  }
108
+ },
109
+ "overrides": {
110
+ "glob": "10.5.0"
108
111
  }
109
112
  }