Skip to content

Commit fba45ee

Browse files
authored
Merge branch 'main' into release/1.0.1
2 parents b72254d + a2c0c12 commit fba45ee

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ could reach. Pin both with SRI so a bad CDN day fails closed instead of open:
7777

7878
```html
7979
<script
80-
src="https://cdn.jsdelivr.net/npm/dompurify@3.4.12/dist/purify.min.js"
80+
src="https://cdn.jsdelivr.net/npm/dompurify@3.4.14/dist/purify.min.js"
8181
integrity="sha384-46dPGH1XlTmj7bc50bqLjTdORXs/3EP2QpA/6EWbelYWOY9VGp+87RT61S3Mcslb"
8282
crossorigin="anonymous"
8383
></script>

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@rollup/plugin-terser": "^1.0.0",
7777
"@rollup/plugin-typescript": "^12.1.1",
7878
"angular": "1.8.3",
79-
"dompurify": "^3.4.12",
79+
"dompurify": "^3.4.14",
8080
"fast-check": "^4.8.0",
8181
"jquery": "3.4.1",
8282
"nyc": "^18.0.0",

0 commit comments

Comments
 (0)