Skip to content

Commit c2b69d6

Browse files
authored
Merge pull request #2297 from hydephp/deps/dependabot
Merge Dependabot updates
2 parents c4a6f16 + aad6880 commit c2b69d6

File tree

8 files changed

+28
-55
lines changed

8 files changed

+28
-55
lines changed

.github/workflows/compile-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0 # Needed for the git commit step
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: '20'
2222
cache: 'npm'

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- uses: actions/checkout@v5
122122

123123
- name: Setup Node.js
124-
uses: actions/setup-node@v4
124+
uses: actions/setup-node@v5
125125
with:
126126
cache: 'npm'
127127

.github/workflows/label-pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# If PR title starts with "Internal: " then add the "Internal" label
1919
- name: Label Internal Pull Requests
2020
if: "startsWith(github.event.pull_request.title, 'Internal: ')"
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424
script: |
@@ -43,7 +43,7 @@ jobs:
4343
# Remove "run-visual-tests" labels and similar when the pull request is closed
4444
- name: Remove state control labels
4545
if: github.event_name == 'pull_request' && github.event.action == 'closed'
46-
uses: actions/github-script@v7
46+
uses: actions/github-script@v8
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }}
4949
script: |

.github/workflows/update-browserslist-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Set up Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: '16'
2222
cache: 'npm'

package-lock.json

Lines changed: 10 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"postcss": "^8.5.6",
1515
"prettier": "3.6.2",
1616
"tailwindcss": "^4.1.13",
17-
"vite": "^7.1.3"
17+
"vite": "^7.1.7"
1818
}
1919
}

packages/hyde/package-lock.json

Lines changed: 11 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hyde/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"postcss": "^8.5.6",
1515
"prettier": "3.6.2",
1616
"tailwindcss": "^4.1.13",
17-
"vite": "^7.1.3"
17+
"vite": "^7.1.7"
1818
}
1919
}

0 commit comments

Comments
 (0)