Skip to content

Commit 7896a60

Browse files
committed
Bump Astro to 5.18.0 and disable Trivy
Bump the website dependency on astro from ^5.17.3 to ^5.18.0 and update the package-lock.json entries (version, resolved URL, and integrity). Also disable Trivy scanning in the super-linter workflow by setting VALIDATE_TRIVY: false.
1 parent 562df7d commit 7896a60

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
VALIDATE_JSON: false
5656
VALIDATE_JSCPD: false
5757
VALIDATE_NATURAL_LANGUAGE: false
58+
VALIDATE_TRIVY: false
5859
VALIDATE_TYPESCRIPT_ES: false

website/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@astrojs/starlight": "^0.37.6",
29-
"astro": "^5.17.3",
29+
"astro": "^5.18.0",
3030
"sharp": "^0.34.5",
3131
"starlight-llms-txt": "^0.7.0"
3232
},

0 commit comments

Comments
 (0)