github-issue-tower-defence-management 1.148.14 → 1.148.16

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.
@@ -73,7 +73,7 @@ jobs:
73
73
 
74
74
  # Initializes the CodeQL tools for scanning.
75
75
  - name: Initialize CodeQL
76
- uses: github/codeql-action/init@v4.37.3
76
+ uses: github/codeql-action/init@v4.37.6
77
77
  with:
78
78
  languages: ${{ matrix.language }}
79
79
  build-mode: ${{ matrix.build-mode }}
@@ -102,6 +102,6 @@ jobs:
102
102
  exit 1
103
103
 
104
104
  - name: Perform CodeQL Analysis
105
- uses: github/codeql-action/analyze@v4.37.3
105
+ uses: github/codeql-action/analyze@v4.37.6
106
106
  with:
107
107
  category: '/language:${{matrix.language}}'
@@ -53,7 +53,7 @@ jobs:
53
53
  exclude-branches: 'release/**, dependabot/**, project-common/**'
54
54
  loose-matching: true
55
55
  - name: Check PR title follows conventional commit format
56
- uses: amannn/action-semantic-pull-request@v5
56
+ uses: amannn/action-semantic-pull-request@v6
57
57
  env:
58
58
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
59
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.148.16](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.148.15...v1.148.16) (2026-08-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update all non-major dependencies ([#1426](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/1426)) ([398200e](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/398200ee96a68afcf23acd3af08467079bfa26d5))
7
+
8
+ ## [1.148.15](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.148.14...v1.148.15) (2026-08-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency dompurify to v3.4.13 [security] ([#1494](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/1494)) ([c887d63](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/c887d6362143ca44a560d57d974a6d1251e4c032))
14
+
1
15
  ## [1.148.14](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.148.13...v1.148.14) (2026-08-10)
2
16
 
3
17