From a217889af31028eda9e4a1c2ba0fa24c6f583a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:53:37 +0000 Subject: [PATCH 1/2] chore(deps): pin dependency glob to 8.1.0 [security] --- package.json | 2 +- pnpm-lock.yaml | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5584840ec..3cc35b281 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "es-module-lexer": "^1.4.1", "esbuild": "^0.21.5", - "glob": "^8.1.0", + "glob": "8.1.0", "json2md": "^2.0.0" }, "packageManager": "pnpm@10.10.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3511d58d1..2f2e89e94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,3 @@ -<<<<<<< HEAD -# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Juno contributors -# SPDX-License-Identifier: Apache-2.0 - -======= ->>>>>>> 374152fc (chore(core): reduce technical dept) lockfileVersion: '9.0' settings: @@ -40,7 +34,7 @@ importers: specifier: ^0.21.5 version: 0.21.5 glob: - specifier: ^8.1.0 + specifier: 8.1.0 version: 8.1.0 json2md: specifier: ^2.0.0 From 30482429d2a3a9d7a84aa05382adc31bb9611867 Mon Sep 17 00:00:00 2001 From: License Bot Date: Wed, 19 Nov 2025 22:54:15 +0000 Subject: [PATCH 2/2] Automatic application of license header --- pnpm-lock.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f2e89e94..c81d866ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Juno contributors +# SPDX-License-Identifier: Apache-2.0 + lockfileVersion: '9.0' settings: