diff --git a/website/package-lock.json b/website/package-lock.json index 7d4bb42e..5c481a2e 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -407,9 +407,9 @@ } }, "node_modules/@apify/docs-theme": { - "version": "1.0.147", - "resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.147.tgz", - "integrity": "sha512-YkjjeLDlHN2Uz/96txoy/Y+ZVYBoLi/qmV/IIouvDnHmdTR+RbhMBY6yZ47RnamNiFr6KkIvNcB9JhJ2KlfIkw==", + "version": "1.0.148", + "resolved": "https://registry.npmjs.org/@apify/docs-theme/-/docs-theme-1.0.148.tgz", + "integrity": "sha512-lWmXz05UtnCAT9ZeVyo8Mf6b1dBO74GF+tfIQGedLP4DV6R1DowlltT4cDK05Tab79TYcJky3dX2m5B2m48hFQ==", "license": "ISC", "dependencies": { "@apify/docs-search-modal": "^1.1.1", @@ -419,7 +419,11 @@ "babel-loader": "^9.1.3", "docusaurus-gtm-plugin": "^0.0.2", "postcss-preset-env": "^9.3.0", - "prism-react-renderer": "^2.0.6" + "prism-react-renderer": "^2.0.6", + "remark-parse": "^11.0.0", + "remark-stringify": "^11.0.0", + "unified": "^11.0.5", + "unist-util-visit-parents": "^3.1.1" }, "peerDependencies": { "clsx": "*", @@ -611,6 +615,12 @@ "node": ">=18.0" } }, + "node_modules/@apify/docs-theme/node_modules/@types/unist": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", + "license": "MIT" + }, "node_modules/@apify/docs-theme/node_modules/globby": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", @@ -631,6 +641,30 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@apify/docs-theme/node_modules/unist-util-is": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/@apify/docs-theme/node_modules/unist-util-visit-parents": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", + "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/@apify/docusaurus-plugin-typedoc-api": { "version": "4.2.6", "resolved": "https://registry.npmjs.org/@apify/docusaurus-plugin-typedoc-api/-/docusaurus-plugin-typedoc-api-4.2.6.tgz",