diff --git a/package-lock.json b/package-lock.json index 1debe5a..2726f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5796,9 +5796,9 @@ } }, "node_modules/just-bash": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/just-bash/-/just-bash-3.0.3.tgz", - "integrity": "sha512-6+HYKsbNR4z5M9jL2cw5H0O6oRhHlM88zuTHUeb89EmLnmPq3PVfUwOJY20GyJ4ZsmHfBpFzMQGjot/abmePgw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/just-bash/-/just-bash-3.2.0.tgz", + "integrity": "sha512-hRTLLWBXCKuosjaNFJR7uPYBza+T2vjG3NdPBz4wxlctlnxwrbLjtLQf6RtSKmy/jzNJ6/URCtvxrXjy6yFGeQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5816,12 +5816,16 @@ "sprintf-js": "^1.1.3", "sql.js": "^1.13.0", "turndown": "^7.2.2", + "undici": "^7.25.0", "yaml": "^2.8.2" }, "bin": { "just-bash": "dist/bin/just-bash.js", "just-bash-shell": "dist/bin/shell/shell.js" }, + "engines": { + "node": ">=20.18.1" + }, "optionalDependencies": { "@mongodb-js/zstd": "^7.0.0", "node-liblzma": "^2.0.3" @@ -7833,6 +7837,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/undici": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz", + "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.18.1" + } + }, "node_modules/undici-types": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",