Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
6a2de60eeb
fix: website/package.json & website/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
2024-10-07 02:18:53 +00:00
3 changed files with 14053 additions and 259 deletions

View File

@ -1,6 +1,3 @@
> [!NOTE]
> **The Corso project is no longer actively maintained and has been archived**.
<p align="center"> <p align="center">
<img src="https://github.com/alcionai/corso/blob/main/website/static/img/corso_logo.svg?raw=true" alt="Corso Logo" width="100" /> <img src="https://github.com/alcionai/corso/blob/main/website/static/img/corso_logo.svg?raw=true" alt="Corso Logo" width="100" />
</p> </p>

14307
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"dependencies": { "dependencies": {
"@docusaurus/core": "3.1.1", "@docusaurus/core": "3.1.1",
"@docusaurus/plugin-google-gtag": "^3.5.1", "@docusaurus/plugin-google-gtag": "^3.5.1",
"@docusaurus/preset-classic": "3.1.1", "@docusaurus/preset-classic": "3.5.0",
"@loadable/component": "^5.16.3", "@loadable/component": "^5.16.3",
"@mdx-js/react": "^3.0.0", "@mdx-js/react": "^3.0.0",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",