Skip to content

Commit 55c1bd3

Browse files
Merge branch 'main' into dependabot/go_modules/gomod-4fcc9d2d08
2 parents 3a1c46d + fd5e064 commit 55c1bd3

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS builder
1+
FROM golang:1.24.2-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
22

33
WORKDIR /netlib
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@parcel/transformer-typescript-types": "^2.14.4",
4646
"@roamhq/wrtc": "^0.8.0",
4747
"@types/node-fetch": "^2.6.11",
48-
"@types/ws": "^8.18.0",
48+
"@types/ws": "^8.18.1",
4949
"node-fetch": "=2.7.0",
5050
"parcel": "^2.14.4",
5151
"ts-node": "^10.9.2",
5252
"ts-standard": "^12.0.2",
53-
"typescript": "^5.8.2",
53+
"typescript": "^5.8.3",
5454
"ws": "^8.18.1"
5555
},
5656
"engines": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,10 @@
12301230
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
12311231
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
12321232

1233-
"@types/ws@^8.18.0":
1234-
version "8.18.0"
1235-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.0.tgz#8a2ec491d6f0685ceaab9a9b7ff44146236993b5"
1236-
integrity sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==
1233+
"@types/ws@^8.18.1":
1234+
version "8.18.1"
1235+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9"
1236+
integrity sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==
12371237
dependencies:
12381238
"@types/node" "*"
12391239

@@ -4693,10 +4693,10 @@ typed-array-length@^1.0.6:
46934693
is-typed-array "^1.1.13"
46944694
possible-typed-array-names "^1.0.0"
46954695

4696-
typescript@^5.8.2:
4697-
version "5.8.2"
4698-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
4699-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
4696+
typescript@^5.8.3:
4697+
version "5.8.3"
4698+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
4699+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
47004700

47014701
unbox-primitive@^1.0.2:
47024702
version "1.0.2"

0 commit comments

Comments
 (0)