From 8d5faf4e5a7dee3e403bc6966b3f0da8308f6f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:30:46 +0000 Subject: [PATCH] build(deps-dev): bump @shopify/prettier-plugin-liquid Bumps [@shopify/prettier-plugin-liquid](https://github.com/Shopify/theme-tools/tree/HEAD/packages/prettier-plugin-liquid) from 1.10.0 to 1.10.2. - [Release notes](https://github.com/Shopify/theme-tools/releases) - [Changelog](https://github.com/Shopify/theme-tools/blob/main/packages/prettier-plugin-liquid/CHANGELOG.md) - [Commits](https://github.com/Shopify/theme-tools/commits/@shopify/prettier-plugin-liquid@1.10.2/packages/prettier-plugin-liquid) --- updated-dependencies: - dependency-name: "@shopify/prettier-plugin-liquid" dependency-version: 1.10.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81a0c31..d9b1b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2" }, "devDependencies": { - "@shopify/prettier-plugin-liquid": "^1.10.0", + "@shopify/prettier-plugin-liquid": "^1.10.2", "prettier": "^3.8.1", "sass": "^1.97.3" } @@ -958,9 +958,9 @@ } }, "node_modules/@shopify/liquid-html-parser": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.9.0.tgz", - "integrity": "sha512-bkI4tLbU47YUxpgbMa9fgeJjFEMvRNEFL644Yk0ZKo5H1IRzU4pPyCQ6PkGvb0JJnt7OZ+RDGvb6ZLCnAR2Z/A==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.9.2.tgz", + "integrity": "sha512-2XJYqHaZxEBwuufGhzIZ0M6m9YA4HS7YlVOiZtYanFgkmoQeJm1c0JhKcuCXU5C1pc2M0rt1XzBX8SgWv7l8Ww==", "dev": true, "license": "MIT", "dependencies": { @@ -969,13 +969,13 @@ } }, "node_modules/@shopify/prettier-plugin-liquid": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.10.0.tgz", - "integrity": "sha512-csHYjwuT34o8ja6EY0dUBYQS5UVwsKwRYxGiuG816Ov0B8lVd8FUjOwWUk2SnrNx3cGgL0no7z+Byapp7sC1Uw==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.10.2.tgz", + "integrity": "sha512-yzC+6bJemVnrEgddztLuX5I7zSoRrxXgS5j7BVS6HzVs9sMf8Fx+bdIEDkKu4bBBBKSzuen1SLVfq9u3z9L1wQ==", "dev": true, "license": "MIT", "dependencies": { - "@shopify/liquid-html-parser": "^2.9.0", + "@shopify/liquid-html-parser": "^2.9.2", "html-styles": "^1.0.0" }, "peerDependencies": { @@ -2206,9 +2206,9 @@ } }, "node_modules/ohm-js": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/ohm-js/-/ohm-js-17.2.1.tgz", - "integrity": "sha512-4cXF0G09fAYU9z61kTfkNbKK1Kz/sGEZ5NbVWHoe9Qi7VB7y+Spwk051CpUTfUENdlIr+vt8tMV4/LosTE2cDQ==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/ohm-js/-/ohm-js-17.5.0.tgz", + "integrity": "sha512-l4Sa7026+6jsvYbt0PXKmL+f+ML32fD++IznLgxDhx2t9Cx6NC7zwRqblCujPHGGmkQerHoeBzRutdxaw/S72g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 856a346..3ba43e1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2" }, "devDependencies": { - "@shopify/prettier-plugin-liquid": "^1.10.0", + "@shopify/prettier-plugin-liquid": "^1.10.2", "prettier": "^3.8.1", "sass": "^1.97.3" }