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",