Skip to content

Commit

Permalink
Fix/dependabot security alerts (#211)
Browse files Browse the repository at this point in the history
* added toolkit to docs

* xlsx package updated
  • Loading branch information
nsd-juanignacio authored Aug 22, 2024
1 parent bcfd769 commit 6213107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 68 deletions.
66 changes: 1 addition & 65 deletions src/API/LeadershipProfile/src/Web/ClientApp/package-lock.json

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

8 changes: 5 additions & 3 deletions src/API/LeadershipProfile/src/Web/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4",
"xlsx": "^0.18.5"
"workbox-streams": "^6.5.4"
},
"devDependencies": {
"ajv": "^8.12.0",
Expand All @@ -55,7 +54,10 @@
"overrides": {
"autoprefixer": "10.4.5",
"nth-check": "2.1.1",
"webpack": "5.81.0"
"webpack": "5.81.0",
"overrides": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
}
},
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
Expand Down

0 comments on commit 6213107

Please sign in to comment.