Skip to content

Commit 164a378

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-node-6.2.0
2 parents 8b22d67 + 272f3f9 commit 164a378

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

.github/workflows/osv-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
contents: read
3333
# Required to read the code
3434
actions: read
35-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@375a0e8ebdc98e99b02ac4338a724f5750f21213" # v2.3.1
35+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@2a387edfbe02a11d856b89172f6e978100177eb4" # v2.3.2

json/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ RUN apk upgrade --no-cache \
1515
&& apk add --no-cache \
1616
coreutils=9.8-r1 \
1717
curl=8.17.0-r1 \
18-
dasel=2.8.1-r10 \
18+
dasel=2.8.1-r11 \
1919
gawk=5.3.2-r2 \
2020
git=2.52.0-r0 \
2121
grep=3.12-r0 \
2222
jose=14-r0 \
2323
jp=0.4.0-r0 \
2424
jq=1.8.1-r0 \
25-
miller=6.15.0-r3 \
25+
miller=6.15.0-r4 \
2626
npm=11.6.3-r0 \
2727
openssl=3.5.4-r0 \
2828
pandoc-cli=3.8.2.1-r0 \
2929
pipx=1.8.0-r0 \
3030
py3-pip=25.1.1-r1 \
3131
python3=3.12.12-r0 \
32-
yq-go=4.49.2-r1 \
32+
yq-go=4.49.2-r2 \
3333
&& apk cache --no-cache clean \
3434
&& rm -rf /var/cache/apk/*
3535

json/package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"jsonpath-plus": "10.3.0",
6-
"prettier": "3.7.4",
6+
"prettier": "3.8.0",
77
"prettyjson": "1.2.5",
88
"v8r": "5.1.0"
99
}

0 commit comments

Comments
 (0)