Skip to content

Commit 2819384

Browse files
authored
Merge pull request #463 from Renumics/fix/known-python-vulnerabilities
Update Python dependencies
2 parents 5950f4d + 540402c commit 2819384

File tree

8 files changed

+2658
-2761
lines changed

8 files changed

+2658
-2761
lines changed

.github/actions/setup-poetry/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
inputs:
66
python-version:
77
description: Python version to use
8-
default: '3.8'
8+
default: '3.10'
99
install-dependencies:
1010
description: Whether to install and cache/restore dependencies
1111
default: 'true'

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ clean: ## clean project
2626

2727
.PHONY: audit
2828
audit: ## Audit project dependencies
29-
poetry export --without-hashes | poetry run safety check --full-report --stdin \
30-
--ignore 61496 --ignore 70612 --ignore 71596
29+
poetry export --without-hashes --all-extras --without dev --without playbook \
30+
| poetry run safety check --full-report --stdin \
31+
--ignore 61496 --ignore 70612 --ignore 71596 --ignore 73323
3132
pnpm audit --prod
3233

3334
.PHONY: check-format

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@
5353
"d3-time-format": "^4.1.0",
5454
"d3-zoom": "^3.0.0",
5555
"detect-gpu": "^5.0.12",
56-
"dompurify": "^3.0.3",
56+
"dompurify": "^3.1.3",
5757
"fast-levenshtein": "^3.0.0",
5858
"file-saver": "^2.0.5",
5959
"flexlayout-react": "^0.7.6",
6060
"fuse.js": "^6.6.2",
6161
"immer": "^9.0.19",
6262
"localforage": "^1.10.0",
6363
"lodash": "^4.17.21",
64+
"micromatch": "4.0.8",
6465
"moment": "^2.29.4",
6566
"numbro": "^2.3.6",
6667
"prop-types": "^15.8.1",

pnpm-lock.yaml

+18-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)