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",