renovate 43.110.14 → 43.110.15

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.
@@ -14,7 +14,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
14
14
  };
15
15
  security_vulnerability: {
16
16
  package: {
17
- ecosystem: "composer" | "maven" | "npm" | "nuget" | "actions" | "go" | "pip" | "rubygems" | "rust";
17
+ ecosystem: "actions" | "composer" | "go" | "maven" | "npm" | "nuget" | "pip" | "rubygems" | "rust";
18
18
  name: string;
19
19
  };
20
20
  vulnerable_version_range: string;
@@ -39,7 +39,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
39
39
  };
40
40
  security_vulnerability: {
41
41
  package: {
42
- ecosystem: "composer" | "maven" | "npm" | "nuget" | "actions" | "go" | "pip" | "rubygems" | "rust";
42
+ ecosystem: "actions" | "composer" | "go" | "maven" | "npm" | "nuget" | "pip" | "rubygems" | "rust";
43
43
  name: string;
44
44
  };
45
45
  vulnerable_version_range: string;
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.110.14",
4
+ "version": "43.110.15",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -184,7 +184,7 @@
184
184
  "p-throttle": "8.1.0",
185
185
  "parse-link-header": "2.0.0",
186
186
  "prettier": "3.8.1",
187
- "protobufjs": "8.0.0",
187
+ "protobufjs": "8.0.1",
188
188
  "punycode": "2.3.1",
189
189
  "remark": "15.0.1",
190
190
  "remark-gfm": "4.0.1",
@@ -248,7 +248,7 @@
248
248
  "@types/mdast": "4.0.4",
249
249
  "@types/moo": "0.5.10",
250
250
  "@types/ms": "2.1.0",
251
- "@types/node": "24.12.0",
251
+ "@types/node": "24.12.2",
252
252
  "@types/parse-link-header": "2.0.3",
253
253
  "@types/punycode": "2.1.4",
254
254
  "@types/sax": "1.2.7",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$id": "https://docs.renovatebot.com/renovate-schema.json",
3
- "title": "JSON schema for Renovate 43.110.14 config files (https://renovatebot.com/)",
3
+ "title": "JSON schema for Renovate 43.110.15 config files (https://renovatebot.com/)",
4
4
  "$schema": "http://json-schema.org/draft-07/schema#",
5
- "x-renovate-version": "43.110.14",
5
+ "x-renovate-version": "43.110.15",
6
6
  "allowComments": true,
7
7
  "type": "object",
8
8
  "properties": {