From ad51e9ded1b3c709db9d20c15d4970df5d48d46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:51:52 +0000 Subject: [PATCH] build(deps): bump trix from 2.1.1 to 2.1.2 Bumps [trix](https://github.com/basecamp/trix) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/v2.1.1...v2.1.2) --- 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 5516c34868..9a3e61eee8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "strftime": "^0.10.3", "sweetalert2": "^11.3.5", "tom-select": "^2.3.1", - "trix": "^2.1.1", + "trix": "^2.1.2", "turbolinks": "^5.2.0" }, "version": "0.1.0", diff --git a/yarn.lock b/yarn.lock index 85642b2ed9..67c6cd8a61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5397,10 +5397,10 @@ tr46@^3.0.0: dependencies: punycode "^2.1.1" -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== +trix@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.2.tgz#8185fa7e12d6cbee93db7f149907b3f7a79b3704" + integrity sha512-PsQC4qn1Ub0djn7FZ9KLzEC2whE1J27JiRycn5WddlVT8JgwKq5PtlXo6rRfjc7Qj2aSzIdjkApai9zAW7/IRA== tsconfig-paths@^3.14.1: version "3.14.1"