Skip to content

Commit

Permalink
fix: docs/package.json & docs/yarn.lock to reduce vulnerabilities (#498)
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-ASTRO-8539778

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Contentsquare-Security-Bot and snyk-bot authored Dec 23, 2024
1 parent 366e2cc commit bfc2ce2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/starlight": "^0.28.5",
"astro": "^4.16.17",
"astro": "^4.16.18",
"sharp": "^0.33.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1187,10 +1187,10 @@ astro-expressive-code@^0.35.6:
dependencies:
rehype-expressive-code "^0.35.6"

astro@^4.16.17:
version "4.16.17"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.17.tgz#058f222c3633704b909e8621fd90b86d40072c71"
integrity sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==
astro@^4.16.18:
version "4.16.18"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.18.tgz#c7db47d5554d865543d6917f42b5129819c6bc88"
integrity sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==
dependencies:
"@astrojs/compiler" "^2.10.3"
"@astrojs/internal-helpers" "0.4.1"
Expand Down

0 comments on commit bfc2ce2

Please sign in to comment.