From dcbd1b0ff1dc1364ae9d88db908c30c8ca7aed51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:10:36 +0000 Subject: [PATCH] fix(deps): update npm to v11 --- package-lock.json | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 3bcf33f..4e90d41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8756,6 +8756,14 @@ "write-file-atomic" ], "dev": true, + "license": "Artistic-2.0", + "workspaces": [ + "docs", + "smoke-tests", + "mock-globals", + "mock-registry", + "workspaces/*" + ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^8.0.0", diff --git a/package.json b/package.json index 45a1ec9..83e21b0 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,5 @@ } } }, - "packageManager": "npm@10.8.2" + "packageManager": "npm@11.1.0" }