Skip to content

Commit

Permalink
build(deps): Update dependencies and snyk ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgmel03 committed Aug 19, 2024
1 parent 89f7961 commit 0db35a4
Show file tree
Hide file tree
Showing 5 changed files with 2,415 additions and 1,482 deletions.
26 changes: 2 additions & 24 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,32 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-PYTHON-CRYPTOGRAPHY-6050294:
- '*':
reason: 'No patch available, false positive'
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-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-07-01T00:00:00.000Z
reason: 'No patch available'
expires: 2024-11-01T00:00:00.000Z
created: 2023-12-04T09:05:00.000Z

SNYK-JS-FOLLOWREDIRECTS-6141137:
- '*':
reason: 'No patch available, false positive'
expires: 2024-07-01T00:00:00.000Z
created: 2024-01-02T11:05:00.000Z
patch: {}
version: v1.25.0
18 changes: 14 additions & 4 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@docusaurus/core": "^3.2.0",
"@docusaurus/preset-classic": "^3.2.0",
"@docusaurus/theme-mermaid": "^3.2.0",
"@docusaurus/core": "^3.5.1",
"@docusaurus/preset-classic": "^3.5.1",
"@docusaurus/theme-mermaid": "^3.5.1",
"@mdx-js/react": "^3.0.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
Expand All @@ -30,6 +30,15 @@
"@tsconfig/docusaurus": "^2.0.3",
"typescript": "^5.4.3"
},
"resolutions": {
"braces": "3.0.3",
"katex": "0.16.11",
"micromatch": "4.0.7",
"webpack-dev-middleware": "5.3.4",
"ws": "7.5.10",
"dompurify": "3.0.11",
"express": "4.19.2"
},
"browserslist": {
"production": [
">0.5%",
Expand All @@ -44,5 +53,6 @@
},
"engines": {
"node": ">=20.0"
}
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
Loading

0 comments on commit 0db35a4

Please sign in to comment.