From 685e41f86e3dd9a2f7ce0979f4840bb0c7f8bf9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:02:53 +0000 Subject: [PATCH] Bump @11ty/eleventy-navigation from 0.1.6 to 0.3.5 Bumps [@11ty/eleventy-navigation](https://github.com/11ty/eleventy-navigation) from 0.1.6 to 0.3.5. - [Release notes](https://github.com/11ty/eleventy-navigation/releases) - [Commits](https://github.com/11ty/eleventy-navigation/compare/v0.1.6...v0.3.5) --- updated-dependencies: - dependency-name: "@11ty/eleventy-navigation" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 39 +++++++++++++-------------------------- package.json | 2 +- 2 files changed, 14 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfc9129..c42a824 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "sass-mq": "^5.0.1" }, "devDependencies": { - "@11ty/eleventy-navigation": "^0.1.6", + "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2", "@texastribune/queso-ui": "^10.3.1", "npm-run-all": "^4.1.5", @@ -83,21 +83,16 @@ } }, "node_modules/@11ty/eleventy-navigation": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.1.6.tgz", - "integrity": "sha512-ZGZebFEEDiJoS7BvxxiWrKdsCodNkqCsQ7S75IIvaPynHvojqcCVtS4uZk54K+LC+YqL5+T716TlsMG6Mc2p0g==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.3.5.tgz", + "integrity": "sha512-4aKW5aIQDFed8xs1G1pWcEiFPcDSwZtA4IH1eERtoJ+Xy+/fsoe0pzbDmw84bHZ9ACny5jblENhfZhcCxklqQw==", "dev": true, "dependencies": { - "dependency-graph": "^0.8.1" - } - }, - "node_modules/@11ty/eleventy-navigation/node_modules/dependency-graph": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.8.1.tgz", - "integrity": "sha512-g213uqF8fyk40W8SBjm079n3CZB4qSpCrA2ye1fLGzH/4HEgB6tzuW2CbLE7leb4t45/6h44Ud59Su1/ROTfqw==", - "dev": true, - "engines": { - "node": ">= 0.6.0" + "dependency-graph": "^0.11.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/11ty" } }, "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { @@ -5251,20 +5246,12 @@ } }, "@11ty/eleventy-navigation": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.1.6.tgz", - "integrity": "sha512-ZGZebFEEDiJoS7BvxxiWrKdsCodNkqCsQ7S75IIvaPynHvojqcCVtS4uZk54K+LC+YqL5+T716TlsMG6Mc2p0g==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.3.5.tgz", + "integrity": "sha512-4aKW5aIQDFed8xs1G1pWcEiFPcDSwZtA4IH1eERtoJ+Xy+/fsoe0pzbDmw84bHZ9ACny5jblENhfZhcCxklqQw==", "dev": true, "requires": { - "dependency-graph": "^0.8.1" - }, - "dependencies": { - "dependency-graph": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.8.1.tgz", - "integrity": "sha512-g213uqF8fyk40W8SBjm079n3CZB4qSpCrA2ye1fLGzH/4HEgB6tzuW2CbLE7leb4t45/6h44Ud59Su1/ROTfqw==", - "dev": true - } + "dependency-graph": "^0.11.0" } }, "@11ty/eleventy-plugin-syntaxhighlight": { diff --git a/package.json b/package.json index 672e388..7e1058b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "sass-mq": "^5.0.1" }, "devDependencies": { - "@11ty/eleventy-navigation": "^0.1.6", + "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2", "@texastribune/queso-ui": "^10.3.1", "npm-run-all": "^4.1.5",