create-stb 1.0.4 → 1.0.6

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # create-stb
1
+ # Serverless Typescript Boilerplate by Sam Newhouse
2
2
 
3
3
  **A CLI to instantly scaffold a production-ready Serverless TypeScript Boilerplate.**
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-stb",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "A CLI to quickly scaffold a Serverless TypeScript Boilerplate project.",
5
5
  "license": "ISC",
6
6
  "readme": "README.md",
@@ -12,7 +12,7 @@
12
12
  "@aws-sdk/client-dynamodb": "3.910.0",
13
13
  "@aws-sdk/util-dynamodb": "3.910.0",
14
14
  "@faker-js/faker": "10.1.0",
15
- "axios": "1.12.2",
15
+ "axios": "1.13.2",
16
16
  "dotenv": "17.2.3"
17
17
  },
18
18
  "devDependencies": {
@@ -2951,9 +2951,9 @@
2951
2951
  "license": "MIT"
2952
2952
  },
2953
2953
  "node_modules/axios": {
2954
- "version": "1.12.2",
2955
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
2956
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
2954
+ "version": "1.13.2",
2955
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
2956
+ "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
2957
2957
  "license": "MIT",
2958
2958
  "dependencies": {
2959
2959
  "follow-redirects": "^1.15.6",
@@ -19,7 +19,7 @@
19
19
  "@aws-sdk/client-dynamodb": "3.910.0",
20
20
  "@aws-sdk/util-dynamodb": "3.910.0",
21
21
  "@faker-js/faker": "10.1.0",
22
- "axios": "1.12.2",
22
+ "axios": "1.13.2",
23
23
  "dotenv": "17.2.3"
24
24
  },
25
25
  "devDependencies": {