chore(release): merge master (582aafe1ac)

This commit is contained in:
github-actions[bot] 2020-12-02 13:04:22 +00:00
commit aad7f0754d
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View file

@ -3334,9 +3334,9 @@
"dev": true
},
"lint-staged": {
"version": "10.5.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.1.tgz",
"integrity": "sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw==",
"version": "10.5.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.2.tgz",
"integrity": "sha512-e8AYR1TDlzwB8VVd38Xu2lXDZf6BcshVqKVuBQThDJRaJLobqKnpbm4dkwJ2puypQNbLr9KF/9mfA649mAGvjA==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View file

@ -47,7 +47,7 @@
"eslint-plugin-json": "2.1.2",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.3.0",
"lint-staged": "10.5.1",
"lint-staged": "10.5.2",
"npm-run-all": "4.1.5",
"prettier": "2.2.0",
"standard-version": "9.0.0",

View file

@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '23.89.3-slim';
readonly tag = '23.90.1-slim';
readonly tagSuffix = '-slim';
image(): string {