From 3aaf3ad516a02696bc4a94282faaa21c59a59e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:44:18 +0000 Subject: [PATCH] Update dependency ltx to v3.1.2 --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 092f9ce00..da18a1be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jest": "28.1.3", "js-yaml": "4.1.0", "lodash": "4.17.21", - "ltx": "3.0.0", + "ltx": "3.1.2", "mini-css-extract-plugin": "1.6.2", "npm-run-all2": "5.0.2", "pleasantest": "3.1.0", @@ -25733,9 +25733,10 @@ } }, "node_modules/ltx": { - "version": "3.0.0", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/ltx/-/ltx-3.1.2.tgz", + "integrity": "sha512-tFSKojN92FqNK6eRTmKK/ROUTUYVWKAxgohz523TPhF1G3nR3DXQS/I7/705rEPrDSloKDgMdRlh0qgMFQoVYw==", "dev": true, - "license": "MIT", "engines": { "node": ">= 12.4.0" } @@ -55451,7 +55452,9 @@ } }, "ltx": { - "version": "3.0.0", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/ltx/-/ltx-3.1.2.tgz", + "integrity": "sha512-tFSKojN92FqNK6eRTmKK/ROUTUYVWKAxgohz523TPhF1G3nR3DXQS/I7/705rEPrDSloKDgMdRlh0qgMFQoVYw==", "dev": true }, "luxon": { diff --git a/package.json b/package.json index 510c4e2af..b887fb1cb 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jest": "28.1.3", "js-yaml": "4.1.0", "lodash": "4.17.21", - "ltx": "3.0.0", + "ltx": "3.1.2", "mini-css-extract-plugin": "1.6.2", "npm-run-all2": "5.0.2", "pleasantest": "3.1.0",