From 73d5783f752f4dc417c16426675f5e629896a086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 09:40:30 +0000 Subject: [PATCH] deps: bump libnpmpack from 9.0.12 to 9.0.13 Bumps [libnpmpack](https://github.com/npm/cli/tree/HEAD/workspaces/libnpmpack) from 9.0.12 to 9.0.13. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/libnpmpack-v9.0.13/workspaces/libnpmpack) --- updated-dependencies: - dependency-name: libnpmpack dependency-version: 9.0.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a17d14..6f54c72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -609,9 +609,9 @@ } }, "node_modules/@npmcli/arborist": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.1.9.tgz", - "integrity": "sha512-O/rLeBo64mkUn1zU+1tFDWXvbAA9UXe9eUldwTwRLxOLFx9obqjNoozW65LmYqgWb0DG40i9lNZSv78VX2GKhw==", + "version": "9.1.10", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.1.10.tgz", + "integrity": "sha512-kMLxL8R0xHx835x18lNHwiT0blaz0wGWmPYKTcrSQxrGBtUokGJimgiFF1FdkgLskuwgSq7bVwdEqDwbojkZlA==", "dev": true, "license": "ISC", "dependencies": { @@ -628,7 +628,7 @@ "@npmcli/run-script": "^10.0.0", "bin-links": "^6.0.0", "cacache": "^20.0.1", - "common-ancestor-path": "^1.0.1", + "common-ancestor-path": "^2.0.0", "hosted-git-info": "^9.0.0", "json-stringify-nice": "^1.1.4", "lru-cache": "^11.2.1", @@ -2248,11 +2248,14 @@ } }, "node_modules/common-ancestor-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", - "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz", + "integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==", "dev": true, - "license": "ISC" + "license": "BlueOak-1.0.0", + "engines": { + "node": ">= 18" + } }, "node_modules/content-disposition": { "version": "0.5.4", @@ -3115,13 +3118,13 @@ } }, "node_modules/libnpmpack": { - "version": "9.0.12", - "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.0.12.tgz", - "integrity": "sha512-32j+CIrJhVngbqGUbhnpNFnPi6rkx6NP1lRO1OHf4aoZ57ad+mTkS788FfeAoXoiJDmfmAqgZejXRmEfy7s6Sg==", + "version": "9.0.13", + "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.0.13.tgz", + "integrity": "sha512-5lMT9bOAC8WgYXNN7uibJe1U5jpAPR60EFPdCtGKYEDfvYrQMkO9Rkj5zUvvK7WC0VW5v8dxpxS4P47Yh4c/ug==", "dev": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.9", + "@npmcli/arborist": "^9.1.10", "@npmcli/run-script": "^10.0.0", "npm-package-arg": "^13.0.0", "pacote": "^21.0.2"