@adobe/aem-cli 16.15.2 → 16.15.3
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,11 @@
|
|
|
1
|
+
## [16.15.3](https://github.com/adobe/helix-cli/compare/v16.15.2...v16.15.3) (2025-09-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external fixes ([f850d11](https://github.com/adobe/helix-cli/commit/f850d11fe8b2c4f3b35f515a2f7ce1abbc79f951))
|
|
7
|
+
* update package-lock.json to sync with package.json dependencies ([e8b5276](https://github.com/adobe/helix-cli/commit/e8b52767954d016fe9527222b3ca9a36724a6af1))
|
|
8
|
+
|
|
1
9
|
## [16.15.2](https://github.com/adobe/helix-cli/compare/v16.15.1...v16.15.2) (2025-09-24)
|
|
2
10
|
|
|
3
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.15.
|
|
3
|
+
"version": "16.15.3",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@adobe/helix-shared-git": "3.0.20",
|
|
50
50
|
"@adobe/helix-shared-indexer": "2.2.5",
|
|
51
51
|
"camelcase": "8.0.0",
|
|
52
|
-
"chalk-template": "1.1.
|
|
52
|
+
"chalk-template": "1.1.2",
|
|
53
53
|
"chokidar": "4.0.3",
|
|
54
54
|
"compression": "1.8.1",
|
|
55
55
|
"cookie": "1.0.2",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"https-proxy-agent": "7.0.6",
|
|
66
66
|
"ignore": "7.0.5",
|
|
67
67
|
"ini": "5.0.0",
|
|
68
|
-
"isomorphic-git": "1.
|
|
68
|
+
"isomorphic-git": "1.33.1",
|
|
69
69
|
"jose": "6.1.0",
|
|
70
70
|
"livereload-js": "4.0.2",
|
|
71
71
|
"node-fetch": "3.3.2",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.3.
|
|
16
|
+
"@eslint/config-helpers": "0.3.1",
|
|
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,16 +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.3.1",
|
|
44
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
|
|
45
|
-
"integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
|
|
46
|
-
"dev": true,
|
|
47
|
-
"license": "Apache-2.0",
|
|
48
|
-
"engines": {
|
|
49
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
42
|
"node_modules/@babel/code-frame": {
|
|
53
43
|
"version": "7.27.1",
|
|
54
44
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
@@ -136,9 +126,9 @@
|
|
|
136
126
|
}
|
|
137
127
|
},
|
|
138
128
|
"node_modules/@eslint/config-helpers": {
|
|
139
|
-
"version": "0.3.
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.
|
|
141
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "0.3.1",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
|
|
131
|
+
"integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
|
|
142
132
|
"dev": true,
|
|
143
133
|
"license": "Apache-2.0",
|
|
144
134
|
"engines": {
|
|
@@ -2977,17 +2967,6 @@
|
|
|
2977
2967
|
"url": "https://opencollective.com/eslint"
|
|
2978
2968
|
}
|
|
2979
2969
|
},
|
|
2980
|
-
"node_modules/eslint/node_modules/@eslint/config-helpers": {
|
|
2981
|
-
"version": "0.3.1",
|
|
2982
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
|
|
2983
|
-
"integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
|
|
2984
|
-
"dev": true,
|
|
2985
|
-
"license": "Apache-2.0",
|
|
2986
|
-
"peer": true,
|
|
2987
|
-
"engines": {
|
|
2988
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2989
|
-
}
|
|
2990
|
-
},
|
|
2991
2970
|
"node_modules/eslint/node_modules/glob-parent": {
|
|
2992
2971
|
"version": "6.0.2",
|
|
2993
2972
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.3.
|
|
16
|
+
"@eslint/config-helpers": "0.3.1",
|
|
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",
|