From 552a87b7a751e64db2ffc898c9c2a6c05a08d0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 03:36:11 +0000 Subject: [PATCH] Build(deps): bump fast-xml-parser in /extensions/itch-io Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.5.5. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.0...v4.5.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extensions/itch-io/package-lock.json | 13 +++++-------- extensions/itch-io/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) 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": {