sanitize all user inputs, fix #2172

This commit is contained in:
Amruth Pillai
2025-01-24 23:53:45 +01:00
parent 308a8e3ae3
commit c7ae0e94d7
29 changed files with 190 additions and 99 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@reactive-resume/source",
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
"version": "4.4.0",
"version": "4.4.1",
"license": "MIT",
"private": true,
"author": {
@ -82,6 +82,7 @@
"@types/react-dom": "^18.3.5",
"@types/react-is": "^18.3.1",
"@types/retry": "^0.12.5",
"@types/sanitize-html": "^2.13.0",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
@ -235,6 +236,7 @@
"react-zoom-pan-pinch": "^3.6.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tslib": "^2.8.1",