From ebbdfd77c4f6c4296d37dd3f764d9ab225d1207c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:21:35 +0000 Subject: [PATCH] build(deps): bump posthtml-fetch from 4.0.2 to 4.0.3 Bumps [posthtml-fetch](https://github.com/posthtml/posthtml-fetch) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/posthtml/posthtml-fetch/releases) - [Commits](https://github.com/posthtml/posthtml-fetch/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: posthtml-fetch dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79fefd23..4afb1f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5068,9 +5068,9 @@ } }, "node_modules/posthtml-fetch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/posthtml-fetch/-/posthtml-fetch-4.0.2.tgz", - "integrity": "sha512-cCNLURJfmBB2TEnlDJlV6rU8MW6lqYKqgPk7Gxu/CLSWQk1n69dWMJSlI3k1pSpxULe8PuDtb7Ap2CKOLHd9Eg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/posthtml-fetch/-/posthtml-fetch-4.0.3.tgz", + "integrity": "sha512-s0GLqRVrLqwag2fIyvkb344IJolFDhG27cptr6xzsXqUVMUUHKR/B9DlCFPFE5f0/fK/JLLh7dkhCCoH8YT/mA==", "license": "MIT", "dependencies": { "defu": "^6.1.4",