Skip to content

Commit c9d4d2b

Browse files
committed
chore: bump main to 2.4.0-dev.1 and patch dompurify
1 parent 267de38 commit c9d4d2b

4 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.4.0-dev.1 (2026-04-16)
4+
5+
### Features
6+
- Merged the `board` branch into `main` for development testing of the Board (Solari) mode features.
7+
8+
### Maintenance
9+
- Updated `dompurify` resolution to `^3.4.0` to address Dependabot alert `#41` (`GHSA-39q2-94rc-95cp`).
10+
11+
---
12+
313
## 2.4.0-beta.1 (2026-04-15)
414

515
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splitflap",
3-
"version": "2.4.0-beta.1",
3+
"version": "2.4.0-dev.1",
44
"scripts": {
55
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
66
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
@@ -69,7 +69,7 @@
6969
"@remix-run/router": "1.23.2",
7070
"@tootallnate/once": "^3.0.1",
7171
"brace-expansion": "^2.0.3",
72-
"dompurify": "^3.2.5",
72+
"dompurify": "^3.4.0",
7373
"flatted": "^3.4.2",
7474
"immutable": "^5.0.3",
7575
"lodash": "^4.17.21",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"path": "img/logo.svg"
3333
}
3434
],
35-
"version": "2.4.0-beta.1",
35+
"version": "2.4.0-dev.1",
3636
"updated": "%TODAY%"
3737
},
3838
"dependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3617,10 +3617,10 @@ domexception@^4.0.0:
36173617
dependencies:
36183618
webidl-conversions "^7.0.0"
36193619

3620-
dompurify@3.3.0, dompurify@^3.2.5:
3621-
version "3.3.3"
3622-
resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz#680cae8af3e61320ddf3666a3bc843f7b291b2b6"
3623-
integrity sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==
3620+
dompurify@3.3.0, dompurify@^3.4.0:
3621+
version "3.4.0"
3622+
resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz#b1fc33ebdadb373241621e0a30e4ad81573dfd0b"
3623+
integrity sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==
36243624
optionalDependencies:
36253625
"@types/trusted-types" "^2.0.7"
36263626

@@ -6563,7 +6563,7 @@ react-custom-scrollbars-2@4.5.0:
65636563
prop-types "^15.5.10"
65646564
raf "^3.1.0"
65656565

6566-
"react-data-grid@github:grafana/react-data-grid#a10c748f40edc538425b458af4e471a8262ec4ed":
6566+
react-data-grid@grafana/react-data-grid#a10c748f40edc538425b458af4e471a8262ec4ed:
65676567
version "7.0.0-beta.56"
65686568
resolved "https://codeload.github.com/grafana/react-data-grid/tar.gz/a10c748f40edc538425b458af4e471a8262ec4ed"
65696569
dependencies:

0 commit comments

Comments
 (0)