From 16482ef124288c5059ea8784f4fed389af4bbc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 06:32:16 +0000 Subject: [PATCH] Bump @11ty/eleventy-navigation from 0.3.5 to 1.0.3 Bumps [@11ty/eleventy-navigation](https://github.com/11ty/eleventy-navigation) from 0.3.5 to 1.0.3. - [Release notes](https://github.com/11ty/eleventy-navigation/releases) - [Commits](https://github.com/11ty/eleventy-navigation/compare/v0.3.5...v1.0.3) --- updated-dependencies: - dependency-name: "@11ty/eleventy-navigation" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97340a4..35cf51b 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": "^0.3.2", + "@11ty/eleventy-navigation": "^1.0.3", "@11ty/eleventy-plugin-rss": "^1.1.2", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "elasticlunr": "^0.9.5", @@ -113,17 +113,27 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-1.0.3.tgz", + "integrity": "sha512-E0E3AFvNsgYThDmalgBnDRoeIwAfAaxLAA0EvUVANRj5IxqZF/c3+o2zuS54EbG25zXA2TeoKKt1WVsTCLJRmw==", + "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==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/@11ty/eleventy-plugin-rss": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-rss/-/eleventy-plugin-rss-1.2.0.tgz", diff --git a/package.json b/package.json index 24a1fc3..1a397b8 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": "^0.3.2", + "@11ty/eleventy-navigation": "^1.0.3", "@11ty/eleventy-plugin-rss": "^1.1.2", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "elasticlunr": "^0.9.5",