create-awesome-node-app 0.4.20 → 0.4.22

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/dist/index.cjs CHANGED
@@ -3658,7 +3658,7 @@ var getCnaOptions = async (options) => {
3658
3658
  // package.json
3659
3659
  var package_default = {
3660
3660
  name: "create-awesome-node-app",
3661
- version: "0.4.20",
3661
+ version: "0.4.22",
3662
3662
  type: "module",
3663
3663
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3664
3664
  license: "MIT",
@@ -3704,7 +3704,7 @@ var package_default = {
3704
3704
  },
3705
3705
  dependencies: {
3706
3706
  "@create-node-app/core": "*",
3707
- axios: "^1.5.0",
3707
+ axios: "^1.6.0",
3708
3708
  "ci-info": "^3.8.0",
3709
3709
  prompts: "^2.4.1",
3710
3710
  semver: "^5.7.2",
package/dist/index.js CHANGED
@@ -3668,7 +3668,7 @@ var getCnaOptions = async (options) => {
3668
3668
  // package.json
3669
3669
  var package_default = {
3670
3670
  name: "create-awesome-node-app",
3671
- version: "0.4.20",
3671
+ version: "0.4.22",
3672
3672
  type: "module",
3673
3673
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3674
3674
  license: "MIT",
@@ -3714,7 +3714,7 @@ var package_default = {
3714
3714
  },
3715
3715
  dependencies: {
3716
3716
  "@create-node-app/core": "*",
3717
- axios: "^1.5.0",
3717
+ axios: "^1.6.0",
3718
3718
  "ci-info": "^3.8.0",
3719
3719
  prompts: "^2.4.1",
3720
3720
  semver: "^5.7.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awesome-node-app",
3
- "version": "0.4.20",
3
+ "version": "0.4.22",
4
4
  "type": "module",
5
5
  "description": "Command line tool to create Node apps with a lot of different templates and extensions.",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@create-node-app/core": "*",
49
- "axios": "^1.5.0",
49
+ "axios": "^1.6.0",
50
50
  "ci-info": "^3.8.0",
51
51
  "prompts": "^2.4.1",
52
52
  "semver": "^5.7.2",