From c03ee20490ff7ac33b69dc50844755cb4dc05c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:55:47 +0000 Subject: [PATCH] Bump trix from 1.3.1 to 2.1.1 Bumps [trix](https://github.com/basecamp/trix) from 1.3.1 to 2.1.1. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/1.3.1...v2.1.1) --- updated-dependencies: - dependency-name: trix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85caa5b..1eaffde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21028,9 +21028,9 @@ "dev": true }, "trix": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/trix/-/trix-1.3.1.tgz", - "integrity": "sha512-BbH6mb6gk+AV4f2as38mP6Ucc1LE3OD6XxkZnAgPIduWXYtvg2mI3cZhIZSLqmMh9OITEpOBCCk88IVmyjU7bA==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.1.tgz", + "integrity": "sha512-IljOMGOlRUPg1i5Pk/+x/Ia65ZY7Gw5JxxKCh/4caxG5ZaKuFJCKdn1+TF0efUYfdg+bqWenB/mAYCHjZu0zpQ==" }, "trough": { "version": "1.0.5", diff --git a/package.json b/package.json index 00daa0b..f73ca09 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lit-html": "^1.3.0", "lodash": "^4.17.15", "pikaday": "^1.8.0", - "trix": "^1.2.3", + "trix": "^2.1.1", "uuid": "^8.1.0" }, "devDependencies": {