Skip to content

Commit dcbf968

Browse files
fix(deps): update all dependencies
1 parent cd86d17 commit dcbf968

File tree

5 files changed

+85
-152
lines changed

5 files changed

+85
-152
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
cache: 'yarn'
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
49+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
54+
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
57+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aperturerobotics/timestamp
33
go 1.25
44

55
require (
6-
github.com/aperturerobotics/common v0.22.14 // latest
6+
github.com/aperturerobotics/common v0.24.0 // latest
77
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726
88
github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
99
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/aperturerobotics/common v0.22.12 h1:uSo+fDQg6xCoNI34Y7gueW1cW9Cy4d/2F
22
github.com/aperturerobotics/common v0.22.12/go.mod h1:xMXHNN6oCvG0FfG1tY6+2Si7iWh1QfSSCSrqohFUeIk=
33
github.com/aperturerobotics/common v0.22.14 h1:Z2OigJSCgaFFowQ9ydaLxMnZv3H+Vrh9tpvdLGLZ7hs=
44
github.com/aperturerobotics/common v0.22.14/go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk=
5+
github.com/aperturerobotics/common v0.24.0 h1:blvKGbG2x6SBWrjoTjZbdy3ZqEm6DEHHp8OBpsQAM9s=
6+
github.com/aperturerobotics/common v0.24.0/go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk=
57
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs=
68
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
79
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs=

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"singleQuote": true
4848
},
4949
"devDependencies": {
50-
"@aptre/common": "^0.22.0",
50+
"@aptre/common": "^0.24.0",
5151
"@typescript-eslint/eslint-plugin": "^8.0.0",
5252
"@typescript-eslint/parser": "^8.0.0",
5353
"depcheck": "^1.4.6",
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@aptre/protobuf-es-lite": "^0.5.2",
63-
"starpc": "^0.39.0"
63+
"starpc": "^0.41.0"
6464
},
6565
"resolutions": {
6666
"@aptre/protobuf-es-lite": "^0.5.2"

0 commit comments

Comments
 (0)