diff --git a/package-lock.json b/package-lock.json index 98b466b9..17eac242 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/glob": "^0.5.0", "@apollo/client": "^3.12.3", "cross-fetch": "^4.0.0", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.1", "graphql": "^16.10.0", "he": "^1.2.0" }, @@ -5546,9 +5546,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", - "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "funding": [ { "type": "github", @@ -14038,9 +14038,9 @@ } }, "fast-xml-parser": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", - "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index a6a550d7..142413f7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/glob": "^0.5.0", "@apollo/client": "^3.12.3", "cross-fetch": "^4.0.0", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.1", "graphql": "^16.10.0", "he": "^1.2.0" },