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 Oct 17, 2024
1 parent 4169964 commit ddb401e
Show file tree
Hide file tree
Showing 4 changed files with 920 additions and 796 deletions.
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.0
uses: lycheeverse/lychee-action@v2.0.2
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
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# You can pin the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
uses: SonarSource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838
uses: SonarSource/sonarcloud-github-action@9f9bba2c7aaf7a55eac26abbac906c3021d211b2
env:
GITHUB_TOKEN: ${{ env.PBOT_GITHUB_TOKEN }} # Needed to get PR information
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)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
"flowbite": "^2.3.0",
"husky": "9.1.6",
"locale-emoji": "0.3.0",
"marked": "14.1.2",
"marked": "14.1.3",
"mdast-util-to-string": "4.0.0",
"nanostores": "0.11.3",
"postcss-nesting": "13.0.0",
"postcss-preset-env": "10.0.6",
"postcss-preset-env": "10.0.7",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"reading-time": "1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"remark-toc": "^9.0.0",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"vitest": "^1.3.1",
"workbox-window": "^7.0.0"
},
Expand All @@ -84,9 +84,9 @@
"@astrojs/vue": "^4.0.8",
"@vueuse/integrations": "^10.8.0",
"fuse.js": "^7.0.0",
"sass": "1.79.4",
"sass": "1.80.0",
"sharp": "0.33.5",
"vue": "^3.4.19"
},
"packageManager": "pnpm@9.12.1"
"packageManager": "pnpm@9.12.2"
}
Loading

0 comments on commit ddb401e

Please sign in to comment.