@adobe/helix-deploy 13.2.1 → 13.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [13.2.2](https://github.com/adobe/helix-deploy/compare/v13.2.1...v13.2.2) (2025-12-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#871](https://github.com/adobe/helix-deploy/issues/871)) ([f61b7da](https://github.com/adobe/helix-deploy/commit/f61b7da7b6fa9dbfc4ef8b20883803a770210a9e))
7
+
1
8
  ## [13.2.1](https://github.com/adobe/helix-deploy/compare/v13.2.0...v13.2.1) (2025-12-02)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-deploy",
3
- "version": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/adobe/helix-deploy#readme",
@@ -39,12 +39,12 @@
39
39
  "dependencies": {
40
40
  "@adobe/fetch": "4.2.3",
41
41
  "@adobe/helix-shared-process-queue": "3.1.3",
42
- "@aws-sdk/client-apigatewayv2": "3.933.0",
43
- "@aws-sdk/client-lambda": "3.933.0",
44
- "@aws-sdk/client-s3": "3.933.0",
45
- "@aws-sdk/client-secrets-manager": "3.933.0",
46
- "@aws-sdk/client-ssm": "3.933.0",
47
- "@aws-sdk/client-sts": "3.933.0",
42
+ "@aws-sdk/client-apigatewayv2": "3.939.0",
43
+ "@aws-sdk/client-lambda": "3.939.0",
44
+ "@aws-sdk/client-s3": "3.939.0",
45
+ "@aws-sdk/client-secrets-manager": "3.939.0",
46
+ "@aws-sdk/client-ssm": "3.939.0",
47
+ "@aws-sdk/client-sts": "3.939.0",
48
48
  "@google-cloud/functions": "4.2.1",
49
49
  "@google-cloud/secret-manager": "6.1.1",
50
50
  "@google-cloud/storage": "7.17.3",
@@ -54,7 +54,7 @@
54
54
  "esbuild": "0.27.0",
55
55
  "escalade": "3.2.0",
56
56
  "fs-extra": "11.3.2",
57
- "isomorphic-git": "1.35.0",
57
+ "isomorphic-git": "1.35.1",
58
58
  "openwhisk": "3.21.8",
59
59
  "semver": "7.7.3",
60
60
  "yargs": "18.0.0"
@@ -69,7 +69,7 @@
69
69
  "c8": "10.1.3",
70
70
  "eslint": "9.4.0",
71
71
  "husky": "9.1.7",
72
- "lint-staged": "16.2.6",
72
+ "lint-staged": "16.2.7",
73
73
  "mocha": "11.7.5",
74
74
  "mocha-junit-reporter": "2.2.1",
75
75
  "mocha-multi-reporters": "1.5.1",