From 50a702af3f8bef40a59d999bb5083b8234b63bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:28:38 +0000 Subject: [PATCH] Bump @11ty/posthtml-urls from 1.0.2 to 1.0.3 Bumps [@11ty/posthtml-urls](https://github.com/11ty/eleventy-posthtml-urls) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/11ty/eleventy-posthtml-urls/releases) - [Commits](https://github.com/11ty/eleventy-posthtml-urls/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: "@11ty/posthtml-urls" dependency-version: 1.0.3 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 2a4ff15..f6647e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@11ty/eleventy-fetch": "^5.1.2", "@11ty/eleventy-utils": "^2.0.7", - "@11ty/posthtml-urls": "^1.0.2", + "@11ty/posthtml-urls": "^1.0.3", "@prettier/sync": "^0.6.1", "@sindresorhus/slugify": "^2.2.1", "dotenv": "^17.3.1", @@ -74,9 +74,9 @@ } }, "node_modules/@11ty/posthtml-urls": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@11ty/posthtml-urls/-/posthtml-urls-1.0.2.tgz", - "integrity": "sha512-0vaV3Wt0surZ+oS1VdKKe0axeeupuM+l7W/Z866WFQwF+dGg2Tc/nmhk/5l74/Y55P8KyImnLN9CdygNw2huHg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@11ty/posthtml-urls/-/posthtml-urls-1.0.3.tgz", + "integrity": "sha512-1YvhnkaNlFnnJic1rBMWmTC2adbuy+JQiBfl1Hecr1Wjjik1pQZmGyk/eC9zKX/FQv52s2Nht1Gi/UwhYqrBeg==", "license": "MIT", "dependencies": { "evaluate-value": "^2.0.0", diff --git a/package.json b/package.json index 54b79e1..3a6f826 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@11ty/eleventy-fetch": "^5.1.2", "@11ty/eleventy-utils": "^2.0.7", - "@11ty/posthtml-urls": "^1.0.2", + "@11ty/posthtml-urls": "^1.0.3", "@prettier/sync": "^0.6.1", "@sindresorhus/slugify": "^2.2.1", "dotenv": "^17.3.1",