@adobe/aem-cli 16.3.0 → 16.3.2

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.3.2](https://github.com/adobe/helix-cli/compare/v16.3.1...v16.3.2) (2024-03-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency express to v4.19.2 [security] ([8405c55](https://github.com/adobe/helix-cli/commit/8405c553b55b48b140d6bcf3868466ce3fdd926f))
7
+
8
+ ## [16.3.1](https://github.com/adobe/helix-cli/compare/v16.3.0...v16.3.1) (2024-03-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency express to v4.19.1 ([c6a4299](https://github.com/adobe/helix-cli/commit/c6a429947a6adea4307de5a89a48e6783c4088b7))
14
+
1
15
  # [16.3.0](https://github.com/adobe/helix-cli/compare/v16.2.14...v16.3.0) (2024-03-19)
2
16
 
3
17
 
package/README.md CHANGED
@@ -14,7 +14,7 @@ The AEM Command Line Interface allows web developers to create, develop, and dep
14
14
  Install `aem` as a global command. You need Node 12.11 or newer.
15
15
 
16
16
  ```bash
17
- $ npm install -g @adobe/aem-cli
17
+ npm install -g @adobe/aem-cli
18
18
  ```
19
19
 
20
20
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.3.0",
3
+ "version": "16.3.2",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -50,7 +50,7 @@
50
50
  "cookie": "0.6.0",
51
51
  "cookie-parser": "1.4.6",
52
52
  "dotenv": "16.4.5",
53
- "express": "4.18.3",
53
+ "express": "4.19.2",
54
54
  "faye-websocket": "0.11.4",
55
55
  "fs-extra": "11.2.0",
56
56
  "glob": "10.3.10",