File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
"devDependencies" : {
43
43
"@commitlint/cli" : " 16.3.0" ,
44
44
"@commitlint/config-conventional" : " 16.2.4" ,
45
- "@types/node" : " 16.18.3 " ,
45
+ "@types/node" : " 16.18.4 " ,
46
46
"@typescript-eslint/eslint-plugin" : " 5.45.0" ,
47
47
"@typescript-eslint/parser" : " 5.45.0" ,
48
48
"@vercel/ncc" : " 0.34.0" ,
Original file line number Diff line number Diff line change 1
1
class Docker {
2
2
readonly repository = 'renovate/renovate' ;
3
3
// renovate: datasource=docker depName=renovate/renovate versioning=docker
4
- readonly tag = '34.50.1 -slim' ;
4
+ readonly tag = '34.51.0 -slim' ;
5
5
readonly tagSuffix = '-slim' ;
6
6
7
7
image ( ) : string {
Original file line number Diff line number Diff line change 329
329
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
330
330
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
331
331
332
-
333
- version "16.18.3 "
334
- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3 .tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc "
335
- integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg ==
332
+
333
+ version "16.18.4 "
334
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.4 .tgz#712ba61b4caf091fc6490301b1888356638c17bd "
335
+ integrity sha512-9qGjJ5GyShZjUfx2ArBIGM+xExdfLvvaCyQR0t6yRXKPcWCVYF/WemtX/uIU3r7FYECXRXkIiw2Vnhn6y8d+pw ==
336
336
337
337
" @types/node@>=12 " :
338
338
version "17.0.21"
You can’t perform that action at this time.
0 commit comments