Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent ae1ce6f commit 6490b6d
Show file tree
Hide file tree
Showing 4 changed files with 734 additions and 375 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@d31acd50653ded455ab8972a1eb9a656b0aef94a
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
with:
images: |
n4t5u/yacosta738.github.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
restore-keys: cache-lychee-

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

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"astro": "4.16.7",
"astro-compress": "2.3.5",
"astro-critters": "2.2.0",
"astro-icon": "1.1.1",
"astro-icon": "1.1.4",
"astro-netlify-cms": "0.5.4",
"astro-robots-txt": "1.0.0",
"astro-seo": "0.8.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"dompurify": "3.1.7",
"dompurify": "3.2.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand All @@ -63,20 +63,20 @@
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.29.1",
"flowbite": "^2.5.2",
"husky": "9.1.6",
"husky": "9.1.7",
"locale-emoji": "0.3.0",
"marked": "14.1.3",
"marked": "15.0.2",
"mdast-util-to-string": "4.0.0",
"nanostores": "0.11.3",
"postcss-nesting": "13.0.1",
"postcss-preset-env": "10.0.8",
"postcss-preset-env": "10.1.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"prettier-plugin-tailwindcss": "0.6.9",
"reading-time": "1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"remark-toc": "^9.0.0",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"vitest": "^2.1.3",
"workbox-window": "^7.1.0"
},
Expand All @@ -86,9 +86,9 @@
"@vueuse/integrations": "^11.1.0",
"fuse.js": "^7.0.0",
"globals": "^15.11.0",
"sass": "1.80.4",
"sass": "1.81.0",
"sharp": "0.33.5",
"vue": "^3.5.12"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.14.2"
}
Loading

0 comments on commit 6490b6d

Please sign in to comment.