Skip to content

Commit

Permalink
fix: apps/web/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Dec 1, 2024
1 parent 08bbd1e commit ed0c2b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@algolia/ui-library": "2.106.0",
"@docsearch/react": "3.0.0-alpha.36",
"@docusaurus/core": "2.0.0-alpha.73",
"@docusaurus/preset-classic": "2.0.0-alpha.73",
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.73",
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/theme-live-codeblock": "3.0.1",
"algoliasearch": "^4.1.0",
"classnames": "^2.2.6",
"docsearch.js": "^2.6.3",
Expand Down

0 comments on commit ed0c2b9

Please sign in to comment.