Skip to content

Commit 0bb5bd9

Browse files
chore(deps): update all non-major dependencies
1 parent 514ed02 commit 0bb5bd9

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/reproduction-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
14+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1515
with:
1616
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
1717
stale-issue-label: needs reproduction # Label that flags an issue as stale.

.github/workflows/reproduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
reproduire:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1515
with:
1616
label: needs reproduction

packages/script/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
"@stripe/stripe-js": "^7.0.0 || ^8.0.0",
7575
"@types/google.maps": "^3.58.1",
7676
"@types/vimeo__player": "^2.18.3",
77-
"@types/youtube": "^0.1.0",
78-
"@unhead/vue": "^2.0.3",
79-
"posthog-js": "^1.0.0"
77+
"@types/youtube": "^0.1.2",
78+
"@unhead/vue": "^2.1.13",
79+
"posthog-js": "^1.366.0"
8080
},
8181
"peerDependenciesMeta": {
8282
"@googlemaps/markerclusterer": {

pnpm-workspace.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ packages:
77
- '!examples/**'
88

99
catalog:
10-
'@antfu/eslint-config': ^8.0.0
10+
'@antfu/eslint-config': ^8.1.1
1111
'@nuxt/devtools-kit': ^3.2.4
1212
'@nuxt/fonts': ^0.14.0
1313
'@nuxt/kit': ^4.4.2
1414
'@nuxt/module-builder': ^1.0.2
15-
'@nuxt/test-utils': ^4.0.0
15+
'@nuxt/test-utils': ^4.0.2
1616
'@nuxt/ui': ^4.6.1
1717
'@nuxtjs/partytown': ^2.0.0
18-
'@paypal/paypal-js': ^9.5.0
18+
'@paypal/paypal-js': ^9.6.0
1919
'@shikijs/langs': ^4.0.2
2020
'@shikijs/themes': ^4.0.2
2121
'@types/google.maps': ^3.58.1
@@ -42,7 +42,7 @@ catalog:
4242
pathe: ^2.0.3
4343
pkg-types: ^2.3.0
4444
playwright-core: ^1.59.1
45-
posthog-js: ^1.365.0
45+
posthog-js: ^1.366.0
4646
shiki: ^4.0.2
4747
sirv: ^3.0.2
4848
std-env: ^4.0.0
@@ -52,7 +52,7 @@ catalog:
5252
unplugin: ^3.0.0
5353
unstorage: ^1.17.5
5454
valibot: ^1.3.1
55-
vitest: ^4.1.3
55+
vitest: ^4.1.4
5656
vue: ^3.5.32
5757
vue-tsc: ^3.2.6
5858

0 commit comments

Comments
 (0)