From 088f57a959247ba1798c61f690e2744491490b64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jul 2025 02:29:32 +0000 Subject: [PATCH] fix: upgrade detect-libc from 2.0.3 to 2.0.4 Snyk has created this PR to upgrade detect-libc from 2.0.3 to 2.0.4. See this package in npm: detect-libc See this project in Snyk: https://app.snyk.io/org/hello-7dSfTZkD6R3gx3FeohaagS/project/11880f54-5f03-47d4-a3ae-91c4fcdc22a3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fa2d33..d1a569a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", "@ltd/j-toml": "^1.38.0", - "detect-libc": "^2.0.2" + "detect-libc": "^2.0.4" }, "devDependencies": { "@types/node": "^20.9.1", @@ -2456,9 +2456,10 @@ } }, "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/package.json b/package.json index f39ded8..419db93 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", "@ltd/j-toml": "^1.38.0", - "detect-libc": "^2.0.2" + "detect-libc": "^2.0.4" }, "devDependencies": { "@types/node": "^20.9.1",