Skip to content

Commit 9acd88b

Browse files
committed
Address CVEs
This updates: - Jinja2 (Python) (CVE-2024-56201) - nanoid (JavaScript) (CVE-2024-55565) - path-to-regexp (JavaScript) (CVE-2024-52798) - golang.org/x/net (Go) (CVE-2024-45338) Signed-off-by: mprahl <mprahl@users.noreply.github.com>
1 parent 56e6116 commit 9acd88b

File tree

23 files changed

+10235
-7539
lines changed

23 files changed

+10235
-7539
lines changed

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Set up Node.js
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
25-
node-version: '14'
25+
node-version: '22'
2626

2727
- name: Clean npm cache
2828
run: npm cache clean --force

backend/src/apiserver/visualization/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ google-api-python-client==1.7.*
44
itables==0.1.0
55
ipykernel==5.1.1
66
ipython==7.12.0
7-
jinja2==2.11.3
7+
Jinja2>=3.1.2,<4
88
jupyter_client==5.3.*
99
markupsafe==2.0.1
1010
nbconvert==5.5.0

0 commit comments

Comments
 (0)