diff --git a/package-lock.json b/package-lock.json index 35cf51b..6ba1dff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0+", "dependencies": { "@11ty/eleventy": "^2.0.1", - "@11ty/eleventy-navigation": "^1.0.3", + "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^1.1.2", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "elasticlunr": "^0.9.5", @@ -113,9 +113,9 @@ } }, "node_modules/@11ty/eleventy-navigation": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-1.0.3.tgz", - "integrity": "sha512-E0E3AFvNsgYThDmalgBnDRoeIwAfAaxLAA0EvUVANRj5IxqZF/c3+o2zuS54EbG25zXA2TeoKKt1WVsTCLJRmw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-1.0.4.tgz", + "integrity": "sha512-FgIfKiFP1e3plQdIvSRph1tFV44bbCXcYs+AWcwnsfrn5I6Gf0t3hBq9IrR4JdnZ06hlEKq8qRbnbb0nfEZg3A==", "license": "MIT", "dependencies": { "dependency-graph": "^1.0.0" diff --git a/package.json b/package.json index 1a397b8..3abeef6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "homepage": "https://github.com/simpleid/simpleid.github.io#readme", "dependencies": { "@11ty/eleventy": "^2.0.1", - "@11ty/eleventy-navigation": "^1.0.3", + "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^1.1.2", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "elasticlunr": "^0.9.5",