@adobe/aem-cli 16.16.7 → 16.16.9
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.9](https://github.com/adobe/helix-cli/compare/v16.16.8...v16.16.9) (2025-12-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **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))
|
|
7
|
+
|
|
8
|
+
## [16.16.8](https://github.com/adobe/helix-cli/compare/v16.16.7...v16.16.8) (2025-12-01)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([#2643](https://github.com/adobe/helix-cli/issues/2643)) ([7e571e2](https://github.com/adobe/helix-cli/commit/7e571e218eadfff67fb1e40480a91b0a45991d2c))
|
|
14
|
+
|
|
1
15
|
## [16.16.7](https://github.com/adobe/helix-cli/compare/v16.16.6...v16.16.7) (2025-11-28)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.16.
|
|
3
|
+
"version": "16.16.9",
|
|
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.
|
|
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",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"ignore": "7.0.5",
|
|
67
67
|
"ini": "6.0.0",
|
|
68
68
|
"isomorphic-git": "1.35.0",
|
|
69
|
-
"jose": "6.1.
|
|
69
|
+
"jose": "6.1.2",
|
|
70
70
|
"livereload-js": "4.0.2",
|
|
71
71
|
"node-fetch": "3.3.2",
|
|
72
72
|
"open": "10.2.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@adobe/eslint-config-helix": "3.0.14",
|
|
86
|
-
"@eslint/config-helpers": "0.
|
|
86
|
+
"@eslint/config-helpers": "0.5.0",
|
|
87
87
|
"@semantic-release/changelog": "6.0.3",
|
|
88
88
|
"@semantic-release/git": "10.0.1",
|
|
89
89
|
"c8": "10.1.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.
|
|
16
|
+
"@eslint/config-helpers": "0.5.0",
|
|
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",
|
|
@@ -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.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
|
+
},
|
|
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",
|
|
@@ -122,29 +148,29 @@
|
|
|
122
148
|
}
|
|
123
149
|
},
|
|
124
150
|
"node_modules/@eslint/config-helpers": {
|
|
125
|
-
"version": "0.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.
|
|
127
|
-
"integrity": "sha512-
|
|
151
|
+
"version": "0.5.0",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.0.tgz",
|
|
153
|
+
"integrity": "sha512-OCt2pY98qw68AXjNDGn+9q3vnqvBh4OFTZWmzaWH2thEpAugBZCBDRMHZa7oGsX+/ZybKOiKjJ6XX1E8hxcxGg==",
|
|
128
154
|
"dev": true,
|
|
129
155
|
"license": "Apache-2.0",
|
|
130
156
|
"dependencies": {
|
|
131
|
-
"@eslint/core": "^0.
|
|
157
|
+
"@eslint/core": "^1.0.0"
|
|
132
158
|
},
|
|
133
159
|
"engines": {
|
|
134
|
-
"node": "^
|
|
160
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
135
161
|
}
|
|
136
162
|
},
|
|
137
163
|
"node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
|
|
138
|
-
"version": "0.
|
|
139
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
|
140
|
-
"integrity": "sha512-
|
|
164
|
+
"version": "1.0.0",
|
|
165
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.0.0.tgz",
|
|
166
|
+
"integrity": "sha512-PRfWP+8FOldvbApr6xL7mNCw4cJcSTq4GA7tYbgq15mRb0kWKO/wEB2jr+uwjFH3sZvEZneZyCUGTxsv4Sahyw==",
|
|
141
167
|
"dev": true,
|
|
142
168
|
"license": "Apache-2.0",
|
|
143
169
|
"dependencies": {
|
|
144
170
|
"@types/json-schema": "^7.0.15"
|
|
145
171
|
},
|
|
146
172
|
"engines": {
|
|
147
|
-
"node": "^
|
|
173
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
148
174
|
}
|
|
149
175
|
},
|
|
150
176
|
"node_modules/@eslint/core": {
|
|
@@ -2988,6 +3014,32 @@
|
|
|
2988
3014
|
"url": "https://opencollective.com/eslint"
|
|
2989
3015
|
}
|
|
2990
3016
|
},
|
|
3017
|
+
"node_modules/eslint/node_modules/@eslint/config-helpers": {
|
|
3018
|
+
"version": "0.4.2",
|
|
3019
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
3020
|
+
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
3021
|
+
"dev": true,
|
|
3022
|
+
"license": "Apache-2.0",
|
|
3023
|
+
"dependencies": {
|
|
3024
|
+
"@eslint/core": "^0.17.0"
|
|
3025
|
+
},
|
|
3026
|
+
"engines": {
|
|
3027
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
"node_modules/eslint/node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
|
|
3031
|
+
"version": "0.17.0",
|
|
3032
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
3033
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
3034
|
+
"dev": true,
|
|
3035
|
+
"license": "Apache-2.0",
|
|
3036
|
+
"dependencies": {
|
|
3037
|
+
"@types/json-schema": "^7.0.15"
|
|
3038
|
+
},
|
|
3039
|
+
"engines": {
|
|
3040
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3041
|
+
}
|
|
3042
|
+
},
|
|
2991
3043
|
"node_modules/espree": {
|
|
2992
3044
|
"version": "10.4.0",
|
|
2993
3045
|
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.
|
|
16
|
+
"@eslint/config-helpers": "0.5.0",
|
|
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",
|