From 63fd1c49ad826a0df17ad550eecbd121c1760310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:15:32 +0000 Subject: [PATCH] build(deps): bump trix from 2.1.9 to 2.1.10 Bumps [trix](https://github.com/basecamp/trix) from 2.1.9 to 2.1.10. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/v2.1.9...v2.1.10) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bd16e78a77..e2eedf4c7d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "strftime": "^0.10.3", "sweetalert2": "^11.3.5", "tom-select": "^2.4.1", - "trix": "^2.1.9" + "trix": "^2.1.10" }, "version": "0.1.0", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 011efbfec7..16a4155a0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2479,7 +2479,7 @@ domexception@^4.0.0: dependencies: webidl-conversions "^7.0.0" -dompurify@^3.2.0: +dompurify@^3.2.3: version "3.2.3" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.3.tgz#05dd2175225324daabfca6603055a09b2382a4cd" integrity sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA== @@ -5884,12 +5884,12 @@ tr46@^3.0.0: dependencies: punycode "^2.1.1" -trix@^2.1.9: - version "2.1.9" - resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.9.tgz#01454f6b2ea498fb8a47e50bf8cc3f93689d8437" - integrity sha512-Hm02gmsFLjQ+gcFNUW0iwGibYpQpklBCnBUj4z5013W+q6eiZPA9d9HmeJK8jd+BMbqMq7OsVEGclrBrbl4MJw== +trix@^2.1.10: + version "2.1.10" + resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.10.tgz#6f048115c2c20206067abbab8a6e7308710c39e0" + integrity sha512-PrMOKriE76tJbjqiOFpjTiRkOomWBiGPT/YrBw83HJ5SlFAcybYZVjVlkDkOrFZoYI4qCfWUw42BTAjSE9KSYQ== dependencies: - dompurify "^3.2.0" + dompurify "^3.2.3" tsconfig-paths@^3.14.1: version "3.14.1"