complete-cli 1.5.7 → 1.5.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.
@@ -1,6 +1,6 @@
1
1
  # OS-specific artifacts
2
2
  .DS_Store
3
- thumbs.db
3
+ Thumbs.db
4
4
 
5
5
  # ------------------------------
6
6
  # GitHub Node.gitignore template
@@ -6,14 +6,14 @@ jobs:
6
6
  build:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@v5
9
+ - uses: actions/checkout@v6
10
10
  - uses: ./.github/workflows/setup
11
11
  - run: npm run build
12
12
 
13
13
  lint:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: actions/checkout@v5
16
+ - uses: actions/checkout@v6
17
17
  - uses: ./.github/workflows/setup
18
18
  - run: npm run lint
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "complete-cli",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "A command line tool for bootstrapping TypeScript projects.",
5
5
  "keywords": [
6
6
  "typescript"
@@ -35,10 +35,10 @@
35
35
  "chalk": "5.6.2",
36
36
  "clipanion": "4.0.0-rc.4",
37
37
  "complete-common": "2.10.0",
38
- "complete-node": "12.4.2",
38
+ "complete-node": "12.5.1",
39
39
  "klaw-sync": "7.0.0",
40
40
  "source-map-support": "0.5.21",
41
- "yaml": "2.8.1"
41
+ "yaml": "2.8.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/klaw-sync": "6.0.5",