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",