From 03a33ea4376abc9e99c4afa9c642ff03027659a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:21:49 +0000 Subject: [PATCH] build(deps): bump posthtml-url-parameters from 3.1.2 to 3.1.3 Bumps [posthtml-url-parameters](https://github.com/posthtml/posthtml-url-parameters) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/posthtml/posthtml-url-parameters/releases) - [Commits](https://github.com/posthtml/posthtml-url-parameters/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: posthtml-url-parameters dependency-version: 3.1.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..e5d90823 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5190,9 +5190,9 @@ } }, "node_modules/posthtml-url-parameters": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/posthtml-url-parameters/-/posthtml-url-parameters-3.1.2.tgz", - "integrity": "sha512-Ai95gZPkZCGq34r22urZPeQKdPSuoTR2iGdlzxt/WhIgF/xSrb6Ho+gum+t88ugbZARQSyVF16O3vfEYXL+PbA==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/posthtml-url-parameters/-/posthtml-url-parameters-3.1.3.tgz", + "integrity": "sha512-MCJDcmqVIbJdY7LdsnHeU2PFiqB3T3pV1AqiyMJ5jGqSo3+5RxVcAPYPP2+Ih59T3R3PGP5fUcbCccwPz074iA==", "license": "MIT", "dependencies": { "is-url-superb": "^6.1.0",