@adobe/aem-cli 16.16.24 → 16.16.26

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.26](https://github.com/adobe/helix-cli/compare/v16.16.25...v16.16.26) (2026-03-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#2691](https://github.com/adobe/helix-cli/issues/2691)) ([99d542f](https://github.com/adobe/helix-cli/commit/99d542ffdbc559acb63d5c4cd8ee3188b663f935))
7
+
8
+ ## [16.16.25](https://github.com/adobe/helix-cli/compare/v16.16.24...v16.16.25) (2026-03-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#2682](https://github.com/adobe/helix-cli/issues/2682)) ([354c244](https://github.com/adobe/helix-cli/commit/354c24477fc01964ee7a36a3ff70baa1ed830270))
14
+
1
15
  ## [16.16.24](https://github.com/adobe/helix-cli/compare/v16.16.23...v16.16.24) (2026-03-03)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.16.24",
3
+ "version": "16.16.26",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -57,16 +57,16 @@
57
57
  "dotenv": "17.3.1",
58
58
  "express": "5.2.1",
59
59
  "faye-websocket": "0.11.4",
60
- "fs-extra": "11.3.3",
61
- "glob": "13.0.3",
60
+ "fs-extra": "11.3.4",
61
+ "glob": "13.0.6",
62
62
  "glob-to-regexp": "0.4.1",
63
63
  "hast-util-select": "6.0.4",
64
64
  "http-proxy-agent": "7.0.2",
65
65
  "https-proxy-agent": "7.0.6",
66
66
  "ignore": "7.0.5",
67
67
  "ini": "6.0.0",
68
- "isomorphic-git": "1.37.1",
69
- "jose": "6.1.3",
68
+ "isomorphic-git": "1.37.2",
69
+ "jose": "6.2.1",
70
70
  "livereload-js": "4.0.2",
71
71
  "node-fetch": "3.3.2",
72
72
  "open": "11.0.0",
@@ -82,8 +82,8 @@
82
82
  "yargs": "18.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@adobe/eslint-config-helix": "3.0.21",
86
- "@eslint/config-helpers": "0.5.2",
85
+ "@adobe/eslint-config-helix": "3.0.22",
86
+ "@eslint/config-helpers": "0.5.3",
87
87
  "@semantic-release/changelog": "6.0.3",
88
88
  "@semantic-release/git": "10.0.1",
89
89
  "c8": "10.1.3",
@@ -91,13 +91,13 @@
91
91
  "esmock": "2.7.3",
92
92
  "husky": "9.1.7",
93
93
  "junit-report-builder": "5.1.1",
94
- "lint-staged": "16.2.7",
94
+ "lint-staged": "16.3.2",
95
95
  "mocha": "11.7.5",
96
96
  "mocha-multi-reporters": "1.5.1",
97
97
  "nock": "13.5.6",
98
98
  "semantic-release": "25.0.3",
99
99
  "semantic-release-discord-bot": "^1.1.0",
100
- "sinon": "21.0.1"
100
+ "sinon": "21.0.2"
101
101
  },
102
102
  "lint-staged": {
103
103
  "*.js": "eslint"
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@adobe/eslint-config-helix": "^3.0.9",
16
- "@eslint/config-helpers": "0.5.2",
16
+ "@eslint/config-helpers": "0.5.3",
17
17
  "@esm-bundle/chai": "4.3.4-fix.0",
18
18
  "@web/test-runner": "0.20.2",
19
19
  "@web/test-runner-junit-reporter": "0.8.0",
@@ -22,15 +22,15 @@
22
22
  }
23
23
  },
24
24
  "node_modules/@adobe/eslint-config-helix": {
25
- "version": "3.0.21",
26
- "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.21.tgz",
27
- "integrity": "sha512-NrT7KQJYW7eTeb7oOSO6Lvq2ZKjD6eR3aV1ARl4E1/Bdne1D2lkLRJEk2mV6qJckic5Ixyqm6XWqvJNbdULi/g==",
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==",
28
28
  "dev": true,
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
31
  "@eslint/config-helpers": "0.5.2",
32
32
  "eslint-plugin-import": "2.32.0",
33
- "globals": "17.3.0"
33
+ "globals": "17.4.0"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">= 12"
@@ -39,6 +39,32 @@
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
+ },
42
68
  "node_modules/@babel/code-frame": {
43
69
  "version": "7.27.1",
44
70
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
@@ -126,22 +152,22 @@
126
152
  }
127
153
  },
128
154
  "node_modules/@eslint/config-helpers": {
129
- "version": "0.5.2",
130
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz",
131
- "integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==",
155
+ "version": "0.5.3",
156
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.3.tgz",
157
+ "integrity": "sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==",
132
158
  "dev": true,
133
159
  "license": "Apache-2.0",
134
160
  "dependencies": {
135
- "@eslint/core": "^1.1.0"
161
+ "@eslint/core": "^1.1.1"
136
162
  },
137
163
  "engines": {
138
164
  "node": "^20.19.0 || ^22.13.0 || >=24"
139
165
  }
140
166
  },
141
167
  "node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
142
- "version": "1.1.0",
143
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz",
144
- "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==",
168
+ "version": "1.1.1",
169
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz",
170
+ "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==",
145
171
  "dev": true,
146
172
  "license": "Apache-2.0",
147
173
  "dependencies": {
@@ -3569,9 +3595,9 @@
3569
3595
  }
3570
3596
  },
3571
3597
  "node_modules/globals": {
3572
- "version": "17.3.0",
3573
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
3574
- "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
3598
+ "version": "17.4.0",
3599
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz",
3600
+ "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==",
3575
3601
  "dev": true,
3576
3602
  "license": "MIT",
3577
3603
  "engines": {
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@adobe/eslint-config-helix": "^3.0.9",
16
- "@eslint/config-helpers": "0.5.2",
16
+ "@eslint/config-helpers": "0.5.3",
17
17
  "@esm-bundle/chai": "4.3.4-fix.0",
18
18
  "@web/test-runner": "0.20.2",
19
19
  "@web/test-runner-playwright": "0.11.1",