From 6336f06527633a0d3c5878faecb0fd2e2e6357bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:43:50 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.0.6 to 5.0.8 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.0.6 to 5.0.8. - [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.0.6...v5.0.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e62da21..0f3765e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@mui/material": "^6.4.5", "@testing-library/dom": "^10.4.0", "@testing-library/user-event": "^14.6.1", - "fast-xml-parser": "^5.0.6", + "fast-xml-parser": "^5.0.8", "gray-matter": "^4.0.3", "jest-environment-jsdom": "^29.7.0", "next": "*", @@ -3632,9 +3632,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.6.tgz", - "integrity": "sha512-5zIl0jWsewL5LdneswG6aJXx1YH1FXQ02UVIe/CZI3wXhI3SqP62bjcIYRNOgU43/MnN1t/MCpH6UoOtBrDNug==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.8.tgz", + "integrity": "sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==", "funding": [ { "type": "github", @@ -3643,7 +3643,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.0.4" + "strnum": "^2.0.5" }, "bin": { "fxparser": "src/cli/cli.js" @@ -5794,9 +5794,9 @@ } }, "node_modules/strnum": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.4.tgz", - "integrity": "sha512-qrXhLMohxtEPKMlajtNaOp5zvAQUo6L3fNcdiJKzWH98kGfklqGwmxhFjM7DzxsuoVM7rJeiYr+lEcu4Jlu9UQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz", + "integrity": "sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 7607f40..d24ae0b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mui/material": "^6.4.5", "@testing-library/dom": "^10.4.0", "@testing-library/user-event": "^14.6.1", - "fast-xml-parser": "^5.0.6", + "fast-xml-parser": "^5.0.8", "gray-matter": "^4.0.3", "jest-environment-jsdom": "^29.7.0", "next": "latest",