diff --git a/federation-v1/scenarios/constant-vus-over-time/package.json b/federation-v1/scenarios/constant-vus-over-time/package.json index 4379b0a5c..4e55d46d0 100644 --- a/federation-v1/scenarios/constant-vus-over-time/package.json +++ b/federation-v1/scenarios/constant-vus-over-time/package.json @@ -7,7 +7,7 @@ "dependencies": { "vega": "5.28.0", "vega-lite": "5.17.0", - "tablemark": "3.0.0", + "tablemark": "3.1.0", "tsx": "4.19.1", "typescript": "5.4.3", "graphql": "16.8.1" diff --git a/federation-v1/scenarios/constant-vus-over-time/yarn.lock b/federation-v1/scenarios/constant-vus-over-time/yarn.lock index 15267dac2..ed8ad850f 100644 --- a/federation-v1/scenarios/constant-vus-over-time/yarn.lock +++ b/federation-v1/scenarios/constant-vus-over-time/yarn.lock @@ -485,10 +485,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" -tablemark@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/tablemark/-/tablemark-3.0.0.tgz#65708e4d8fb08a826b0e7e60fcab9b77f3a964d8" - integrity sha512-7N05gRK7t6B4g8AtedUsKoKtPjplmUjOPr/V4kVB+7U3yGiB3WvKqMTTQzVCZyhfZUXgQFp9YyN9ZgC52uCPKw== +tablemark@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/tablemark/-/tablemark-3.1.0.tgz#b1a06208bb5fe94608e4e653e45787a172266a1b" + integrity sha512-IwO6f0SEzp1Z+zqz/7ANUmeEac4gaNlknWyj/S9aSg11wZmWYnLeyI/xXvEOU88BYUIf8y30y0wxB58xIKrVlQ== dependencies: sentence-case "^3.0.4" split-text-to-chunks "^1.0.0" diff --git a/federation-v1/scenarios/ramping-vus/package.json b/federation-v1/scenarios/ramping-vus/package.json index e3818cfe7..d315ae176 100644 --- a/federation-v1/scenarios/ramping-vus/package.json +++ b/federation-v1/scenarios/ramping-vus/package.json @@ -7,7 +7,7 @@ "dependencies": { "vega": "5.28.0", "vega-lite": "5.17.0", - "tablemark": "3.0.0", + "tablemark": "3.1.0", "tsx": "4.19.1", "typescript": "5.4.3", "graphql": "16.8.1"