@adobe/aem-cli 16.16.8 → 16.16.10

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.16.10](https://github.com/adobe/helix-cli/compare/v16.16.9...v16.16.10) (2025-12-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency open to v11 ([#2644](https://github.com/adobe/helix-cli/issues/2644)) ([1fb04e2](https://github.com/adobe/helix-cli/commit/1fb04e2c3a54ea5c840b6adb3901d9aed4fe8a71))
7
+
8
+ ## [16.16.9](https://github.com/adobe/helix-cli/compare/v16.16.8...v16.16.9) (2025-12-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency express to v5.2.0 [security] ([#2646](https://github.com/adobe/helix-cli/issues/2646)) ([fc4ec53](https://github.com/adobe/helix-cli/commit/fc4ec5330ac4f920a21408d6854261f1c72f2d48))
14
+
1
15
  ## [16.16.8](https://github.com/adobe/helix-cli/compare/v16.16.7...v16.16.8) (2025-12-01)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.16.8",
3
+ "version": "16.16.10",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -55,7 +55,7 @@
55
55
  "cookie": "1.0.2",
56
56
  "cookie-parser": "1.4.7",
57
57
  "dotenv": "17.2.3",
58
- "express": "5.1.0",
58
+ "express": "5.2.0",
59
59
  "faye-websocket": "0.11.4",
60
60
  "fs-extra": "11.3.2",
61
61
  "glob": "12.0.0",
@@ -69,7 +69,7 @@
69
69
  "jose": "6.1.2",
70
70
  "livereload-js": "4.0.2",
71
71
  "node-fetch": "3.3.2",
72
- "open": "10.2.0",
72
+ "open": "11.0.0",
73
73
  "progress": "2.0.3",
74
74
  "proxy-agent": "6.5.0",
75
75
  "proxy-from-env": "1.1.0",
@@ -82,7 +82,7 @@
82
82
  "yargs": "18.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@adobe/eslint-config-helix": "3.0.14",
85
+ "@adobe/eslint-config-helix": "3.0.15",
86
86
  "@eslint/config-helpers": "0.5.0",
87
87
  "@semantic-release/changelog": "6.0.3",
88
88
  "@semantic-release/git": "10.0.1",
@@ -22,13 +22,13 @@
22
22
  }
23
23
  },
24
24
  "node_modules/@adobe/eslint-config-helix": {
25
- "version": "3.0.14",
26
- "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.14.tgz",
27
- "integrity": "sha512-iiUSln1YLCFVo8disanfQf0En5Z62SEcKio4YvIHd17/w8md0apaOE/oxhsKIwxBxvq0lXIiR+GUHVvq+Yvqhg==",
25
+ "version": "3.0.15",
26
+ "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.15.tgz",
27
+ "integrity": "sha512-asU/NIotR5mBs+NIOzyt7w/SSHon7PM2oJRN1eSsltBW1CEsZcvvnZW/wc8TusdqV4kenLspVqr2xLPOzDN4VA==",
28
28
  "dev": true,
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@eslint/config-helpers": "0.4.2",
31
+ "@eslint/config-helpers": "0.5.0",
32
32
  "eslint-plugin-import": "2.32.0",
33
33
  "globals": "16.5.0"
34
34
  },
@@ -39,32 +39,6 @@
39
39
  "eslint": "^9.0.0"
40
40
  }
41
41
  },
42
- "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": {
43
- "version": "0.4.2",
44
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
45
- "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
46
- "dev": true,
47
- "license": "Apache-2.0",
48
- "dependencies": {
49
- "@eslint/core": "^0.17.0"
50
- },
51
- "engines": {
52
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
53
- }
54
- },
55
- "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/core": {
56
- "version": "0.17.0",
57
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
58
- "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
59
- "dev": true,
60
- "license": "Apache-2.0",
61
- "dependencies": {
62
- "@types/json-schema": "^7.0.15"
63
- },
64
- "engines": {
65
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
66
- }
67
- },
68
42
  "node_modules/@babel/code-frame": {
69
43
  "version": "7.27.1",
70
44
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",