@datadog/datadog-ci-base 5.3.0 → 5.5.0

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.
@@ -2,7 +2,7 @@ export declare const LAMBDA_LAYER_VERSIONS: {
2
2
  readonly extension: 92;
3
3
  readonly dotnet: 23;
4
4
  readonly java: 25;
5
- readonly node: 132;
5
+ readonly node: 133;
6
6
  readonly python: 121;
7
7
  readonly ruby: 27;
8
8
  };
@@ -6,7 +6,7 @@ exports.LAMBDA_LAYER_VERSIONS = {
6
6
  extension: 92,
7
7
  dotnet: 23,
8
8
  java: 25,
9
- node: 132,
9
+ node: 133,
10
10
  python: 121,
11
11
  ruby: 27,
12
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/datadog-ci-base",
3
- "version": "5.3.0",
3
+ "version": "5.5.0",
4
4
  "description": "Base package for Datadog CI",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -56,19 +56,19 @@
56
56
  "prepack": "yarn package:clean-dist"
57
57
  },
58
58
  "peerDependencies": {
59
- "@datadog/datadog-ci-plugin-aas": "5.3.0",
60
- "@datadog/datadog-ci-plugin-cloud-run": "5.3.0",
61
- "@datadog/datadog-ci-plugin-container-app": "5.3.0",
62
- "@datadog/datadog-ci-plugin-coverage": "5.3.0",
63
- "@datadog/datadog-ci-plugin-deployment": "5.3.0",
64
- "@datadog/datadog-ci-plugin-dora": "5.3.0",
65
- "@datadog/datadog-ci-plugin-gate": "5.3.0",
66
- "@datadog/datadog-ci-plugin-junit": "5.3.0",
67
- "@datadog/datadog-ci-plugin-lambda": "5.3.0",
68
- "@datadog/datadog-ci-plugin-sarif": "5.3.0",
69
- "@datadog/datadog-ci-plugin-sbom": "5.3.0",
70
- "@datadog/datadog-ci-plugin-stepfunctions": "5.3.0",
71
- "@datadog/datadog-ci-plugin-synthetics": "5.3.0"
59
+ "@datadog/datadog-ci-plugin-aas": "5.5.0",
60
+ "@datadog/datadog-ci-plugin-cloud-run": "5.5.0",
61
+ "@datadog/datadog-ci-plugin-container-app": "5.5.0",
62
+ "@datadog/datadog-ci-plugin-coverage": "5.5.0",
63
+ "@datadog/datadog-ci-plugin-deployment": "5.5.0",
64
+ "@datadog/datadog-ci-plugin-dora": "5.5.0",
65
+ "@datadog/datadog-ci-plugin-gate": "5.5.0",
66
+ "@datadog/datadog-ci-plugin-junit": "5.5.0",
67
+ "@datadog/datadog-ci-plugin-lambda": "5.5.0",
68
+ "@datadog/datadog-ci-plugin-sarif": "5.5.0",
69
+ "@datadog/datadog-ci-plugin-sbom": "5.5.0",
70
+ "@datadog/datadog-ci-plugin-stepfunctions": "5.5.0",
71
+ "@datadog/datadog-ci-plugin-synthetics": "5.5.0"
72
72
  },
73
73
  "peerDependenciesMeta": {
74
74
  "@datadog/datadog-ci-plugin-aas": {