From 6663005e4861b895b41b7eedcb861078ac95722b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:42:22 +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.4. - [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.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.4 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..0c6c7b62815 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.4", "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.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", + "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", "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..7ccc81b747f 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.4", "node-fetch": "^3.0.0" }, "devDependencies": {