Skip to content

Commit 95556e3

Browse files
chore(deps): update all non-major dependencies
1 parent 6d7b22a commit 95556e3

File tree

5 files changed

+55
-783
lines changed

5 files changed

+55
-783
lines changed

.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@997185467fa4f803885201cee163a9f38240193d # v10.1.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1515
with:
1616
label: needs reproduction

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@iconify-json/heroicons": "^1.2.3",
1313
"@iconify-json/noto": "^1.2.7",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.62",
15+
"@iconify-json/simple-icons": "^1.2.63",
1616
"@nuxt/content": "^3.9.0",
1717
"@nuxt/fonts": "^0.12.1",
1818
"@nuxt/image": "^2.0.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui": "4.0.0",
20+
"@nuxt/ui": "4.2.1",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^3.3.0",
2323
"@vueuse/core": "^14.1.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
},
7474
"peerDependencies": {
7575
"@googlemaps/markerclusterer": "^2.6.2",
76-
"@paypal/paypal-js": "^8.1.2",
77-
"@stripe/stripe-js": "^7.0.0",
76+
"@paypal/paypal-js": "^8.4.2",
77+
"@stripe/stripe-js": "^7.9.0",
7878
"@types/google.maps": "^3.58.1",
7979
"@types/vimeo__player": "^2.18.3",
80-
"@types/youtube": "^0.1.0",
81-
"@unhead/vue": "^2.0.3"
80+
"@types/youtube": "^0.1.2",
81+
"@unhead/vue": "^2.0.19"
8282
},
8383
"peerDependenciesMeta": {
8484
"@googlemaps/markerclusterer": {
@@ -124,7 +124,7 @@
124124
"@nuxt/eslint-config": "^1.12.1",
125125
"@nuxt/module-builder": "^1.0.2",
126126
"@nuxt/scripts": "workspace:*",
127-
"@nuxt/test-utils": "3.19.2",
127+
"@nuxt/test-utils": "3.21.0",
128128
"@paypal/paypal-js": "^9.0.1",
129129
"@types/semver": "^7.7.1",
130130
"@typescript-eslint/typescript-estree": "^8.49.0",

0 commit comments

Comments
 (0)