Skip to content

Commit 953cf6c

Browse files
chore(deps): update all dependencies
1 parent 439a4ea commit 953cf6c

File tree

7 files changed

+360
-257
lines changed

7 files changed

+360
-257
lines changed

.github/workflows/codeql-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3636

3737
- name: Setup Go ${{ matrix.go }}
3838
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
@@ -46,12 +46,12 @@ jobs:
4646
cache: 'yarn'
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
49+
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
54+
uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
57+
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node: [22.x]
2121
timeout-minutes: 10
2222
steps:
23-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2424

2525
- name: Setup Go ${{ matrix.go }}
2626
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aperturerobotics/timestamp
33
go 1.22
44

55
require (
6-
github.com/aperturerobotics/common v0.18.6 // latest
6+
github.com/aperturerobotics/common v0.18.7 // latest
77
github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
88
)
99

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/aperturerobotics/common v0.18.5 h1:oeHASx3Ol27DQd435TEzC8Q8PMPRC58D43
44
github.com/aperturerobotics/common v0.18.5/go.mod h1:qLWqm2T9MQmxDtE1ddNdWCHnUj1Z66GzNxllkZ3Fj7Y=
55
github.com/aperturerobotics/common v0.18.6 h1:cFP0DVfGfyLGYIGc3UkocpCqk4CiumoP5yka3tpmtnY=
66
github.com/aperturerobotics/common v0.18.6/go.mod h1:4zW3CCNdnXnUBUFfex47ekzxZuqBmNYEVAMYGwSSYJw=
7+
github.com/aperturerobotics/common v0.18.7 h1:Le/Z5EG8a/kHo8+enTvesxeEhw+b4tJUemV5Xs/vrjY=
8+
github.com/aperturerobotics/common v0.18.7/go.mod h1:4zW3CCNdnXnUBUFfex47ekzxZuqBmNYEVAMYGwSSYJw=
79
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI=
810
github.com/aperturerobotics/json-iterator-lite v1.0.0/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
911
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys=

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
},
6161
"dependencies": {
6262
"@aptre/protobuf-es-lite": "^0.4.5",
63-
"starpc": "^0.33.9"
63+
"starpc": "^0.35.0"
6464
},
6565
"resolutions": {
66-
"@aptre/protobuf-es-lite": "0.4.7"
66+
"@aptre/protobuf-es-lite": "0.4.8"
6767
}
6868
}

yarn.lock

+349-248
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)