From f34e0a72e02e44883c2a192b5ba40bd44aa79249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:33:06 +0000 Subject: [PATCH] Bump trix from 2.0.4 to 2.1.1 Bumps [trix](https://github.com/basecamp/trix) from 2.0.4 to 2.1.1. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/v2.0.4...v2.1.1) --- updated-dependencies: - dependency-name: trix dependency-type: direct:production ... 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 8109f3935e..fac4453a92 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "sinon": "^17.0.1", "stimulus": "^3.1", "terser-webpack-plugin": "5", - "trix": "^2.0.4", + "trix": "^2.1.1", "turbolinks": "^5.2.0", "webpack": "5", "webpack-assets-manifest": "5", diff --git a/yarn.lock b/yarn.lock index fa5cc8533f..5c4f1a23ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7186,10 +7186,10 @@ tr46@^3.0.0: dependencies: punycode "^2.1.1" -trix@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/trix/-/trix-2.0.4.tgz#37ec8092e5d561462cee1d96cc402aa5c5f8c04e" - integrity sha512-WOMKqwCVti0i3RVaDrMnrEZWs6XMpFoCfUvFCZNd15KndAy6MsYQscizxEpFiCLUlo+rXMkueK0ldRDo5xpVJA== +trix@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.1.tgz#688f1213601316cf8b92c5e625d2f562c118c780" + integrity sha512-IljOMGOlRUPg1i5Pk/+x/Ia65ZY7Gw5JxxKCh/4caxG5ZaKuFJCKdn1+TF0efUYfdg+bqWenB/mAYCHjZu0zpQ== tsconfig-paths@^3.14.2: version "3.14.2"