create-windowless-app 8.0.2 → 8.0.3

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 (2) hide show
  1. package/npm-shrinkwrap.json +9 -8
  2. package/package.json +10 -10
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -42,9 +42,9 @@
42
42
  }
43
43
  },
44
44
  "@types/node": {
45
- "version": "16.11.27",
46
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.27.tgz",
47
- "integrity": "sha512-C1pD3kgLoZ56Uuy5lhfOxie4aZlA3UMGLX9rXteq4WitEZH6Rl80mwactt9QG0w0gLFlN/kLBTFnGXtDVWvWQw=="
45
+ "version": "16.11.32",
46
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.32.tgz",
47
+ "integrity": "sha512-+fnfNvG5JQdC1uGZiTx+0QVtoOHcggy6+epx65JYroPGsE1uhp+vo5kioiGKsAkor6ocwHteU2EvO7N8vtOZtA=="
48
48
  },
49
49
  "@types/responselike": {
50
50
  "version": "1.0.0",
@@ -370,9 +370,9 @@
370
370
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
371
371
  },
372
372
  "inquirer": {
373
- "version": "8.2.2",
374
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.2.tgz",
375
- "integrity": "sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow==",
373
+ "version": "8.2.4",
374
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz",
375
+ "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==",
376
376
  "requires": {
377
377
  "ansi-escapes": "^4.2.1",
378
378
  "chalk": "^4.1.1",
@@ -387,7 +387,8 @@
387
387
  "rxjs": "^7.5.5",
388
388
  "string-width": "^4.1.0",
389
389
  "strip-ansi": "^6.0.0",
390
- "through": "^2.3.6"
390
+ "through": "^2.3.6",
391
+ "wrap-ansi": "^7.0.0"
391
392
  }
392
393
  },
393
394
  "is-interactive": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "description": "Create a windowless NodeJS app",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -62,7 +62,7 @@
62
62
  "@types/inquirer": "8.2.1",
63
63
  "@types/jest": "27.4.0",
64
64
  "@types/mock-fs": "4.13.1",
65
- "@types/node": "16.11.27",
65
+ "@types/node": "16.11.32",
66
66
  "@types/node-notifier": "8.0.2",
67
67
  "@types/request": "2.48.8",
68
68
  "@types/semver": "7.3.9",
@@ -70,21 +70,21 @@
70
70
  "@types/uuid": "8.3.4",
71
71
  "@types/validate-npm-package-name": "3.0.3",
72
72
  "@types/winston": "2.4.4",
73
- "@typescript-eslint/eslint-plugin": "5.19.0",
74
- "@typescript-eslint/parser": "5.19.0",
73
+ "@typescript-eslint/eslint-plugin": "5.21.0",
74
+ "@typescript-eslint/parser": "5.21.0",
75
75
  "add-shebang": "0.1.0",
76
76
  "copy-webpack-plugin": "10.2.4",
77
77
  "cross-env": "7.0.3",
78
78
  "del": "6.0.0",
79
- "eslint": "8.13.0",
79
+ "eslint": "8.14.0",
80
80
  "eslint-plugin-import": "2.26.0",
81
- "eslint-plugin-jest": "26.1.4",
81
+ "eslint-plugin-jest": "26.1.5",
82
82
  "eslint-plugin-node": "11.1.0",
83
- "eslint-plugin-security": "1.4.0",
83
+ "eslint-plugin-security": "1.5.0",
84
84
  "global-npm": "0.5.0",
85
85
  "husky": "7.0.4",
86
86
  "jest": "27.5.1",
87
- "lint-staged": "12.3.8",
87
+ "lint-staged": "12.4.1",
88
88
  "mock-fs": "5.1.2",
89
89
  "mocked-env": "1.3.5",
90
90
  "node-notifier": "10.0.1",
@@ -93,7 +93,7 @@
93
93
  "tmp-promise": "3.0.3",
94
94
  "ts-jest": "27.1.4",
95
95
  "ts-node": "10.7.0",
96
- "typescript": "4.6.3",
96
+ "typescript": "4.6.4",
97
97
  "uuid": "8.3.2",
98
98
  "webpack": "5.72.0",
99
99
  "winston": "3.7.2"
@@ -103,7 +103,7 @@
103
103
  "cross-spawn": "7.0.3",
104
104
  "fs-extra": "10.1.0",
105
105
  "got": "11.8.3",
106
- "inquirer": "8.2.2",
106
+ "inquirer": "8.2.4",
107
107
  "semver": "7.3.7",
108
108
  "semver-compare": "1.0.0",
109
109
  "validate-npm-package-name": "4.0.0",