Skip to content

Commit b11f4ca

Browse files
chore(deps): update all non-major dependencies
1 parent 566e469 commit b11f4ca

6 files changed

Lines changed: 550 additions & 1037 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@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.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: 2 additions & 2 deletions
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
14-
- uses: Hebilicious/reproduire@a4b274773e3d6e8bef547385710473af11f5ec5d # v0.0.9-mp
13+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
14+
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9
1515
with:
1616
label: needs reproduction

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.2.1",
55
"private": true,
6-
"packageManager": "pnpm@11.5.0",
6+
"packageManager": "pnpm@11.5.1",
77
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
88
"license": "MIT",
99
"repository": {

packages/script/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"@paypal/paypal-js": "^8.1.2 || ^9.0.0",
7878
"@speedcurve/lux": "^4.4.3",
7979
"@stripe/stripe-js": "^7.0.0 || ^8.0.0 || ^9.0.0",
80-
"@types/google.maps": "^3.58.1",
80+
"@types/google.maps": "^3.65.0",
8181
"@types/vimeo__player": "^2.18.3",
82-
"@types/youtube": "^0.1.0",
82+
"@types/youtube": "^0.2.0",
8383
"@unhead/vue": "^2.0.3 || ^3.0.0",
84-
"posthog-js": "^1.0.0"
84+
"posthog-js": "^1.379.0"
8585
},
8686
"peerDependenciesMeta": {
8787
"@googlemaps/markerclusterer": {

0 commit comments

Comments
 (0)