Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ref. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
* @Asgmel03 @lawoEq
14 changes: 9 additions & 5 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,29 @@ ignore:
SNYK-PYTHON-CRYPTOGRAPHY-6050294:
- '*':
reason: 'No patch available, false positive'
expires: 2024-04-01T00:00:00.000Z
expires: 2024-07-01T00:00:00.000Z
created: 2023-11-15T11:05:00.000Z

SNYK-PYTHON-CRYPTOGRAPHY-6126975:
- '*':
reason: 'No patch available, false positive'
expires: 2024-04-01T00:00:00.000Z
expires: 2024-07-01T00:00:00.000Z
created: 2023-12-15T11:05:00.000Z

SNYK-PYTHON-PILLOW-6514866:
- '*':
reason: 'Will be fixed later'
expires: 2024-07-01T00:00:00.000Z
created: 2024-04-02T11:00:00.000Z
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: 'No patch available, false positive'
expires: 2024-04-01T00:00:00.000Z
expires: 2024-07-01T00:00:00.000Z
created: 2023-12-04T09:05:00.000Z

SNYK-JS-FOLLOWREDIRECTS-6141137:
- '*':
reason: 'No patch available, false positive'
expires: 2024-04-01T00:00:00.000Z
expires: 2024-07-01T00:00:00.000Z
created: 2024-01-02T11:05:00.000Z
patch: {}
version: v1.25.0
14 changes: 7 additions & 7 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
},
"dependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-mermaid": "^3.0.1",
"@mdx-js/react": "^3.0.0",
"prism-react-renderer": "^2.3.0",
"@docusaurus/core": "^3.2.0",
"@docusaurus/preset-classic": "^3.2.0",
"@docusaurus/theme-mermaid": "^3.2.0",
"@mdx-js/react": "^3.0.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-katex": "7.0.0",
"remark-math": "6.0.0"
},
"devDependencies": {
"@tsconfig/docusaurus": "^2.0.2",
"typescript": "^5.3.2"
"@tsconfig/docusaurus": "^2.0.3",
"typescript": "^5.4.3"
},
"browserslist": {
"production": [
Expand Down
Loading