From 68ff46baa647e90666d7311d8b8828b28c7d4363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 01:03:31 +0000 Subject: [PATCH] Bump npm from 11.4.0 to 11.4.1 Bumps [npm](https://github.com/npm/cli) from 11.4.0 to 11.4.1. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v11.4.0...v11.4.1) --- updated-dependencies: - dependency-name: npm dependency-version: 11.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66d5131..427dd20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "install": "^0.13.0", "jest": "^29.7.0", "nodemon": "^3.1.10", - "npm": "^11.4.0", + "npm": "^11.4.1", "source-map-support": "^0.5.21", "ts-jest": "^29.3.4", "ts-node": "^10.9.2", @@ -4518,9 +4518,9 @@ } }, "node_modules/npm": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-11.4.0.tgz", - "integrity": "sha512-dZCRoh7oBdnIQrz+KHjWYmxIoWpcpzweEzj6g3mVGr/C0nPsStEu3mS9KUI3xnGbO8xRgRjRr/6KOJhf5dKXcw==", + "version": "11.4.1", + "resolved": "https://registry.npmjs.org/npm/-/npm-11.4.1.tgz", + "integrity": "sha512-/O5DiEFmtvnF0EU1+5VlDpcItpSKH3l+3fQOl3hkZ3ilGN+jJlGxxi/zb0rEK+zxd8pGyifVPyS1ORkMjZGAKw==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -4600,7 +4600,7 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/config": "^10.3.0", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^4.0.2", @@ -4625,11 +4625,11 @@ "is-cidr": "^5.1.1", "json-parse-even-better-errors": "^4.0.0", "libnpmaccess": "^10.0.1", - "libnpmdiff": "^8.0.3", - "libnpmexec": "^10.1.2", - "libnpmfund": "^7.0.3", + "libnpmdiff": "^8.0.4", + "libnpmexec": "^10.1.3", + "libnpmfund": "^7.0.4", "libnpmorg": "^8.0.0", - "libnpmpack": "^9.0.3", + "libnpmpack": "^9.0.4", "libnpmpublish": "^11.0.0", "libnpmsearch": "^9.0.0", "libnpmteam": "^8.0.1", @@ -4788,7 +4788,7 @@ } }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "9.1.0", + "version": "9.1.1", "dev": true, "inBundle": true, "license": "ISC", @@ -4951,7 +4951,7 @@ } }, "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "6.1.1", + "version": "6.2.0", "dev": true, "inBundle": true, "license": "ISC", @@ -5801,12 +5801,12 @@ } }, "node_modules/npm/node_modules/libnpmdiff": { - "version": "8.0.3", + "version": "8.0.4", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/installed-package-contents": "^3.0.0", "binary-extensions": "^3.0.0", "diff": "^7.0.0", @@ -5820,12 +5820,12 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "10.1.2", + "version": "10.1.3", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/package-json": "^6.1.1", "@npmcli/run-script": "^9.0.1", "ci-info": "^4.0.0", @@ -5842,12 +5842,12 @@ } }, "node_modules/npm/node_modules/libnpmfund": { - "version": "7.0.3", + "version": "7.0.4", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0" + "@npmcli/arborist": "^9.1.1" }, "engines": { "node": "^20.17.0 || >=22.9.0" @@ -5867,12 +5867,12 @@ } }, "node_modules/npm/node_modules/libnpmpack": { - "version": "9.0.3", + "version": "9.0.4", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/run-script": "^9.0.1", "npm-package-arg": "^12.0.0", "pacote": "^21.0.0" diff --git a/package.json b/package.json index da4318c..ecf0bdb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "install": "^0.13.0", "jest": "^29.7.0", "nodemon": "^3.1.10", - "npm": "^11.4.0", + "npm": "^11.4.1", "source-map-support": "^0.5.21", "ts-jest": "^29.3.4", "ts-node": "^10.9.2",