From 887e7baee18ef57cc5f65f569ed46770e56ece2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:32:04 +0000 Subject: [PATCH] Bump trix from 2.1.7 to 2.1.8 Bumps [trix](https://github.com/basecamp/trix) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/v2.1.7...v2.1.8) --- updated-dependencies: - dependency-name: trix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 88cafdcfe..26898a8da 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "sortablejs": "^1.15.3", "postcss-preset-env": "^10.0.8", "tailwindcss": "^3.4.14", - "trix": "^2.1.7", + "trix": "^2.1.8", "webpack": "^5.76.0", "webpack-cli": "^5.1.4" } diff --git a/yarn.lock b/yarn.lock index c54271807..0c9d8a0e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2288,10 +2288,10 @@ totalist@^3.0.0: resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.1.tgz#ba3a3d600c915b1a97872348f79c127475f6acf8" integrity sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ== -trix@^2.1.7: - version "2.1.7" - resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.7.tgz#239dc3fbba87ce30eea44286ea09865c7fbab10f" - integrity sha512-RyFmjLJfxP2nuAKqgVqJ40wk4qoYfDQtyi71q6ozkP+X4EOILe+j5ll5g/suvTyMx7BacGszNWzjnx9Vbj17sw== +trix@^2.1.8: + version "2.1.8" + resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.8.tgz#b9383af8cd9c1a0a0818d6b4e0c9e771bf7fd564" + integrity sha512-y1h5mKQcjMsZDsUOqOgyIUfw+Z31u4Fe9JqXtKGUzIC7FM9cTpxZFFWxQggwXBo18ccIKYx1Fn9toVO5mCpn9g== ts-interface-checker@^0.1.9: version "0.1.13"