@adobe/aem-cli 16.21.2 → 16.21.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [16.21.4](https://github.com/adobe/helix-cli/compare/v16.21.3...v16.21.4) (2026-07-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#2767](https://github.com/adobe/helix-cli/issues/2767)) ([4e8f36e](https://github.com/adobe/helix-cli/commit/4e8f36e2e5210e1edf2c9856a6a38af06f61cbc4))
7
+
8
+ ## [16.21.3](https://github.com/adobe/helix-cli/compare/v16.21.2...v16.21.3) (2026-07-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @adobe/helix-html-pipeline to v6.29.9 ([#2770](https://github.com/adobe/helix-cli/issues/2770)) ([2930247](https://github.com/adobe/helix-cli/commit/293024784e4c3c18b55f11dc85da577c8a3a231d))
14
+
1
15
  ## [16.21.2](https://github.com/adobe/helix-cli/compare/v16.21.1...v16.21.2) (2026-07-28)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.21.2",
3
+ "version": "16.21.4",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@adobe/fetch": "4.3.0",
47
- "@adobe/helix-html-pipeline": "6.29.8",
47
+ "@adobe/helix-html-pipeline": "6.29.9",
48
48
  "@adobe/helix-html2md": "2.2.2",
49
49
  "@adobe/helix-log": "7.0.0",
50
50
  "@adobe/helix-shared-config": "11.1.30",
@@ -60,17 +60,17 @@
60
60
  "diff": "9.0.0",
61
61
  "dotenv": "17.4.2",
62
62
  "express": "5.2.1",
63
- "express-rate-limit": "8.5.2",
63
+ "express-rate-limit": "8.6.0",
64
64
  "faye-websocket": "0.11.4",
65
- "fs-extra": "11.3.5",
65
+ "fs-extra": "11.3.6",
66
66
  "glob": "13.0.6",
67
67
  "hast-util-select": "6.0.4",
68
68
  "hast-util-to-html": "9.0.5",
69
69
  "http-proxy-agent": "9.1.0",
70
70
  "https-proxy-agent": "9.1.0",
71
- "ignore": "7.0.5",
71
+ "ignore": "7.0.6",
72
72
  "ini": "7.0.0",
73
- "isomorphic-git": "1.38.5",
73
+ "isomorphic-git": "1.38.7",
74
74
  "jose": "6.2.3",
75
75
  "livereload-js": "4.0.2",
76
76
  "mime": "4.1.0",
@@ -102,7 +102,7 @@
102
102
  "mocha": "11.7.6",
103
103
  "mocha-multi-reporters": "1.5.1",
104
104
  "nock": "13.5.6",
105
- "semantic-release": "25.0.5",
105
+ "semantic-release": "25.0.7",
106
106
  "semantic-release-discord-bot": "^1.1.0",
107
107
  "sinon": "22.0.0"
108
108
  },