Skip to content

Commit

Permalink
fix: docs/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent 72f7fdd commit d627eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,md}\""
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.63",
"@docusaurus/core": "^2.0.1",
"@docusaurus/plugin-pwa": "^2.0.0-alpha.63",
"@docusaurus/preset-classic": "^2.0.0-alpha.63",
"@docusaurus/preset-classic": "^2.0.1",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.149",
"@types/semver": "^7.1.0",
Expand Down

0 comments on commit d627eca

Please sign in to comment.