diff --git a/package-lock.json b/package-lock.json index 3001eab..26cc658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", - "fast-xml-parser": "^4.5.1" + "fast-xml-parser": "^5.0.0" }, "devDependencies": { "eslint-config-strongloop": "^2.1.0", @@ -1032,9 +1032,9 @@ "peer": true }, "node_modules/fast-xml-parser": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", - "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.6.tgz", + "integrity": "sha512-5zIl0jWsewL5LdneswG6aJXx1YH1FXQ02UVIe/CZI3wXhI3SqP62bjcIYRNOgU43/MnN1t/MCpH6UoOtBrDNug==", "funding": [ { "type": "github", @@ -1043,7 +1043,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "strnum": "^2.0.4" }, "bin": { "fxparser": "src/cli/cli.js" @@ -2222,9 +2222,9 @@ } }, "node_modules/strnum": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz", - "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.4.tgz", + "integrity": "sha512-qrXhLMohxtEPKMlajtNaOp5zvAQUo6L3fNcdiJKzWH98kGfklqGwmxhFjM7DzxsuoVM7rJeiYr+lEcu4Jlu9UQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 737abc4..b4e747d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", - "fast-xml-parser": "^4.5.1" + "fast-xml-parser": "^5.0.0" }, "devDependencies": { "husky": "^9.0.6",