Skip to content

Commit 0d073c1

Browse files
fix(deps): update all dependencies
1 parent ae1ce6f commit 0d073c1

File tree

5 files changed

+1667
-596
lines changed

5 files changed

+1667
-596
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Extract metadata (tags, labels) for Docker
9595
id: meta
96-
uses: docker/metadata-action@d31acd50653ded455ab8972a1eb9a656b0aef94a
96+
uses: docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
9797
with:
9898
images: |
9999
n4t5u/yacosta738.github.io
@@ -113,7 +113,7 @@ jobs:
113113
run: pnpm run build # build:docker
114114

115115
- name: Build and push Docker image
116-
uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a
116+
uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
117117
with:
118118
context: .
119119
file: ./Dockerfile

.github/workflows/links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: cache-lychee-
2222

2323
- name: Run lychee
24-
uses: lycheeverse/lychee-action@v2.0.2
24+
uses: lycheeverse/lychee-action@v2.2.0
2525
with:
2626
args: "--base . --cache --max-cache-age 1d . --max-redirects 10 --max-retries 5 --user-agent Chrome/51.0.2704.103 Safari/537.36"
2727

.github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# You can pin the exact commit or the version.
3535
# uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
36-
uses: SonarSource/sonarcloud-github-action@9f9bba2c7aaf7a55eac26abbac906c3021d211b2
36+
uses: SonarSource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19
3737
env:
3838
GITHUB_TOKEN: ${{ env.PBOT_GITHUB_TOKEN }} # Needed to get PR information
3939
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
"@tailwindcss/typography": "0.5.15",
4444
"@typescript-eslint/eslint-plugin": "8.11.0",
4545
"@typescript-eslint/parser": "8.11.0",
46-
"@vite-pwa/astro": "^0.4.3",
46+
"@vite-pwa/astro": "^0.5.0",
4747
"@vueuse/core": "11.1.0",
4848
"astro": "4.16.7",
4949
"astro-compress": "2.3.5",
5050
"astro-critters": "2.2.0",
51-
"astro-icon": "1.1.1",
51+
"astro-icon": "1.1.4",
5252
"astro-netlify-cms": "0.5.4",
5353
"astro-robots-txt": "1.0.0",
5454
"astro-seo": "0.8.4",
5555
"conventional-changelog-conventionalcommits": "^8.0.0",
56-
"dompurify": "3.1.7",
56+
"dompurify": "3.2.3",
5757
"eslint": "^9.13.0",
5858
"eslint-config-prettier": "^9.1.0",
5959
"eslint-config-standard": "^17.1.0",
@@ -63,20 +63,20 @@
6363
"eslint-plugin-prettier-vue": "^5.0.0",
6464
"eslint-plugin-vue": "^9.29.1",
6565
"flowbite": "^2.5.2",
66-
"husky": "9.1.6",
66+
"husky": "9.1.7",
6767
"locale-emoji": "0.3.0",
68-
"marked": "14.1.3",
68+
"marked": "15.0.4",
6969
"mdast-util-to-string": "4.0.0",
7070
"nanostores": "0.11.3",
7171
"postcss-nesting": "13.0.1",
72-
"postcss-preset-env": "10.0.8",
73-
"prettier": "3.3.3",
72+
"postcss-preset-env": "10.1.2",
73+
"prettier": "3.4.2",
7474
"prettier-plugin-astro": "0.14.1",
75-
"prettier-plugin-tailwindcss": "0.6.8",
75+
"prettier-plugin-tailwindcss": "0.6.9",
7676
"reading-time": "1.5.0",
7777
"rehype-accessible-emojis": "^0.3.2",
7878
"remark-toc": "^9.0.0",
79-
"tailwindcss": "3.4.14",
79+
"tailwindcss": "3.4.17",
8080
"vitest": "^2.1.3",
8181
"workbox-window": "^7.1.0"
8282
},
@@ -86,9 +86,9 @@
8686
"@vueuse/integrations": "^11.1.0",
8787
"fuse.js": "^7.0.0",
8888
"globals": "^15.11.0",
89-
"sass": "1.80.4",
89+
"sass": "1.83.0",
9090
"sharp": "0.33.5",
9191
"vue": "^3.5.12"
9292
},
93-
"packageManager": "pnpm@9.12.2"
93+
"packageManager": "pnpm@9.15.0"
9494
}

0 commit comments

Comments
 (0)