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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-31 22:10:46 +00:00 committed by GitHub
parent 6ed6a4fd89
commit a5a09fa1ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View file

@ -11,7 +11,7 @@
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"maplibre-gl": "^5.13.0", "maplibre-gl": "^5.13.0",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"trix": "^2.1.15" "trix": "^2.1.16"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.56.1", "@playwright/test": "^1.56.1",
@ -575,12 +575,14 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/trix": { "node_modules/trix": {
"version": "2.1.15", "version": "2.1.16",
"resolved": "https://registry.npmjs.org/trix/-/trix-2.1.15.tgz", "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.16.tgz",
"integrity": "sha512-LoaXWczdTUV8+3Box92B9b1iaDVbxD14dYemZRxi3PwY+AuDm97BUJV2aHLBUFPuDABhxp0wzcbf0CxHCVmXiw==", "integrity": "sha512-XtZgWI+oBvLzX7CWnkIf+ZWC+chL+YG/TkY43iMTV0Zl+CJjn18B1GJUCEWJ8qgfpcyMBuysnNAfPWiv2sV14A==",
"license": "MIT",
"dependencies": { "dependencies": {
"dompurify": "^3.2.5" "dompurify": "^3.2.5"
},
"engines": {
"node": ">= 18"
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
@ -986,9 +988,9 @@
"integrity": "sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g==" "integrity": "sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g=="
}, },
"trix": { "trix": {
"version": "2.1.15", "version": "2.1.16",
"resolved": "https://registry.npmjs.org/trix/-/trix-2.1.15.tgz", "resolved": "https://registry.npmjs.org/trix/-/trix-2.1.16.tgz",
"integrity": "sha512-LoaXWczdTUV8+3Box92B9b1iaDVbxD14dYemZRxi3PwY+AuDm97BUJV2aHLBUFPuDABhxp0wzcbf0CxHCVmXiw==", "integrity": "sha512-XtZgWI+oBvLzX7CWnkIf+ZWC+chL+YG/TkY43iMTV0Zl+CJjn18B1GJUCEWJ8qgfpcyMBuysnNAfPWiv2sV14A==",
"requires": { "requires": {
"dompurify": "^3.2.5" "dompurify": "^3.2.5"
} }

View file

@ -6,7 +6,7 @@
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"maplibre-gl": "^5.13.0", "maplibre-gl": "^5.13.0",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"trix": "^2.1.15" "trix": "^2.1.16"
}, },
"engines": { "engines": {
"node": "18.17.1", "node": "18.17.1",