From b3ed1329b6bd0ec14954ce13ee2d50f2ed26ec9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:04:39 +0000 Subject: [PATCH] Bump @11ty/eleventy-navigation from 1.0.3 to 1.0.4 Bumps [@11ty/eleventy-navigation](https://github.com/11ty/eleventy-navigation) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/11ty/eleventy-navigation/releases) - [Commits](https://github.com/11ty/eleventy-navigation/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: "@11ty/eleventy-navigation" dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",