From c3f54b2be55889a7bce43e7d22d0283bb514f049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:55:56 +0000 Subject: [PATCH] chore(deps): Bump fast-xml-parser and @faustwp/core Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.3.6 and updates ancestor dependency [@faustwp/core](https://github.com/wpengine/faustjs). These dependencies need to be updated together. Updates `fast-xml-parser` from 5.3.4 to 5.3.6 - [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.3.4...v5.3.6) Updates `@faustwp/core` from 3.3.4 to 3.3.6 - [Release notes](https://github.com/wpengine/faustjs/releases) - [Commits](https://github.com/wpengine/faustjs/commits) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.6 dependency-type: indirect - dependency-name: "@faustwp/core" dependency-version: 3.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next/tutorial/package-lock.json | 12 ++++++------ examples/next/tutorial/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/next/tutorial/package-lock.json b/examples/next/tutorial/package-lock.json index ff5a55461..475fa2f12 100644 --- a/examples/next/tutorial/package-lock.json +++ b/examples/next/tutorial/package-lock.json @@ -11,7 +11,7 @@ "@apollo/client": "^3.13.9", "@faustwp/blocks": "^6.1.3", "@faustwp/cli": "^3.2.4", - "@faustwp/core": "^3.3.2", + "@faustwp/core": "^3.3.6", "graphql": "^16.11.0", "next": "^15.5.2", "next-secure-headers": "^2.2.0", @@ -374,9 +374,9 @@ } }, "node_modules/@faustwp/core": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@faustwp/core/-/core-3.3.4.tgz", - "integrity": "sha512-UmeDCL5YQUdRll41/ne/19hHP/fXQwuyoBJUIoQTHAr3ssnloMPZyXqGqnW4g5NiR/1RWq0Q+WMydzF+41ggUQ==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@faustwp/core/-/core-3.3.6.tgz", + "integrity": "sha512-6PeTJyWjcnEq2FDPkA/KoCgQW/fpa1xkJqjQhlktkS40gXRBRhruuvxQhbq7eBfIKP5j3h9KFSHBOXGZXuc4IA==", "license": "MIT", "dependencies": { "@wordpress/hooks": "^3.14.0", @@ -384,11 +384,11 @@ "classnames": "^2.3.2", "cookie": "^0.7.0", "deepmerge": "^4.2.2", - "fast-xml-parser": "^4.4.1", + "fast-xml-parser": "^5.3.4", "isomorphic-fetch": "^3.0.0", "js-cookie": "^3.0.5", "js-sha256": "^0.9.0", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "engines": { "node": ">=18", diff --git a/examples/next/tutorial/package.json b/examples/next/tutorial/package.json index 821f5cb0a..b554fbcbc 100644 --- a/examples/next/tutorial/package.json +++ b/examples/next/tutorial/package.json @@ -14,7 +14,7 @@ "@apollo/client": "^3.13.9", "@faustwp/blocks": "^6.1.3", "@faustwp/cli": "^3.2.4", - "@faustwp/core": "^3.3.2", + "@faustwp/core": "^3.3.6", "graphql": "^16.11.0", "next": "^15.5.2", "next-secure-headers": "^2.2.0",