renovate 43.139.2 → 43.139.3
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.
|
@@ -28,7 +28,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
|
|
|
28
28
|
security_vulnerability: {
|
|
29
29
|
severity: "low" | "medium" | "high" | "critical";
|
|
30
30
|
package: {
|
|
31
|
-
ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "
|
|
31
|
+
ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
|
|
32
32
|
name: string;
|
|
33
33
|
};
|
|
34
34
|
vulnerable_version_range: string;
|
|
@@ -67,7 +67,7 @@ declare const GithubVulnerabilityAlerts: z.ZodEffects<z.ZodEffects<z.ZodArray<z.
|
|
|
67
67
|
security_vulnerability: {
|
|
68
68
|
severity: "low" | "medium" | "high" | "critical";
|
|
69
69
|
package: {
|
|
70
|
-
ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "
|
|
70
|
+
ecosystem: "composer" | "maven" | "npm" | "rust" | "go" | "rubygems" | "nuget" | "actions" | "pip";
|
|
71
71
|
name: string;
|
|
72
72
|
};
|
|
73
73
|
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.139.
|
|
4
|
+
"version": "43.139.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@renovatebot/good-enough-parser": "2.0.0",
|
|
120
120
|
"@renovatebot/osv-offline": "2.5.0",
|
|
121
121
|
"@renovatebot/pep440": "4.2.2",
|
|
122
|
-
"@renovatebot/pgp": "1.3.
|
|
122
|
+
"@renovatebot/pgp": "1.3.7",
|
|
123
123
|
"@renovatebot/ruby-semver": "4.1.2",
|
|
124
124
|
"@sindresorhus/is": "7.2.0",
|
|
125
125
|
"@yarnpkg/core": "4.6.0",
|
package/renovate-schema.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"title": "JSON schema for Renovate 43.139.
|
|
3
|
+
"title": "JSON schema for Renovate 43.139.3 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.139.
|
|
5
|
+
"x-renovate-version": "43.139.3",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|