Skip to content

Commit b1b4240

Browse files
committed
Updated bootstrap template dependencies.
Updated test snapshot.
1 parent dc5d197 commit b1b4240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/doxdox-renderer-bootstrap/src/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`bootstrap render 1`] = `
1515
/>
1616
<link
1717
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\\"
1919
integrity=\\"sha512-0aPQyyeZrWj9sCA46UlmWgKOP0mUipLQ6OZXu8l4IcAmD2u31EPEy9VcIMvl7SoAaKe8bLXZhYoMaE/in+gcgA==\\"
2020
crossorigin=\\"anonymous\\"
2121
referrerpolicy=\\"no-referrer\\"

packages/doxdox-renderer-bootstrap/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default async (doc: Doc): Promise<string> => `<!DOCTYPE html>
9999
/>
100100
<link
101101
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"
103103
integrity="sha512-0aPQyyeZrWj9sCA46UlmWgKOP0mUipLQ6OZXu8l4IcAmD2u31EPEy9VcIMvl7SoAaKe8bLXZhYoMaE/in+gcgA=="
104104
crossorigin="anonymous"
105105
referrerpolicy="no-referrer"

0 commit comments

Comments
 (0)