From c880744debb976066a579bfbde355a62c6a5fdac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:03:22 +0000 Subject: [PATCH] build(deps): bump posthtml-mso from 3.1.1 to 3.1.2 Bumps [posthtml-mso](https://github.com/posthtml/posthtml-mso) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/posthtml/posthtml-mso/releases) - [Commits](https://github.com/posthtml/posthtml-mso/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: posthtml-mso dependency-version: 3.1.2 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 900ff72e..08ee1bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5110,9 +5110,9 @@ } }, "node_modules/posthtml-mso": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/posthtml-mso/-/posthtml-mso-3.1.1.tgz", - "integrity": "sha512-tRuh7HP4q27gH/85kCClblVBaGDbXWeHOQSJ05YColC9p0zJ2Vme2ZBaCY3rAIUjPvZ46Vp2gxngpJJ0lD40EA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/posthtml-mso/-/posthtml-mso-3.1.2.tgz", + "integrity": "sha512-0lzWLTa2PD/k5beNY7kj/Z5WosQB5uBvudd1iIlRmNEv7qCRCEPy0CfqOfNX0VXY50bENrnO18Z9x/LTKsdOWA==", "license": "MIT", "dependencies": { "posthtml": "^0.16.6"