diff --git a/docs/package-lock.json b/docs/package-lock.json index 312d81bb3..35967aeae 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "@alephdata/followthemoney": "^3.8.4", "astro": "^5.8.1", "astro-theme-docs": "github:alephdata/astro-theme-docs", - "unist-util-visit": "^5.0.0" + "unist-util-visit": "^5.1.0" }, "devDependencies": { "@untitaker/hyperlink": "^0.1.44", @@ -7802,9 +7802,9 @@ } }, "node_modules/unist-util-visit": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", + "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", diff --git a/docs/package.json b/docs/package.json index fdcec4ed3..aae05aec8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "@alephdata/followthemoney": "^3.8.4", "astro": "^5.8.1", "astro-theme-docs": "github:alephdata/astro-theme-docs", - "unist-util-visit": "^5.0.0" + "unist-util-visit": "^5.1.0" }, "devDependencies": { "@untitaker/hyperlink": "^0.1.44",