Skip to content

Commit 346964d

Browse files
fix(deps): update all dependencies
1 parent 978d9e1 commit 346964d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
cache: 'yarn'
5757

5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
59+
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
6060
with:
6161
languages: ${{ matrix.language }}
6262

6363

6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
65+
uses: github/codeql-action/autobuild@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
6666

6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
68+
uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,9 @@
506506
uint8arrays "^5.0.0"
507507

508508
"@noble/curves@^1.9.1":
509-
version "1.9.2"
510-
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.9.2.tgz#73388356ce733922396214a933ff7c95afcef911"
511-
integrity sha512-HxngEd2XUcg9xi20JkwlLCtYwfoFw4JGkuZpT+WlsPD4gB/cxkvTD8fSsoAnphGZhFdZYKeQIPCuFlWPm1uE0g==
509+
version "1.9.4"
510+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.9.4.tgz#a748c6837ee7854a558cc3b951aedd87a5e7d6a5"
511+
integrity sha512-2bKONnuM53lINoDrSmK8qP8W271ms7pygDhZt4SiLOoLwBtoHqeCFi6RG42V8zd3mLHuJFhU/Bmaqo4nX0/kBw==
512512
dependencies:
513513
"@noble/hashes" "1.8.0"
514514

@@ -678,9 +678,9 @@
678678
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
679679

680680
"@types/node@*":
681-
version "24.0.14"
682-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.14.tgz#6e3d4fb6d858c48c69707394e1a0e08ce1ecc1bc"
683-
integrity sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==
681+
version "24.0.15"
682+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.15.tgz#f34fbc973e7d64217106e0c59ed8761e6b51381e"
683+
integrity sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==
684684
dependencies:
685685
undici-types "~7.8.0"
686686

@@ -2322,9 +2322,9 @@ [email protected]:
23222322
integrity sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==
23232323

23242324
starpc@^0.39.5:
2325-
version "0.39.5"
2326-
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.39.5.tgz#4e5da18e52c7679fedf097491606e1eb806e2ff5"
2327-
integrity sha512-ilMs3Ek5V5u4txKzhGD1SZEozT86wDHylz8xgOM/h0gv+XgY64B3PsSVn041zi4DYutcIOmnLDene+enzKz9Vg==
2325+
version "0.39.6"
2326+
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.39.6.tgz#7c9de997027099dfdcf170b756db6fd5eaa12584"
2327+
integrity sha512-SUsQzZ3iJ5dGswBJ6M72X4PM3VS53mv6QBjcVRbSuI50yGKFew5SLuYiok6W/WpHMmPWM8NpXyl2Wtln3v0jig==
23282328
dependencies:
23292329
"@aptre/it-ws" "^1.1.2"
23302330
"@aptre/protobuf-es-lite" "^0.5.2"

0 commit comments

Comments
 (0)