Skip to content

Commit 0db35a4

Browse files
committed
build(deps): Update dependencies and snyk ignore
1 parent 89f7961 commit 0db35a4

5 files changed

Lines changed: 2415 additions & 1482 deletions

File tree

.snyk

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,10 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
33
ignore:
4-
SNYK-PYTHON-CRYPTOGRAPHY-6050294:
5-
- '*':
6-
reason: 'No patch available, false positive'
7-
expires: 2024-07-01T00:00:00.000Z
8-
created: 2023-11-15T11:05:00.000Z
9-
10-
SNYK-PYTHON-CRYPTOGRAPHY-6126975:
11-
- '*':
12-
reason: 'No patch available, false positive'
13-
expires: 2024-07-01T00:00:00.000Z
14-
created: 2023-12-15T11:05:00.000Z
15-
SNYK-PYTHON-PILLOW-6514866:
16-
- '*':
17-
reason: 'Will be fixed later'
18-
expires: 2024-07-01T00:00:00.000Z
19-
created: 2024-04-02T11:00:00.000Z
204
SNYK-JS-INFLIGHT-6095116:
215
- '*':
22-
reason: 'No patch available, false positive'
23-
expires: 2024-07-01T00:00:00.000Z
6+
reason: 'No patch available'
7+
expires: 2024-11-01T00:00:00.000Z
248
created: 2023-12-04T09:05:00.000Z
25-
26-
SNYK-JS-FOLLOWREDIRECTS-6141137:
27-
- '*':
28-
reason: 'No patch available, false positive'
29-
expires: 2024-07-01T00:00:00.000Z
30-
created: 2024-01-02T11:05:00.000Z
319
patch: {}
3210
version: v1.25.0

documentation/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"dependencies": {
1818
"@akebifiky/remark-simple-plantuml": "^1.0.2",
19-
"@docusaurus/core": "^3.2.0",
20-
"@docusaurus/preset-classic": "^3.2.0",
21-
"@docusaurus/theme-mermaid": "^3.2.0",
19+
"@docusaurus/core": "^3.5.1",
20+
"@docusaurus/preset-classic": "^3.5.1",
21+
"@docusaurus/theme-mermaid": "^3.5.1",
2222
"@mdx-js/react": "^3.0.1",
2323
"prism-react-renderer": "^2.3.1",
2424
"react": "^18.2.0",
@@ -30,6 +30,15 @@
3030
"@tsconfig/docusaurus": "^2.0.3",
3131
"typescript": "^5.4.3"
3232
},
33+
"resolutions": {
34+
"braces": "3.0.3",
35+
"katex": "0.16.11",
36+
"micromatch": "4.0.7",
37+
"webpack-dev-middleware": "5.3.4",
38+
"ws": "7.5.10",
39+
"dompurify": "3.0.11",
40+
"express": "4.19.2"
41+
},
3342
"browserslist": {
3443
"production": [
3544
">0.5%",
@@ -44,5 +53,6 @@
4453
},
4554
"engines": {
4655
"node": ">=20.0"
47-
}
56+
},
57+
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
4858
}

0 commit comments

Comments
 (0)