diff --git a/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json b/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json index e2287b6f..e0c51479 100644 --- a/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json +++ b/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@apollo/client": "^3.13.5", - "fast-xml-parser": "^5.3.6", + "fast-xml-parser": "^5.3.8", "graphql": "^16.10.0", "next": "^15.5.8", "react": "^19.0.0", @@ -2927,9 +2927,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz", - "integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==", + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz", + "integrity": "sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==", "funding": [ { "type": "github", diff --git a/examples/next/hybrid-sitemap-apollo/example-app/package.json b/examples/next/hybrid-sitemap-apollo/example-app/package.json index cae89db0..7d4f4905 100644 --- a/examples/next/hybrid-sitemap-apollo/example-app/package.json +++ b/examples/next/hybrid-sitemap-apollo/example-app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@apollo/client": "^3.13.5", - "fast-xml-parser": "^5.3.6", + "fast-xml-parser": "^5.3.8", "graphql": "^16.10.0", "next": "^15.5.8", "react": "^19.0.0",