From 141000f0df205534341bcf150785dbace7c867c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:47:00 +0000 Subject: [PATCH] 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/commits) --- 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 7a6bd5af571..14698ade401 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "stimulus-flatpickr": "^1.4.0", "stimulus_reflex": "3.5.1", "tom-select": "^2.4.1", - "trix": "^2.1.9", + "trix": "^2.1.10", "turbo_power": "^0.7.0", "webpack": "~4" }, diff --git a/yarn.lock b/yarn.lock index 32bf9f5121a..b2b4d68334d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3521,7 +3521,7 @@ domexception@^2.0.1: dependencies: webidl-conversions "^5.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== @@ -8904,12 +8904,12 @@ tr46@^2.1.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" ts-pnp@^1.1.6: version "1.2.0"