From 40a57b2e528691d524fae8aff3087033b5171d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:13:33 -0700 Subject: [PATCH] Bump fast-xml-parser from 4.4.0 to 4.4.1 in the production-dependencies group (#69) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 fab576a..3e38119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.14", - "fast-xml-parser": "^4.4.0", + "fast-xml-parser": "^4.4.1", "handlebars": "^4.7.8" }, "devDependencies": { @@ -4494,9 +4494,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 3c574d1..c6a4efe 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.14", - "fast-xml-parser": "^4.4.0", + "fast-xml-parser": "^4.4.1", "handlebars": "^4.7.8" }, "devDependencies": {