Skip to content

Commit 893c2c3

Browse files
chore(release): merge main (795b55e)
2 parents c4fe3d1 + 795b55e commit 893c2c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@commitlint/cli": "16.3.0",
4444
"@commitlint/config-conventional": "16.2.4",
45-
"@types/node": "16.18.3",
45+
"@types/node": "16.18.4",
4646
"@typescript-eslint/eslint-plugin": "5.45.0",
4747
"@typescript-eslint/parser": "5.45.0",
4848
"@vercel/ncc": "0.34.0",

src/docker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Docker {
22
readonly repository = 'renovate/renovate';
33
// renovate: datasource=docker depName=renovate/renovate versioning=docker
4-
readonly tag = '34.50.1-slim';
4+
readonly tag = '34.51.0-slim';
55
readonly tagSuffix = '-slim';
66

77
image(): string {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@
329329
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
330330
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
331331

332-
"@types/[email protected].3":
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+
"@types/[email protected].4":
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==
336336

337337
"@types/node@>=12":
338338
version "17.0.21"

0 commit comments

Comments
 (0)