@adobe/aem-cli 16.16.27 → 16.16.29

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.29](https://github.com/adobe/helix-cli/compare/v16.16.28...v16.16.29) (2026-03-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#2696](https://github.com/adobe/helix-cli/issues/2696)) ([70ce164](https://github.com/adobe/helix-cli/commit/70ce1645876de1db79c37d8eb26210e80adde5ef))
7
+
8
+ ## [16.16.28](https://github.com/adobe/helix-cli/compare/v16.16.27...v16.16.28) (2026-03-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external major (major) ([#2683](https://github.com/adobe/helix-cli/issues/2683)) ([3c85c17](https://github.com/adobe/helix-cli/commit/3c85c172f7114f742a3d13e5ab00ddce344d4a53))
14
+
1
15
  ## [16.16.27](https://github.com/adobe/helix-cli/compare/v16.16.26...v16.16.27) (2026-03-23)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.16.27",
3
+ "version": "16.16.29",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -61,18 +61,18 @@
61
61
  "glob": "13.0.6",
62
62
  "glob-to-regexp": "0.4.1",
63
63
  "hast-util-select": "6.0.4",
64
- "http-proxy-agent": "7.0.2",
65
- "https-proxy-agent": "7.0.6",
64
+ "http-proxy-agent": "8.0.0",
65
+ "https-proxy-agent": "8.0.0",
66
66
  "ignore": "7.0.5",
67
67
  "ini": "6.0.0",
68
- "isomorphic-git": "1.37.2",
68
+ "isomorphic-git": "1.37.4",
69
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",
73
73
  "progress": "2.0.3",
74
- "proxy-agent": "6.5.0",
75
- "proxy-from-env": "2.0.0",
74
+ "proxy-agent": "7.0.0",
75
+ "proxy-from-env": "2.1.0",
76
76
  "rehype-parse": "9.0.1",
77
77
  "semver": "7.7.4",
78
78
  "shelljs": "0.10.0",
@@ -86,18 +86,18 @@
86
86
  "@eslint/config-helpers": "0.5.3",
87
87
  "@semantic-release/changelog": "6.0.3",
88
88
  "@semantic-release/git": "10.0.1",
89
- "c8": "10.1.3",
89
+ "c8": "11.0.0",
90
90
  "eslint": "9.4.0",
91
91
  "esmock": "2.7.3",
92
92
  "husky": "9.1.7",
93
93
  "junit-report-builder": "5.1.1",
94
- "lint-staged": "16.3.2",
94
+ "lint-staged": "16.4.0",
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.2"
100
+ "sinon": "21.0.3"
101
101
  },
102
102
  "lint-staged": {
103
103
  "*.js": "eslint"
@@ -12,7 +12,9 @@
12
12
  import { keepAlive } from '@adobe/fetch';
13
13
  import { getProxyForUrl } from 'proxy-from-env';
14
14
  import nodeFetch from 'node-fetch';
15
+ // eslint-disable-next-line import/no-unresolved
15
16
  import { HttpProxyAgent } from 'http-proxy-agent';
17
+ // eslint-disable-next-line import/no-unresolved
16
18
  import { HttpsProxyAgent } from 'https-proxy-agent';
17
19
 
18
20
  const CONTEXT_CACHE = {