From a5a09fa1eaa8c732be80b5f9e2f63be25a8deb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:10:46 +0000 Subject: [PATCH] Bump trix in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [trix](https://github.com/basecamp/trix). Updates `trix` from 2.1.15 to 2.1.16 - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](https://github.com/basecamp/trix/compare/v2.1.15...v2.1.16) --- updated-dependencies: - dependency-name: trix dependency-version: 2.1.16 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index dccd4527..82e72055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "leaflet": "^1.9.4", "maplibre-gl": "^5.13.0", "postcss": "^8.4.49", - "trix": "^2.1.15" + "trix": "^2.1.16" }, "devDependencies": { "@playwright/test": "^1.56.1", @@ -575,12 +575,14 @@ "license": "ISC" }, "node_modules/trix": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.15.tgz", - "integrity": "sha512-LoaXWczdTUV8+3Box92B9b1iaDVbxD14dYemZRxi3PwY+AuDm97BUJV2aHLBUFPuDABhxp0wzcbf0CxHCVmXiw==", - "license": "MIT", + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.16.tgz", + "integrity": "sha512-XtZgWI+oBvLzX7CWnkIf+ZWC+chL+YG/TkY43iMTV0Zl+CJjn18B1GJUCEWJ8qgfpcyMBuysnNAfPWiv2sV14A==", "dependencies": { "dompurify": "^3.2.5" + }, + "engines": { + "node": ">= 18" } }, "node_modules/undici-types": { @@ -986,9 +988,9 @@ "integrity": "sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g==" }, "trix": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.15.tgz", - "integrity": "sha512-LoaXWczdTUV8+3Box92B9b1iaDVbxD14dYemZRxi3PwY+AuDm97BUJV2aHLBUFPuDABhxp0wzcbf0CxHCVmXiw==", + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.16.tgz", + "integrity": "sha512-XtZgWI+oBvLzX7CWnkIf+ZWC+chL+YG/TkY43iMTV0Zl+CJjn18B1GJUCEWJ8qgfpcyMBuysnNAfPWiv2sV14A==", "requires": { "dompurify": "^3.2.5" } diff --git a/package.json b/package.json index 9946febf..cadd2963 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "leaflet": "^1.9.4", "maplibre-gl": "^5.13.0", "postcss": "^8.4.49", - "trix": "^2.1.15" + "trix": "^2.1.16" }, "engines": { "node": "18.17.1",