Skip to content

Commit c04cd20

Browse files
Merge branch 'Current' of ssh://github.com/CodeEditorLand/WebSite into Current
Signed-off-by: Nikola Hristov <[email protected]>
2 parents 83f637e + 8d3618d commit c04cd20

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Fri Nov 14 01:16:59 UTC 2025
1+
Update: Fri Jan 9 01:24:36 UTC 2026

.github/workflows/Dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.actor == 'dependabot[bot]' }}
2121

2222
steps:
23-
- uses: dependabot/fetch-metadata@v2.4.0
23+
- uses: dependabot/fetch-metadata@v2.5.0
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"
2626

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ github.actor == 'dependabot[bot]' }}
3636

3737
steps:
38-
- uses: dependabot/fetch-metadata@v2.4.0
38+
- uses: dependabot/fetch-metadata@v2.5.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepublishOnly": "astro build"
2222
},
2323
"dependencies": {
24-
"@astrojs/sitemap": "3.6.0",
24+
"@astrojs/sitemap": "3.6.1",
2525
"@astrojs/solid-js": "5.1.3",
2626
"@playform/build": "0.2.6",
2727
"@playform/compress": "0.2.1",
@@ -30,7 +30,7 @@
3030
"@tailwindcss/aspect-ratio": "0.4.2",
3131
"@tailwindcss/forms": "0.5.11",
3232
"@tailwindcss/typography": "0.5.19",
33-
"astro": "5.16.6",
33+
"astro": "5.16.7",
3434
"astro-capo": "0.0.1",
3535
"astrojs-service-worker": "2.0.0",
3636
"autoprefixer": "10.4.23",
@@ -44,14 +44,14 @@
4444
"postcss-import": "16.1.1",
4545
"postcss-reporter": "7.1.0",
4646
"postcss-url": "10.1.3",
47-
"sass": "1.97.1",
47+
"sass": "1.97.2",
4848
"simplex-noise": "4.0.3",
4949
"solid-devtools": "0.34.4",
5050
"solid-js": "1.9.10",
51-
"tailwindcss": "3.4.18",
51+
"tailwindcss": "3.4.19",
5252
"typescript": "5.9.3",
5353
"ulid": "3.0.2",
54-
"zod": "4.3.4"
54+
"zod": "4.3.5"
5555
},
5656
"devDependencies": {
5757
"@astrojs/ts-plugin": "1.10.6",

0 commit comments

Comments
 (0)