Skip to content

Commit 4ae3e87

Browse files
chore(deps): update all dependencies (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ec53c9 commit 4ae3e87

File tree

5 files changed

+360
-441
lines changed

5 files changed

+360
-441
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@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
49+
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
54+
uses: github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
57+
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7

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.22
44

55
require (
6-
github.com/aperturerobotics/common v0.18.4 // latest
6+
github.com/aperturerobotics/common v0.18.5 // latest
77
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
88
)
99

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/aperturerobotics/common v0.18.4 h1:3P95nGGDZLzOuoI9EViOVJEZc4gzhAXza0tivQzRI34=
22
github.com/aperturerobotics/common v0.18.4/go.mod h1:qLWqm2T9MQmxDtE1ddNdWCHnUj1Z66GzNxllkZ3Fj7Y=
3+
github.com/aperturerobotics/common v0.18.5 h1:oeHASx3Ol27DQd435TEzC8Q8PMPRC58D43N0addFD9A=
4+
github.com/aperturerobotics/common v0.18.5/go.mod h1:qLWqm2T9MQmxDtE1ddNdWCHnUj1Z66GzNxllkZ3Fj7Y=
35
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI=
46
github.com/aperturerobotics/json-iterator-lite v1.0.0/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
57
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"starpc": "^0.33.9"
6464
},
6565
"resolutions": {
66-
"@aptre/protobuf-es-lite": "0.4.6"
66+
"@aptre/protobuf-es-lite": "0.4.7"
6767
}
6868
}

0 commit comments

Comments
 (0)