Skip to content

Commit a7aa362

Browse files
authored
build: update snyk ignores and docusaurus (#334)
* build(deps): update docusaurus and snyk ignores * chore: add CODEOWNERS
1 parent bb6eced commit a7aa362

File tree

4 files changed

+230
-230
lines changed

4 files changed

+230
-230
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ref. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
* @Asgmel03 @lawoEq

.snyk

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,29 @@ ignore:
44
SNYK-PYTHON-CRYPTOGRAPHY-6050294:
55
- '*':
66
reason: 'No patch available, false positive'
7-
expires: 2024-04-01T00:00:00.000Z
7+
expires: 2024-07-01T00:00:00.000Z
88
created: 2023-11-15T11:05:00.000Z
99

1010
SNYK-PYTHON-CRYPTOGRAPHY-6126975:
1111
- '*':
1212
reason: 'No patch available, false positive'
13-
expires: 2024-04-01T00:00:00.000Z
13+
expires: 2024-07-01T00:00:00.000Z
1414
created: 2023-12-15T11:05:00.000Z
15-
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
1620
SNYK-JS-INFLIGHT-6095116:
1721
- '*':
1822
reason: 'No patch available, false positive'
19-
expires: 2024-04-01T00:00:00.000Z
23+
expires: 2024-07-01T00:00:00.000Z
2024
created: 2023-12-04T09:05:00.000Z
2125

2226
SNYK-JS-FOLLOWREDIRECTS-6141137:
2327
- '*':
2428
reason: 'No patch available, false positive'
25-
expires: 2024-04-01T00:00:00.000Z
29+
expires: 2024-07-01T00:00:00.000Z
2630
created: 2024-01-02T11:05:00.000Z
2731
patch: {}
2832
version: v1.25.0

documentation/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
},
1717
"dependencies": {
1818
"@akebifiky/remark-simple-plantuml": "^1.0.2",
19-
"@docusaurus/core": "^3.0.1",
20-
"@docusaurus/preset-classic": "^3.0.1",
21-
"@docusaurus/theme-mermaid": "^3.0.1",
22-
"@mdx-js/react": "^3.0.0",
23-
"prism-react-renderer": "^2.3.0",
19+
"@docusaurus/core": "^3.2.0",
20+
"@docusaurus/preset-classic": "^3.2.0",
21+
"@docusaurus/theme-mermaid": "^3.2.0",
22+
"@mdx-js/react": "^3.0.1",
23+
"prism-react-renderer": "^2.3.1",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
2626
"rehype-katex": "7.0.0",
2727
"remark-math": "6.0.0"
2828
},
2929
"devDependencies": {
30-
"@tsconfig/docusaurus": "^2.0.2",
31-
"typescript": "^5.3.2"
30+
"@tsconfig/docusaurus": "^2.0.3",
31+
"typescript": "^5.4.3"
3232
},
3333
"browserslist": {
3434
"production": [

0 commit comments

Comments
 (0)