From 914c1c9bfa770a9649f3015e20fe9d31d097bedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:03:35 -0700 Subject: [PATCH] Bump trix from 2.1.6 to 2.1.7 (#2659) Bumps [trix](https://github.com/basecamp/trix) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: trix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d93e3c1bd..ed02cc7b0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "sortablejs": "^1.15.3", "postcss-preset-env": "^10.0.7", "tailwindcss": "^3.4.14", - "trix": "^2.1.6", + "trix": "^2.1.7", "webpack": "^5.76.0", "webpack-cli": "^5.1.4" } diff --git a/yarn.lock b/yarn.lock index 3fbef4f6b..b38726200 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2280,10 +2280,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.6: - version "2.1.6" - resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.6.tgz#a7897cd67e03e6c8664df5dd31365bf87366e8db" - integrity sha512-NHX69IkQz/JEQWI++sRryleXWo1PuN8GKjvU+jYgMX6UbN2Pzfg6k46RpmdRl+1q0SyoGbyOZDoFUpNwEdjtXA== +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== ts-interface-checker@^0.1.9: version "0.1.13"