diff --git a/extensions/itch-io/package-lock.json b/extensions/itch-io/package-lock.json index 214c51e4064..58fa7afe875 100644 --- a/extensions/itch-io/package-lock.json +++ b/extensions/itch-io/package-lock.json @@ -10,7 +10,7 @@ "@raycast/api": "^1.79.0", "@raycast/utils": "^1.16.2", "dedent-js": "^1.0.1", - "fast-xml-parser": "^4.0.7", + "fast-xml-parser": "^4.5.5", "node-fetch": "^3.0.0" }, "devDependencies": { @@ -1182,19 +1182,16 @@ "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.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], + "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, diff --git a/extensions/itch-io/package.json b/extensions/itch-io/package.json index 6a1204ade52..caec94be6f2 100644 --- a/extensions/itch-io/package.json +++ b/extensions/itch-io/package.json @@ -43,7 +43,7 @@ "@raycast/api": "^1.79.0", "@raycast/utils": "^1.16.2", "dedent-js": "^1.0.1", - "fast-xml-parser": "^4.0.7", + "fast-xml-parser": "^4.5.5", "node-fetch": "^3.0.0" }, "devDependencies": {