@adobe/aem-cli 16.15.3 → 16.15.4

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.15.4](https://github.com/adobe/helix-cli/compare/v16.15.3...v16.15.4) (2025-09-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * skip semantic-release dry run for dependabot PRs ([6d221e6](https://github.com/adobe/helix-cli/commit/6d221e696f3ebf41f54cb7e7bf9c3e7951fdbcd3))
7
+
1
8
  ## [16.15.3](https://github.com/adobe/helix-cli/compare/v16.15.2...v16.15.3) (2025-09-24)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.15.3",
3
+ "version": "16.15.4",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -6363,9 +6363,9 @@
6363
6363
  }
6364
6364
  },
6365
6365
  "node_modules/tar-fs": {
6366
- "version": "3.1.0",
6367
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.0.tgz",
6368
- "integrity": "sha512-5Mty5y/sOF1YWj1J6GiBodjlDc05CUR8PKXrsnFAiSG0xA+GHeWLovaZPYUDXkH/1iKRf2+M5+OrRgzC7O9b7w==",
6366
+ "version": "3.1.1",
6367
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
6368
+ "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
6369
6369
  "dev": true,
6370
6370
  "license": "MIT",
6371
6371
  "dependencies": {