Skip to content

Commit c13ce15

Browse files
authored
Merge pull request #65 from ggtakec/update/deps
Updated dependent package versions and Fixed scripts
2 parents 70cf61a + 02c3f3a commit c13ce15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nodejs_addon_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ if [ "${RUN_SHELLCHECK}" -eq 1 ]; then
18621862
#
18631863
# Rocky
18641864
#
1865-
if ! LATEST_SHELLCHECK_DOWNLOAD_URL=$("${CURLCMD}" -s -S https://api.github.com/repos/koalaman/shellcheck/releases/latest | tr '{' '\n' | tr '}' '\n' | tr '[' '\n' | tr ']' '\n' | tr ',' '\n' | grep '"browser_download_url"' | grep 'linux.x86_64' | grep 'tar.xz' | sed -e 's|"||g' -e 's|^.*browser_download_url:[[:space:]]*||g' -e 's|^[[:space:]]*||g' -e 's|[[:space:]]*$||g' | tr -d '\n'); then
1865+
if ! LATEST_SHELLCHECK_DOWNLOAD_URL=$("${CURLCMD}" -s -S https://api.github.com/repos/koalaman/shellcheck/releases/latest | tr ',' '\n' | grep '"browser_download_url"' | grep 'linux.x86_64' | grep 'tar.xz'| sed -e 's#"browser_download_url"[[:space:]]*:##g' -e 's#{##g' -e 's#}##g' -e 's#\[##g' -e 's#\]##g' -e 's#,##g' -e 's#"##g' -e 's#[[:space:]]##g' | head -1 | tr -d '\n'); then
18661866
PRNERR "Failed to get shellcheck download url path"
18671867
exit 1
18681868
fi

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"@rollup/plugin-replace": "^6.0.3",
3636
"@rollup/plugin-terser": "^0.4.4",
3737
"@types/chai": "^5.2.3",
38-
"@types/mocha": "^10.0.1",
39-
"@types/node": "^24.10.1",
40-
"chai": "^6.2.1",
38+
"@types/mocha": "^10.0.10",
39+
"@types/node": "^25.0.3",
40+
"chai": "^6.2.2",
4141
"mocha": "^11.7.5",
4242
"node-gyp": "^12.1.0",
4343
"prebuild": "^13.0.1",
44-
"rollup": "^4.53.3",
44+
"rollup": "^4.54.0",
4545
"typescript": "^5.9.3",
4646
"ts-node": "^10.9.2"
4747
},

0 commit comments

Comments
 (0)