From 2978f7213d4af25f6c888dbd0aea24d066ca7e8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:22:51 +0000 Subject: [PATCH 1/2] fix(deps): update windows docker digests --- windows/Dockerfile.2019 | 2 +- windows/Dockerfile.2022 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/Dockerfile.2019 b/windows/Dockerfile.2019 index 89a502ed..46f995d5 100644 --- a/windows/Dockerfile.2019 +++ b/windows/Dockerfile.2019 @@ -1,7 +1,7 @@ # escape=` # Use the latest Windows Server Core image with .NET Framework 4.7.2. -FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:b36581f8c38aa45a8eb1849372603fcbfe97befb3c0ad510e9cfc2ccef8fd3ca +FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:0cb5fd75c08e7246afc6cc16bfe769d91af54fdb72ca58df150ebf5e3a2972ad LABEL maintainer="Michael Kriese " ` org.opencontainers.image.authors="VisualOn GmbH " ` diff --git a/windows/Dockerfile.2022 b/windows/Dockerfile.2022 index eab733f3..9b8b5355 100644 --- a/windows/Dockerfile.2022 +++ b/windows/Dockerfile.2022 @@ -1,7 +1,7 @@ # escape=` # Use the latest Windows Server Core image with .NET Framework 4.8. -FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:134a4de6ea1c905b526e24819ca3756c7897853c1c7fa2cfb48867f173f9f8e9 +FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:cd409960f9b87fcc02e1c236fea3852e1323ffb16d9522bf693330ebf878f5c0 LABEL maintainer="Michael Kriese " ` org.opencontainers.image.authors="VisualOn GmbH " ` From e3b964de0b4b188311d8dc902edd25b69a6b7160 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:11:59 +0000 Subject: [PATCH 2/2] chore(deps): update dependency @types/node to v22.10.4 | datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | npm | @types/node | 22.10.3 | 22.10.4 | --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- windows/Dockerfile.2019 | 2 +- windows/Dockerfile.2022 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ff59af82..4d0bf5b4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@semantic-release/exec": "6.0.3", - "@types/node": "22.10.3", + "@types/node": "22.10.4", "@types/shelljs": "0.8.15", "commander": "12.1.0", "conventional-changelog-conventionalcommits": "8.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b767d4d..4cbb0ce1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 6.0.3 version: 6.0.3(semantic-release@24.2.0(typescript@5.7.2)) '@types/node': - specifier: 22.10.3 - version: 22.10.3 + specifier: 22.10.4 + version: 22.10.4 '@types/shelljs': specifier: 0.8.15 version: 0.8.15 @@ -197,8 +197,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@22.10.3': - resolution: {integrity: sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==} + '@types/node@22.10.4': + resolution: {integrity: sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -1745,11 +1745,11 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.10.3 + '@types/node': 22.10.4 '@types/minimatch@5.1.2': {} - '@types/node@22.10.3': + '@types/node@22.10.4': dependencies: undici-types: 6.20.0 @@ -1760,7 +1760,7 @@ snapshots: '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 22.10.3 + '@types/node': 22.10.4 agent-base@7.1.3: {} diff --git a/windows/Dockerfile.2019 b/windows/Dockerfile.2019 index 46f995d5..89a502ed 100644 --- a/windows/Dockerfile.2019 +++ b/windows/Dockerfile.2019 @@ -1,7 +1,7 @@ # escape=` # Use the latest Windows Server Core image with .NET Framework 4.7.2. -FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:0cb5fd75c08e7246afc6cc16bfe769d91af54fdb72ca58df150ebf5e3a2972ad +FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:b36581f8c38aa45a8eb1849372603fcbfe97befb3c0ad510e9cfc2ccef8fd3ca LABEL maintainer="Michael Kriese " ` org.opencontainers.image.authors="VisualOn GmbH " ` diff --git a/windows/Dockerfile.2022 b/windows/Dockerfile.2022 index 9b8b5355..eab733f3 100644 --- a/windows/Dockerfile.2022 +++ b/windows/Dockerfile.2022 @@ -1,7 +1,7 @@ # escape=` # Use the latest Windows Server Core image with .NET Framework 4.8. -FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:cd409960f9b87fcc02e1c236fea3852e1323ffb16d9522bf693330ebf878f5c0 +FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:134a4de6ea1c905b526e24819ca3756c7897853c1c7fa2cfb48867f173f9f8e9 LABEL maintainer="Michael Kriese " ` org.opencontainers.image.authors="VisualOn GmbH " `