renovate 43.205.1 → 43.205.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.
@@ -27,7 +27,7 @@ declare const GithubVulnerabilityAlerts: z.ZodPipe<z.ZodType<{
27
27
  };
28
28
  security_vulnerability: {
29
29
  package: {
30
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
30
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "actions" | "nuget" | "pip";
31
31
  name: string;
32
32
  };
33
33
  severity: "low" | "medium" | "high" | "critical";
@@ -66,7 +66,7 @@ declare const GithubVulnerabilityAlerts: z.ZodPipe<z.ZodType<{
66
66
  };
67
67
  security_vulnerability: {
68
68
  package: {
69
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
69
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "actions" | "nuget" | "pip";
70
70
  name: string;
71
71
  };
72
72
  severity: "low" | "medium" | "high" | "critical";
@@ -105,7 +105,7 @@ declare const GithubVulnerabilityAlerts: z.ZodPipe<z.ZodType<{
105
105
  };
106
106
  security_vulnerability: {
107
107
  package: {
108
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
108
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "actions" | "nuget" | "pip";
109
109
  name: string;
110
110
  };
111
111
  severity: "low" | "medium" | "high" | "critical";
@@ -144,7 +144,7 @@ declare const GithubVulnerabilityAlerts: z.ZodPipe<z.ZodType<{
144
144
  };
145
145
  security_vulnerability: {
146
146
  package: {
147
- ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
147
+ ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "actions" | "nuget" | "pip";
148
148
  name: string;
149
149
  };
150
150
  severity: "low" | "medium" | "high" | "critical";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "renovate",
3
3
  "description": "Automated dependency updates. Flexible so you don't need to be.",
4
- "version": "43.205.1",
4
+ "version": "43.205.2",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -168,7 +168,7 @@
168
168
  "klona": "2.0.6",
169
169
  "lru-cache": "11.5.0",
170
170
  "luxon": "3.7.2",
171
- "markdown-it": "14.1.1",
171
+ "markdown-it": "14.2.0",
172
172
  "markdown-table": "3.0.4",
173
173
  "minimatch": "10.2.5",
174
174
  "moo": "0.5.3",