From 0360083c572a7be99110da675d1562c5901930f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:11:25 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.4.0 to 4.5.4 in /docs 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:development ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 12 ++++-------- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 67051cf..3148e2e 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "nhsuk-frontend": "^10.1.0" }, "devDependencies": { - "fast-xml-parser": "^4.4.0", + "fast-xml-parser": "^4.5.4", "pa11y-ci": "^3.1.0", "pa11y-ci-reporter-html": "^6.0.2", "pm2": "^5.4.1", @@ -1477,18 +1477,14 @@ "license": "MIT" }, "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==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/docs/package.json b/docs/package.json index ad7e9b9..4a1353b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "nhsuk-frontend": "^10.1.0" }, "devDependencies": { - "fast-xml-parser": "^4.4.0", + "fast-xml-parser": "^4.5.4", "pa11y-ci": "^3.1.0", "pa11y-ci-reporter-html": "^6.0.2", "pm2": "^5.4.1",