Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit d532596

Browse files
committed
docs(api): fix API docs rendering
- 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.
1 parent a78b7ad commit d532596

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"conventional-changelog": "^3.1.24",
5555
"cssnano": "^5.0.5",
5656
"dgeni": "^0.4.14",
57-
"dgeni-packages": "^0.29.1",
57+
"dgeni-packages": "^0.29.2",
5858
"eslint": "^7.23.0",
5959
"github-contributors-list": "^1.2.5",
6060
"glob": "^7.1.6",
@@ -99,6 +99,7 @@
9999
},
100100
"resolutions": {
101101
"graceful-fs": "^4.2.8",
102+
"marked": "0.3.6",
102103
"node-sass": "^4.14.1",
103104
"websocket-extensions": "~0.1.4"
104105
},

0 commit comments

Comments
 (0)