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

Commit 45bab33

Browse files
committed
build: fix security warnings and update dependencies
- remove CodePen iframe from Getting Started guide since they are now blocking embeds via `sameorigin` - update some other dependencies like postcss, lodash, graceful-fs, jquery, eslint, dgeni, autoprefixer, and conventional-changelog - before: found 18 vulnerabilities (9 low, 1 moderate, 8 high) - after: found 14 vulnerabilities (7 low, 1 moderate, 6 high) Closes #12084
1 parent 7c4d8a0 commit 45bab33

File tree

3 files changed

+3066
-1227
lines changed

3 files changed

+3066
-1227
lines changed

docs/app/partials/getting-started.tmpl.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>How do I start with AngularJS Material?</h2>
4444
</li>
4545
<li style="margin-bottom: 30px;">
4646
Checkout the <a href="https://github.com/angular/material-start/tree/typescript" target="_blank"
47-
title="Material Start - Typescript and SystemJS">AngularJS Material TypeScript + SystemJS</a>
47+
title="Material Start - Typescript and SystemJS">AngularJS Material + TypeScript + SystemJS</a>
4848
repository
4949
</li>
5050
<li>Use the "Edit on CodePen" button on any of our Demos<br/>
@@ -59,17 +59,9 @@ <h3>Our CodePen Community</h3>
5959
<a href="https://codepen.io/team/AngularMaterial/" target="_blank"
6060
title="Codepen Community">CodePen Community</a> to explore more
6161
<a href="https://codepen.io/team/AngularMaterial/pens/public/" target="_blank">samples</a>,
62-
<a href="https://codepen.io/team/AngularMaterial/collections/public/" target="_blank">Collections</a>, and ideas.
62+
<a href="https://codepen.io/team/AngularMaterial/collections/public/" target="_blank">collections</a>, and ideas.
6363
</p>
64-
<div layout-align="center" style="width: 100%">
65-
<iframe height='777' scrolling='no' title="Our CodePen Community"
66-
src='https://codepen.io/collection/XExqGz/'
67-
frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>
68-
</iframe>
69-
</div>
70-
71-
72-
<br/><br/>
64+
<br/>
7365

7466
<h3>Installing the AngularJS Material Libraries</h3>
7567

0 commit comments

Comments
 (0)