Skip to content

Commit

Permalink
Update dependencies with vulnerabilities (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft authored Feb 18, 2025
1 parent a8146e4 commit b70dcdd
Show file tree
Hide file tree
Showing 20 changed files with 282 additions and 18 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Deploy
on:
push:
branches:
- 'main'
- "main"

concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true

jobs:
docs:
name: Docs
Expand All @@ -20,5 +20,4 @@ jobs:
- uses: jdx/mise-action@v2
with:
experimental: true
- run: pnpm install
- run: mise run docs:deploy
- run: mise run docs:deploy
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ concurrency:
jobs:
build:
name: Build
runs-on: 'ubuntu-latest'
runs-on: "ubuntu-latest"
timeout-minutes: 15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: jdx/mise-action@v2
with:
experimental: true
- run: pnpm install
- run: mise run docs:build
experimental: true
- run: mise run docs:build
5 changes: 0 additions & 5 deletions .mise/tasks/install

This file was deleted.

4 changes: 3 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"private": true,
"devDependencies": {
"vitepress": "^1.5.0",
"wrangler": "^3.50.0"
"wrangler": "^3.50.0",
"cookie": ">=0.7.0",
"esbuild": ">=0.25.0"
},
"scripts": {
"dev": "vitepress dev .",
Expand Down
7 changes: 3 additions & 4 deletions .mise.toml β†’ mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"tuist" = "4.42.0"
"swiftlint" = "0.57.0"
"swiftformat" = "0.54.5"
"swift" = "6.0.0"
"asdf:fcrespo82/asdf-swift" = "6.0.0"
"pnpm" = "10.4.1"
"node" = "22.14.0"
"git-cliff" = "2.4.0"

[plugins]
swift = "https://github.com/fcrespo82/asdf-swift"
podman = "https://github.com/tvon/asdf-podman.git"
[hooks]
postinstall = "pnpm install"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b70dcdd

Please sign in to comment.