diff --git a/docs/configuration/cell-level.md b/docs/configuration/cell-level.md index 29658988..2228e6c3 100644 --- a/docs/configuration/cell-level.md +++ b/docs/configuration/cell-level.md @@ -39,7 +39,7 @@ Cell level options gives users the flexibility to modify the behavior of each ex | mimetype | If set skips auto-detection and uses specific media (MIME) type | [empty] | | name | Cell’s canonical name useful for referencing the cell via CLI | [auto-generated] | | ignore | Ingore code block from CLI and notebook transformation into a runnable cell | false | -| transform | Transform code block from CLI and notebook transformation into a runnable cell (inverse of ignore; most relevant for `mermaid`) | true | +| transform | Transform code block into a runnable cell (notebook) and include as task in CLI (inverse of ignore; most relevant for `mermaid`) | true | | terminalRows | Number of rows to display in the notebook terminal | [auto-set] | | promptEnv | Prompt user to set exported environment vars | auto | | skipPrompts | Bypasses interactive [prompts](/configuration/cell-level) that require inputting environment vars or authentication confirmations. | false | diff --git a/package-lock.json b/package-lock.json index be215a50..b26ae67c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9162,9 +9162,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.6.tgz", - "integrity": "sha512-5zIl0jWsewL5LdneswG6aJXx1YH1FXQ02UVIe/CZI3wXhI3SqP62bjcIYRNOgU43/MnN1t/MCpH6UoOtBrDNug==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.8.tgz", + "integrity": "sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==", "funding": [ { "type": "github", @@ -9173,7 +9173,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.0.4" + "strnum": "^2.0.5" }, "bin": { "fxparser": "src/cli/cli.js" @@ -17510,9 +17510,9 @@ } }, "node_modules/strnum": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.4.tgz", - "integrity": "sha512-qrXhLMohxtEPKMlajtNaOp5zvAQUo6L3fNcdiJKzWH98kGfklqGwmxhFjM7DzxsuoVM7rJeiYr+lEcu4Jlu9UQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz", + "integrity": "sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==", "funding": [ { "type": "github",