From 3e18d11793073d9a4a02f076779a71965c4621d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:19:36 +0000 Subject: [PATCH] build(deps): bump posthtml-mso from 3.1.0 to 3.1.1 Bumps [posthtml-mso](https://github.com/posthtml/posthtml-mso) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/posthtml/posthtml-mso/releases) - [Commits](https://github.com/posthtml/posthtml-mso/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: posthtml-mso dependency-type: direct:production update-type: version-update:semver-patch ... 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..ac51c62e 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", @@ -4415,9 +4415,9 @@ } }, "node_modules/posthtml-mso": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/posthtml-mso/-/posthtml-mso-3.1.0.tgz", - "integrity": "sha512-L2vgoWHLmbl5h/1qYD2I/cQ6X0hfOEpJWmMZcUxIwnrBS3QBIpI6W4W+DQXGQoRVk2OQkN3nIWO5rlOCkludOA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/posthtml-mso/-/posthtml-mso-3.1.1.tgz", + "integrity": "sha512-tRuh7HP4q27gH/85kCClblVBaGDbXWeHOQSJ05YColC9p0zJ2Vme2ZBaCY3rAIUjPvZ46Vp2gxngpJJ0lD40EA==", "dependencies": { "posthtml": "^0.16.6" },