From 8db196c70119e6426db4e246fdc1a46465cd054b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:05:28 +0000 Subject: [PATCH] build(deps): bump posthtml-url-parameters from 2.1.0 to 3.1.1 Bumps [posthtml-url-parameters](https://github.com/posthtml/posthtml-url-parameters) from 2.1.0 to 3.1.1. - [Release notes](https://github.com/posthtml/posthtml-url-parameters/releases) - [Commits](https://github.com/posthtml/posthtml-url-parameters/compare/v2.1.0...v3.1.1) --- updated-dependencies: - dependency-name: posthtml-url-parameters dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c80dc5f2..e1e35ac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.0-beta.38", "license": "MIT", "dependencies": { - "@maizzle/cli": "next", + "@maizzle/cli": "*", "cheerio": "^1.0.0", "chokidar": "^3.6.0", "cli-table3": "^0.6.5", @@ -35,7 +35,7 @@ "posthtml": "^0.16.6", "posthtml-attrs-parser": "^1.1.1", "posthtml-base-url": "^3.1.4", - "posthtml-component": "next", + "posthtml-component": "*", "posthtml-content": "^2.1.0", "posthtml-expressions": "^1.11.4", "posthtml-extra-attributes": "^3.1.0", @@ -325,7 +325,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -4490,9 +4489,9 @@ } }, "node_modules/posthtml-url-parameters": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/posthtml-url-parameters/-/posthtml-url-parameters-3.1.0.tgz", - "integrity": "sha512-oyAhXgGQsn30m7AjGHO/W+UzGvpv8p8zGJxDCzMetvHT1vLS/ha1RhvJeOgMWc1Ee26hU+Vhg/FvTvw9pBBmHA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/posthtml-url-parameters/-/posthtml-url-parameters-3.1.1.tgz", + "integrity": "sha512-YG6IX7OrBjaq8AryCBT0MzstcLogIP+oSSEouB0tlKcTufx1sANoGJ3zbH7qnlat/8IzFH+EYsdGOAAah5jJkQ==", "dependencies": { "is-url-superb": "^6.1.0", "posthtml": "^0.16.6",