Skip to content

Commit 28f6e4d

Browse files
chore(deps): update all non-major dependencies
1 parent 9e9f693 commit 28f6e4d

4 files changed

Lines changed: 8 additions & 8 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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"@stripe/stripe-js": "^7.0.0 || ^8.0.0",
8989
"@types/google.maps": "^3.58.1",
9090
"@types/vimeo__player": "^2.18.3",
91-
"@types/youtube": "^0.1.0",
92-
"@unhead/vue": "^2.0.3",
93-
"posthog-js": "^1.0.0"
91+
"@types/youtube": "^0.1.2",
92+
"@unhead/vue": "^2.1.12",
93+
"posthog-js": "^1.363.0"
9494
},
9595
"peerDependenciesMeta": {
9696
"@googlemaps/markerclusterer": {

pnpm-workspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ catalog:
1414
'@nuxt/module-builder': ^1.0.2
1515
'@nuxt/test-utils': ^4.0.0
1616
'@nuxtjs/partytown': ^2.0.0
17-
'@paypal/paypal-js': ^9.4.0
17+
'@paypal/paypal-js': ^9.4.1
1818
'@types/jest-image-snapshot': ^6.4.1
1919
'@types/semver': ^7.7.1
2020
'@types/youtube': ^0.1.2
@@ -39,7 +39,7 @@ catalog:
3939
pathe: ^2.0.3
4040
pkg-types: ^2.3.0
4141
playwright-core: ^1.58.2
42-
posthog-js: ^1.362.0
42+
posthog-js: ^1.363.0
4343
shiki: ^4.0.2
4444
sirv: ^3.0.2
4545
std-env: ^4.0.0
@@ -51,7 +51,7 @@ catalog:
5151
valibot: ^1.3.1
5252
vitest: ^4.1.0
5353
vue: ^3.5.30
54-
vue-router: ^5.0.3
54+
vue-router: ^5.0.4
5555
vue-tsc: ^3.2.6
5656

5757
ignoredBuiltDependencies:

0 commit comments

Comments
 (0)