From 9109ea9d65d345952788bb21e0fb484bc0aebee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:51:38 +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 61bbf70..3d452ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2247,9 +2247,9 @@ } }, "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==" }, "ts-loader": { "version": "6.2.0", diff --git a/package.json b/package.json index 18e81eb..e5863c9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/dstpierre/react-trix", "dependencies": { - "trix": "^1.3.1" + "trix": "^2.1.1" }, "devDependencies": { "@types/react": "^16.7.22",