@adobe/aem-cli 16.16.26 → 16.16.27

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,10 @@
1
+ ## [16.16.27](https://github.com/adobe/helix-cli/compare/v16.16.26...v16.16.27) (2026-03-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update adobe fixes ([#2692](https://github.com/adobe/helix-cli/issues/2692)) ([2b3b95f](https://github.com/adobe/helix-cli/commit/2b3b95f549afc41654dd1ca7c028b368d9f4d325))
7
+
1
8
  ## [16.16.26](https://github.com/adobe/helix-cli/compare/v16.16.25...v16.16.26) (2026-03-23)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.16.26",
3
+ "version": "16.16.27",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@adobe/fetch": "4.2.3",
47
47
  "@adobe/helix-log": "7.0.0",
48
- "@adobe/helix-shared-config": "11.1.17",
48
+ "@adobe/helix-shared-config": "11.1.18",
49
49
  "@adobe/helix-shared-git": "3.0.21",
50
50
  "@adobe/helix-shared-indexer": "2.2.6",
51
51
  "camelcase": "9.0.0",
@@ -82,7 +82,7 @@
82
82
  "yargs": "18.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@adobe/eslint-config-helix": "3.0.22",
85
+ "@adobe/eslint-config-helix": "3.0.23",
86
86
  "@eslint/config-helpers": "0.5.3",
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.22",
26
- "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.22.tgz",
27
- "integrity": "sha512-k64cqSJmszog3FpF049sVv0QcRS8Rx0nSi1gi0FdUWD5tobUOORaHHyuMMMTt10SVwm6J9JyRYnRbtrFGQ9l/A==",
25
+ "version": "3.0.23",
26
+ "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.23.tgz",
27
+ "integrity": "sha512-CdZ9ehUwq3HvEOSzo1VPHbWTNEEilCmyZkPJ7489pR6T5cCO1A1f/HU4PEsSwT7JOB5PrPhBWGZ2hW9leFZXmA==",
28
28
  "dev": true,
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@eslint/config-helpers": "0.5.2",
31
+ "@eslint/config-helpers": "0.5.3",
32
32
  "eslint-plugin-import": "2.32.0",
33
33
  "globals": "17.4.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.5.2",
44
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz",
45
- "integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==",
46
- "dev": true,
47
- "license": "Apache-2.0",
48
- "dependencies": {
49
- "@eslint/core": "^1.1.0"
50
- },
51
- "engines": {
52
- "node": "^20.19.0 || ^22.13.0 || >=24"
53
- }
54
- },
55
- "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/core": {
56
- "version": "1.1.1",
57
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz",
58
- "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==",
59
- "dev": true,
60
- "license": "Apache-2.0",
61
- "dependencies": {
62
- "@types/json-schema": "^7.0.15"
63
- },
64
- "engines": {
65
- "node": "^20.19.0 || ^22.13.0 || >=24"
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",