From e5252b0dca5df8b6de86e72a48459383429b6d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:31:09 +0000 Subject: [PATCH] Bump ltx from 3.0.0 to 3.1.1 Bumps [ltx](https://github.com/xmppjs/ltx) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/xmppjs/ltx/releases) - [Commits](https://github.com/xmppjs/ltx/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: ltx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94aa28ec..73ec5e93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.11.1", "js-yaml": "^4.1.0", - "ltx": "^3.0.0", + "ltx": "^3.1.1", "minimatch": "^10.0.1" }, "devDependencies": { @@ -1845,9 +1845,9 @@ } }, "node_modules/ltx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ltx/-/ltx-3.0.0.tgz", - "integrity": "sha512-bu3/4/ApUmMqVNuIkHaRhqVtEi6didYcBDIF56xhPRCzVpdztCipZ62CUuaxMlMBUzaVL93+4LZRqe02fuAG6A==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/ltx/-/ltx-3.1.1.tgz", + "integrity": "sha512-1p19JqGI/OZEe4XoBM1i5/P2X/gO14RVqWgbPZJE5xOKrhbR7DznKi8hJhe1vTmgA6MSbE7Khg1uJMBxid4uCQ==", "engines": { "node": ">= 12.4.0" } @@ -4552,9 +4552,9 @@ } }, "ltx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ltx/-/ltx-3.0.0.tgz", - "integrity": "sha512-bu3/4/ApUmMqVNuIkHaRhqVtEi6didYcBDIF56xhPRCzVpdztCipZ62CUuaxMlMBUzaVL93+4LZRqe02fuAG6A==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/ltx/-/ltx-3.1.1.tgz", + "integrity": "sha512-1p19JqGI/OZEe4XoBM1i5/P2X/gO14RVqWgbPZJE5xOKrhbR7DznKi8hJhe1vTmgA6MSbE7Khg1uJMBxid4uCQ==" }, "make-dir": { "version": "3.0.2", diff --git a/package.json b/package.json index a87c056e..81d249b9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@actions/core": "^1.11.1", "js-yaml": "^4.1.0", - "ltx": "^3.0.0", + "ltx": "^3.1.1", "minimatch": "^10.0.1" } }