Skip to content

Commit

Permalink
build(deps): bump dompurify from 3.1.7 to 3.2.3 in /teammapper-fronte…
Browse files Browse the repository at this point in the history
…nd (#624)

* build(deps): bump dompurify from 3.1.7 to 3.2.3 in /teammapper-frontend

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.7 to 3.2.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.1.7...3.2.3)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix dompurify warning

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jannik Streek <jannik.streek@gmail.com>
  • Loading branch information
dependabot[bot] and JannikStreek authored Jan 20, 2025
1 parent 1441371 commit 38cc656
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
18 changes: 13 additions & 5 deletions teammapper-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion teammapper-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"angular2-hotkeys": "^16.0.1",
"d3": "7.6.1",
"deep-object-diff": "^1.1.9",
"dompurify": "3.1.7",
"dompurify": "3.2.3",
"jspdf": "^2.5.1",
"localforage": "1.10.0",
"ngx-color-picker": "^17.0.0",
Expand Down
9 changes: 7 additions & 2 deletions teammapper-frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"mmp/src/*"
]
},
"useDefineForClassFields": false
}
"useDefineForClassFields": false,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"dist"
],
}

0 comments on commit 38cc656

Please sign in to comment.