diff --git a/package-lock.json b/package-lock.json index a869b5c6..8c794373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "devDependencies": { "@11ty/eleventy": "3.0.0", - "@11ty/eleventy-navigation": "0.3.5", + "@11ty/eleventy-navigation": "1.0.4", "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", "@11ty/eleventy-plugin-webc": "0.11.2", "cssnano": "7.0.7", @@ -165,19 +165,29 @@ } }, "node_modules/@11ty/eleventy-navigation": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.3.5.tgz", - "integrity": "sha512-4aKW5aIQDFed8xs1G1pWcEiFPcDSwZtA4IH1eERtoJ+Xy+/fsoe0pzbDmw84bHZ9ACny5jblENhfZhcCxklqQw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-1.0.4.tgz", + "integrity": "sha512-FgIfKiFP1e3plQdIvSRph1tFV44bbCXcYs+AWcwnsfrn5I6Gf0t3hBq9IrR4JdnZ06hlEKq8qRbnbb0nfEZg3A==", "dev": true, "license": "MIT", "dependencies": { - "dependency-graph": "^0.11.0" + "dependency-graph": "^1.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/11ty" } }, + "node_modules/@11ty/eleventy-navigation/node_modules/dependency-graph": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-1.0.0.tgz", + "integrity": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/@11ty/eleventy-plugin-bundle": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-bundle/-/eleventy-plugin-bundle-3.0.1.tgz", diff --git a/package.json b/package.json index dfbec5b2..942b6f09 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@11ty/eleventy": "3.0.0", - "@11ty/eleventy-navigation": "0.3.5", + "@11ty/eleventy-navigation": "1.0.4", "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", "@11ty/eleventy-plugin-webc": "0.11.2", "cssnano": "7.0.7",