File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
doxdox-renderer-bootstrap/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exports[`bootstrap render 1`] = `
15
15
/>
16
16
<link
17
17
rel =\\"stylesheet\\"
18
- href =\\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4 .0/styles/github.min.css\\"
18
+ href =\\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5 .0/styles/github.min.css\\"
19
19
integrity =\\"sha512-0aPQyyeZrWj9sCA46UlmWgKOP0mUipLQ6OZXu8l4IcAmD2u31EPEy9VcIMvl7SoAaKe8bLXZhYoMaE/in+gcgA==\\"
20
20
crossorigin =\\"anonymous\\"
21
21
referrerpolicy =\\"no-referrer\\"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export default async (doc: Doc): Promise<string> => `<!DOCTYPE html>
99
99
/>
100
100
<link
101
101
rel="stylesheet"
102
- href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4 .0/styles/github.min.css"
102
+ href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5 .0/styles/github.min.css"
103
103
integrity="sha512-0aPQyyeZrWj9sCA46UlmWgKOP0mUipLQ6OZXu8l4IcAmD2u31EPEy9VcIMvl7SoAaKe8bLXZhYoMaE/in+gcgA=="
104
104
crossorigin="anonymous"
105
105
referrerpolicy="no-referrer"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export default async (doc: Doc): Promise<Buffer> => {
84
84
/>
85
85
<link
86
86
rel="stylesheet"
87
- href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4 .0/styles/github.min.css"
87
+ href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5 .0/styles/github.min.css"
88
88
integrity="sha512-0aPQyyeZrWj9sCA46UlmWgKOP0mUipLQ6OZXu8l4IcAmD2u31EPEy9VcIMvl7SoAaKe8bLXZhYoMaE/in+gcgA=="
89
89
crossorigin="anonymous"
90
90
referrerpolicy="no-referrer"
You can’t perform that action at this time.
0 commit comments