From 1acd9fcf4ebab1c7a88ee70465047d09d5cbc317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:13:47 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.5.6 to 5.5.7 in /docs Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.6 to 5.5.7. - [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/v5.5.6...v5.5.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 10 +++++----- docs/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index d24cb60..0f80014 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "nhsuk-frontend": "^10.1.0" }, "devDependencies": { - "fast-xml-parser": "^5.5.6", + "fast-xml-parser": "^5.5.7", "pa11y-ci": "^3.1.0", "pa11y-ci-reporter-html": "^6.0.2", "pm2": "^5.4.1", @@ -1493,9 +1493,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.5.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz", - "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==", + "version": "5.5.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz", + "integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==", "dev": true, "funding": [ { @@ -1507,7 +1507,7 @@ "dependencies": { "fast-xml-builder": "^1.1.4", "path-expression-matcher": "^1.1.3", - "strnum": "^2.1.2" + "strnum": "^2.2.0" }, "bin": { "fxparser": "src/cli/cli.js" diff --git a/docs/package.json b/docs/package.json index e2703cb..9b1a294 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "nhsuk-frontend": "^10.1.0" }, "devDependencies": { - "fast-xml-parser": "^5.5.6", + "fast-xml-parser": "^5.5.7", "pa11y-ci": "^3.1.0", "pa11y-ci-reporter-html": "^6.0.2", "pm2": "^5.4.1",