From a9cdf2dd4b8acba2d89d17a664a0faf412b074e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 10:16:16 +0000 Subject: [PATCH] [DEPENDENCY] Bump @npmcli/config from 9.0.0 to 10.2.0 Bumps [@npmcli/config](https://github.com/npm/cli/tree/HEAD/workspaces/config) from 9.0.0 to 10.2.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/workspaces/config/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/v10.2.0/workspaces/config) --- updated-dependencies: - dependency-name: "@npmcli/config" dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++---------- package.json | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 149d5caa4..0ced4b36b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0.4", "license": "Apache-2.0", "dependencies": { - "@npmcli/config": "^9.0.0", + "@npmcli/config": "^10.2.0", "@ui5/fs": "^4.0.1", "@ui5/logger": "^4.0.1", "ajv": "^6.12.6", @@ -1052,21 +1052,22 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/@npmcli/config": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-9.0.0.tgz", - "integrity": "sha512-P5Vi16Y+c8E0prGIzX112ug7XxqfaPFUVW/oXAV+2VsxplKZEnJozqZ0xnK8V8w/SEsBf+TXhUihrEIAU4CA5Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.2.0.tgz", + "integrity": "sha512-02No1usuJiw847jivY4XbhJXLt28OgLbs4TRf9zd2rmLU03py98Gpinf7yZQhLt0jh+CI+bvcULrwOnzX29eXA==", + "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^4.0.1", "@npmcli/package-json": "^6.0.1", "ci-info": "^4.0.0", "ini": "^5.0.0", - "nopt": "^8.0.0", + "nopt": "^8.1.0", "proc-log": "^5.0.0", "semver": "^7.3.5", - "walk-up-path": "^3.0.1" + "walk-up-path": "^4.0.0" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^20.17.0 || >=22.9.0" } }, "node_modules/@npmcli/fs": { @@ -8607,9 +8608,13 @@ } }, "node_modules/walk-up-path": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz", - "integrity": "sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz", + "integrity": "sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==", + "license": "ISC", + "engines": { + "node": "20 || >=22" + } }, "node_modules/webidl-conversions": { "version": "3.0.1", diff --git a/package.json b/package.json index 9c739f8f7..46e0a6ffd 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "url": "git@github.com:SAP/ui5-project.git" }, "dependencies": { - "@npmcli/config": "^9.0.0", + "@npmcli/config": "^10.2.0", "@ui5/fs": "^4.0.1", "@ui5/logger": "^4.0.1", "ajv": "^6.12.6",