From e7652f69c8b4c5b3a305d0f2ff54db172df94d16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:45:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20fast?= =?UTF-8?q?-xml-parser=20to=20v4.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b055cb..6720e1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/http-client": "2.2.0", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.1", - "fast-xml-parser": "4.3.3", + "fast-xml-parser": "4.3.4", "semver": "7.5.4" }, "devDependencies": { @@ -4165,9 +4165,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz", - "integrity": "sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz", + "integrity": "sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 51eaf27..cfaeb77 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/http-client": "2.2.0", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.1", - "fast-xml-parser": "4.3.3", + "fast-xml-parser": "4.3.4", "semver": "7.5.4" }, "devDependencies": {