renovate 41.148.3 → 41.148.4

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.
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": "41.148.3",
4
+ "version": "41.148.4",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -118,7 +118,7 @@
118
118
  "@qnighy/marshal": "0.1.3",
119
119
  "@renovatebot/detect-tools": "1.2.4",
120
120
  "@renovatebot/kbpgp": "4.0.3",
121
- "@renovatebot/osv-offline": "1.7.7",
121
+ "@renovatebot/osv-offline": "1.7.8",
122
122
  "@renovatebot/pep440": "4.2.1",
123
123
  "@renovatebot/ruby-semver": "4.1.2",
124
124
  "@sindresorhus/is": "7.1.0",
@@ -1,7 +1,7 @@
1
1
  {
2
- "title": "JSON schema for Renovate 41.148.3 config files (https://renovatebot.com/)",
2
+ "title": "JSON schema for Renovate 41.148.4 config files (https://renovatebot.com/)",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "x-renovate-version": "41.148.3",
4
+ "x-renovate-version": "41.148.4",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "abandonmentThreshold": {