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" } }