diff --git a/package-lock.json b/package-lock.json index 6715e780..c035b31e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "typescript": "5.6.3", - "zudoku": "0.18.5" + "zudoku": "0.18.6" }, "devDependencies": { "@types/json-schema": "7.0.15", @@ -1248,7 +1248,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -7322,9 +7321,9 @@ "license": "MIT" }, "node_modules/@zudoku/config": { - "version": "0.18.5", - "resolved": "https://registry.npmjs.org/@zudoku/config/-/config-0.18.5.tgz", - "integrity": "sha512-7tQVSTt2mi8fk6SP3MGkYZQEGLO9/bpr6h6oKUKZv1qJ1O2Hjo/bvzD41W/rQ7052BBqBDWdP2/+rmzMCtwcEg==", + "version": "0.18.6", + "resolved": "https://registry.npmjs.org/@zudoku/config/-/config-0.18.6.tgz", + "integrity": "sha512-6WByzwEkWy+U6lMyWiAnpdjILdlhv/8Y8LuxN2uu5FyjZ5SAN1qZlQhX3rUkTvbXz4r/5FOmz9mVBjkq+PlMig==", "license": "MIT", "dependencies": { "tsx": "4.19.1" @@ -25910,9 +25909,9 @@ } }, "node_modules/zudoku": { - "version": "0.18.5", - "resolved": "https://registry.npmjs.org/zudoku/-/zudoku-0.18.5.tgz", - "integrity": "sha512-inEklQbcfkiLfBTG/2NkYJzCd936XfUWHlF4yqSELPwOzclXUwDLDGdmGiUJxoOjcQr8+uH9qeR6M23+BHhs6w==", + "version": "0.18.6", + "resolved": "https://registry.npmjs.org/zudoku/-/zudoku-0.18.6.tgz", + "integrity": "sha512-SFI25MW6chHrw3jTkTYnEJ9SEQCwx4PTvjZDd6ZDpabaNdpGgrHqnGo0bOVl9t1hEhdb6N64fPG1R+IizwQ/Mg==", "dependencies": { "@envelop/core": "5.0.2", "@graphql-typed-document-node/core": "3.2.0", @@ -25952,7 +25951,7 @@ "@types/react": "18.3.11", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.4", - "@zudoku/config": "0.18.5", + "@zudoku/config": "0.18.6", "@zudoku/httpsnippet": "10.0.9", "@zudoku/react-helmet-async": "2.0.4", "autoprefixer": "10.4.20", @@ -25969,6 +25968,7 @@ "graphql-type-json": "0.3.2", "graphql-yoga": "5.7.0", "gray-matter": "4.0.3", + "hast-util-to-string": "3.0.1", "http-terminator": "3.2.0", "loglevel": "1.9.2", "lru-cache": "11.0.1", @@ -26185,6 +26185,19 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/zudoku/node_modules/hast-util-to-string": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", + "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/zudoku/node_modules/hastscript": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.0.tgz", diff --git a/package.json b/package.json index eb91f5bf..b3727482 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "typescript": "5.6.3", - "zudoku": "0.18.5" + "zudoku": "0.18.6" }, "devDependencies": { "@types/json-schema": "7.0.15",