From f8b1704fb97672b033c2732cb4b267d0bfc29f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:19:38 +0000 Subject: [PATCH] build(deps): bump posthtml-extra-attributes from 2.0.0 to 3.1.1 Bumps [posthtml-extra-attributes](https://github.com/posthtml/posthtml-extra-attributes) from 2.0.0 to 3.1.1. - [Release notes](https://github.com/posthtml/posthtml-extra-attributes/releases) - [Commits](https://github.com/posthtml/posthtml-extra-attributes/compare/v2.0.0...v3.1.1) --- updated-dependencies: - dependency-name: posthtml-extra-attributes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e4ce01c..3dc446a1 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", @@ -4353,9 +4353,9 @@ } }, "node_modules/posthtml-extra-attributes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/posthtml-extra-attributes/-/posthtml-extra-attributes-3.1.0.tgz", - "integrity": "sha512-7zLEzb6eIE/h3UL+nX6RKRTHVQJ3vs2jH4z/VgOByPVBpq5kvlKlz8dMmrAGAXX24G5Ut7gKpSZuQhSqSO0iOA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/posthtml-extra-attributes/-/posthtml-extra-attributes-3.1.1.tgz", + "integrity": "sha512-QDVT42IrJlsZTpUNFwAJwYN6hymd54WCNtJq44n5yM/k1U3mRB2E9VSjr3QtGhq7Qvr9Xt+bY/g8Wq8/SBXLeQ==", "dependencies": { "lodash.omit": "^4.5.0", "posthtml-match-helper": "^2.0.0"