Skip to content

Commit d41b4b1

Browse files
chore(deps): update all non-major dependencies
1 parent 6ffca86 commit d41b4b1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/check-pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
statuses: write
1818
contents: read
1919
steps:
20-
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0
20+
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
2121
id: lint_pr_title
2222
env:
2323
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/secrets_scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
10+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1111
with:
1212
fetch-depth: 0
1313
- name: TruffleHog OSS
14-
uses: trufflesecurity/trufflehog@f2a0ea0b70288cf25ba46d906034417555a207a8 # v3.69.0
14+
uses: trufflesecurity/trufflehog@7e78ca385fb82c19568c7a4b341c97d57d9aa5e1 # v3.82.2
1515
with:
1616
path: ./
1717
base: ${{ github.event.repository.default_branch }}

bun.lockb

7.84 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@commitlint/cli": "^19.4.1",
99
"@commitlint/config-conventional": "^19.4.1",
10-
"@types/bun": "^1.1.8",
10+
"@types/bun": "^1.1.9",
1111
"@vue/test-utils": "^2.4.6",
1212
"cspell": "^8.14.2",
1313
"eslint": "^8.57.0",
@@ -28,14 +28,14 @@
2828
"@iconify-json/simple-icons": "^1.2.1",
2929
"@iconify-json/vscode-icons": "^1.2.0",
3030
"@nuxt/content": "^2.13.2",
31-
"@nuxt/eslint": "^0.5.5",
32-
"@nuxt/fonts": "^0.3.0",
31+
"@nuxt/eslint": "^0.5.7",
32+
"@nuxt/fonts": "^0.8.0",
3333
"@nuxt/image": "^1.8.0",
34-
"@nuxt/ui-pro": "^1.4.1",
35-
"@nuxtjs/seo": "^2.0.0-rc.20",
34+
"@nuxt/ui-pro": "^1.4.2",
35+
"@nuxtjs/seo": "^2.0.0-rc.21",
3636
"@tsparticles/slim": "^3.5.0",
3737
"@tsparticles/vue3": "^3.0.1",
38-
"@vite-pwa/nuxt": "^0.8.1",
38+
"@vite-pwa/nuxt": "^0.10.5",
3939
"nuxt-gtag": "^2.1.0",
4040
"nuxt-headlessui": "^1.2.0",
4141
"nuxt-og-image": "^3.0.0-rc.66",

0 commit comments

Comments
 (0)