From 829b56671c151588fc893258ebee4f928d38ace9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:54:14 +0000 Subject: [PATCH] chore(deps): bump @11ty/eleventy-fetch from 4.0.0 to 4.0.1 Bumps [@11ty/eleventy-fetch](https://github.com/11ty/eleventy-fetch) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/11ty/eleventy-fetch/releases) - [Commits](https://github.com/11ty/eleventy-fetch/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: "@11ty/eleventy-fetch" 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 63e8646..6f17eb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@11ty/eleventy": "3.0.0-alpha.5", - "@11ty/eleventy-fetch": "^4.0.0", + "@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "a11y-syntax-highlighting": "^0.2.0", "eleventy-plugin-markdown-shortcode": "^1.1.0", @@ -135,9 +135,9 @@ } }, "node_modules/@11ty/eleventy-fetch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-fetch/-/eleventy-fetch-4.0.0.tgz", - "integrity": "sha512-wGAd0r+8DUWr22fK5r07dOKuNY6ltA7hX+sJzngGZL1yJmuUVdM/xPQZ+iq0BFgf/ZeRdpVEzf2D0cpVZUuiTg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-fetch/-/eleventy-fetch-4.0.1.tgz", + "integrity": "sha512-yIiLM5ziBmg86i4TlXpBdcIygJHvh/GgPJyAiFOckO9H4y9cQDM8eIcJCUQ4Mum0NEVui/OjhEut2R08xw0vlQ==", "dependencies": { "debug": "^4.3.4", "flat-cache": "^3.0.4", diff --git a/package.json b/package.json index 12c35c5..23ff74b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/inclusive-design/idrc-wcag-reporter#readme", "dependencies": { "@11ty/eleventy": "3.0.0-alpha.5", - "@11ty/eleventy-fetch": "^4.0.0", + "@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "a11y-syntax-highlighting": "^0.2.0", "eleventy-plugin-markdown-shortcode": "^1.1.0",