Skip to content

Commit

Permalink
Fixed XSS critters vulnerability #3: https://github.com/ReproNim/repr…
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Sep 6, 2023
1 parent 14b0587 commit 981c450
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 30 deletions.
121 changes: 93 additions & 28 deletions repromon_ng/package-lock.json

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

5 changes: 3 additions & 2 deletions repromon_ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"@angular/router": "^16.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
"zone.js": "~0.13.0",
"critters": ">=0.0.20"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
Expand All @@ -37,4 +38,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.3"
}
}
}

0 comments on commit 981c450

Please sign in to comment.