From 8a404b999bdc33369c0a4098670ca23d4d9e3f91 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 30 Jan 2025 11:30:57 +0100 Subject: [PATCH] update lodash, dompurify, iframe-resizer, julia-actions/setup-julia (#3138) --- .github/workflows/IntegrationTest.yml | 2 +- frontend/editor.html | 6 +++--- frontend/imports/DOMPurify.js | 2 +- frontend/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index e05c872313..7694c9c0f8 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }} arch: x64 diff --git a/frontend/editor.html b/frontend/editor.html index f67b47bd99..888b0607b8 100644 --- a/frontend/editor.html +++ b/frontend/editor.html @@ -23,9 +23,9 @@ ) - + - + @@ -35,7 +35,7 @@ - + diff --git a/frontend/imports/DOMPurify.js b/frontend/imports/DOMPurify.js index f49c6bfe36..56b010ca51 100644 --- a/frontend/imports/DOMPurify.js +++ b/frontend/imports/DOMPurify.js @@ -1,4 +1,4 @@ // @ts-ignore -import purify from "https://esm.sh/dompurify@3.0.3?pin=v122" +import purify from "https://esm.sh/dompurify@3.2.3?pin=v135" export default purify diff --git a/frontend/index.html b/frontend/index.html index 42538fbb3d..0653cb71e4 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -21,7 +21,7 @@ - +