From 69c0f63b3d8982e324945a33631d37f003d5b17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:18:01 +0000 Subject: [PATCH] chore(deps): bump detect-libc in /cargo-dist/templates/installer/npm Bumps [detect-libc](https://github.com/lovell/detect-libc) from 2.0.3 to 2.0.4. - [Commits](https://github.com/lovell/detect-libc/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: detect-libc dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cargo-dist/templates/installer/npm/npm-shrinkwrap.json | 8 ++++---- cargo-dist/templates/installer/npm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cargo-dist/templates/installer/npm/npm-shrinkwrap.json b/cargo-dist/templates/installer/npm/npm-shrinkwrap.json index 60d4f68e8..2581c3936 100644 --- a/cargo-dist/templates/installer/npm/npm-shrinkwrap.json +++ b/cargo-dist/templates/installer/npm/npm-shrinkwrap.json @@ -12,7 +12,7 @@ "axios": "^1.7.9", "axios-proxy-builder": "^0.1.2", "console.table": "^0.10.0", - "detect-libc": "^2.0.3", + "detect-libc": "^2.0.4", "rimraf": "^5.0.8" }, "devDependencies": { @@ -204,9 +204,9 @@ } }, "node_modules/detect-libc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", - "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", + "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", "license": "Apache-2.0", "engines": { "node": ">=8" diff --git a/cargo-dist/templates/installer/npm/package.json b/cargo-dist/templates/installer/npm/package.json index 127d85c2b..38a12f1cc 100644 --- a/cargo-dist/templates/installer/npm/package.json +++ b/cargo-dist/templates/installer/npm/package.json @@ -26,7 +26,7 @@ "axios": "^1.7.9", "axios-proxy-builder": "^0.1.2", "console.table": "^0.10.0", - "detect-libc": "^2.0.3", + "detect-libc": "^2.0.4", "rimraf": "^5.0.8" }, "devDependencies": {