From f97297da8f326628a27d731ee914ffd2bb2ffbec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:42:44 +0000 Subject: [PATCH] Bump trix from 2.1.16 to 2.1.17 Bumps [trix](https://github.com/basecamp/trix) from 2.1.16 to 2.1.17. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/v2.1.16...v2.1.17) --- updated-dependencies: - dependency-name: trix dependency-version: 2.1.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 145ec3d..1f1269b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "autoprefixer": "^10.4.16", "esbuild": "^0.25.0", "postcss": "^8.4.32", - "trix": "^2.1.16" + "trix": "^2.1.17" }, "devDependencies": { "tailwindcss": "^3.4.13" @@ -1551,9 +1551,9 @@ } }, "node_modules/trix": { - "version": "2.1.16", - "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.16.tgz", - "integrity": "sha512-XtZgWI+oBvLzX7CWnkIf+ZWC+chL+YG/TkY43iMTV0Zl+CJjn18B1GJUCEWJ8qgfpcyMBuysnNAfPWiv2sV14A==", + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.17.tgz", + "integrity": "sha512-nkHg7VgIItGVx1CFA645dDlAoCgah+9gv80Yc+97aS8jkZmO5K4MxkSqmU9t/C8upqZB8uhfJs90epoDfYz/6Q==", "license": "MIT", "dependencies": { "dompurify": "^3.2.5" diff --git a/package.json b/package.json index 4d7d4f8..9fd5c62 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "autoprefixer": "^10.4.16", "esbuild": "^0.25.0", "postcss": "^8.4.32", - "trix": "^2.1.16" + "trix": "^2.1.17" }, "scripts": { "build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=/assets",