Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
docs(api): fix API docs rendering
Browse files Browse the repository at this point in the history
- Use a resolution override for `marked` to be compatible with latest dgeni-packages
- before: found 64 vulnerabilities (1 low, 43 moderate, 17 high, 3 critical)
- after: found 51 vulnerabilities (1 low, 30 moderate, 17 high, 3 critical)
- fix some npm audit issues

Relates to angular/angular.js#17163. Relates to #11881. Relates to #12111.
  • Loading branch information
Splaktar committed Nov 19, 2021
1 parent a78b7ad commit d532596
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"conventional-changelog": "^3.1.24",
"cssnano": "^5.0.5",
"dgeni": "^0.4.14",
"dgeni-packages": "^0.29.1",
"dgeni-packages": "^0.29.2",
"eslint": "^7.23.0",
"github-contributors-list": "^1.2.5",
"glob": "^7.1.6",
Expand Down Expand Up @@ -99,6 +99,7 @@
},
"resolutions": {
"graceful-fs": "^4.2.8",
"marked": "0.3.6",
"node-sass": "^4.14.1",
"websocket-extensions": "~0.1.4"
},
Expand Down

0 comments on commit d532596

Please sign in to comment.