Skip to content

Commit

Permalink
fix: xlsx remove unused vulnerable dependency (#17548)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrefzer authored Feb 14, 2025
1 parent f29ceac commit 4aa036a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/showcase/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
],
"allowedCommonJsDependencies": [
"chart.js",
"xlsx",
"jspdf-autotable",
"file-saver",
"jspdf",
Expand Down
1 change: 0 additions & 1 deletion apps/showcase/components/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ const angular_json = `{
"scripts": [],
"allowedCommonJsDependencies": [
"chart.js",
"xlsx",
"jspdf-autotable",
"file-saver",
"jspdf",
Expand Down
1 change: 0 additions & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"ts-node": "~10.9.1",
"tslib": "^2.5.0",
"typedoc": "0.27.4",
"xlsx": "^0.18.5",
"zone.js": "catalog:angular19"
},
"dependencies": {
Expand Down

0 comments on commit 4aa036a

Please sign in to comment.