Skip to content

Commit 6623c9b

Browse files
chore(deps): update all dependencies (#585)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a2f6f2 commit 6623c9b

File tree

3 files changed

+310
-173
lines changed

3 files changed

+310
-173
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
33+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: +security-and-quality
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
39+
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
42+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
4343
with:
4444
category: '/language:${{ matrix.language }}'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"@changesets/changelog-github": "^0.5.1",
3333
"@changesets/cli": "^2.29.4",
3434
"@commitlint/cli": "^19.8.1",
35-
"@oxc-node/core": "^0.0.28",
35+
"@oxc-node/core": "^0.0.29",
3636
"@pkgr/rollup": "^7.0.0",
3737
"@swc/core": "^1.12.0",
3838
"@swc/jest": "^0.2.38",
39-
"@types/jest": "^29.5.14",
39+
"@types/jest": "^30.0.0",
4040
"@types/node": "^22.15.31",
4141
"@types/react": "^19.1.8",
4242
"@types/unist": "^3.0.3",
4343
"@unts/patch-package": "^8.1.1",
4444
"concurrently": "^9.1.2",
4545
"eslint": "^9.28.0",
46-
"eslint-plugin-jest": "^28.13.3",
46+
"eslint-plugin-jest": "^29.0.0",
4747
"eslint-plugin-react": "^7.37.5",
4848
"globals": "^16.2.0",
4949
"jest": "^30.0.0",

0 commit comments

Comments
 (0)