Upgrade dompurify to 3.2.4

This commit is contained in:
Allan Roger Reid
2025-02-19 05:56:55 -08:00
parent be16cae9ae
commit fbdcc0e30c
2 changed files with 3 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ jobs:
id: node_version
run: echo "$(cat .nvmrc)" && echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_ENV
- name: Enable Corepack
run: corepack enable && corepack prepare yarn@stable --activate
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NVMRC }}

View File

@@ -28,7 +28,8 @@
"recharts": "^2.12.7",
"styled-components": "5.3.11",
"superagent": "^9.0.2",
"tinycolor2": "^1.6.0"
"tinycolor2": "^1.6.0",
"dompurify": "^3.2.4"
},
"scripts": {
"start": "PORT=5005 react-scripts start",