Skip to content

Commit 3e0ebb1

Browse files
committed
Update dependencies.
1 parent 717832d commit 3e0ebb1

File tree

6 files changed

+34
-81
lines changed

6 files changed

+34
-81
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
faraday-typhoeus (1.1.0)
9191
faraday (~> 2.0)
9292
typhoeus (~> 1.4)
93-
ffi (1.17.2)
93+
ffi (1.17.3)
9494
i18n (1.14.8)
9595
concurrent-ruby (~> 1.0)
9696
ice_nine (0.11.2)
@@ -144,9 +144,9 @@ GEM
144144
ast (~> 2.4.1)
145145
racc
146146
path_expander (1.1.3)
147-
pg (1.6.2)
148-
pg (1.6.2-aarch64-linux)
149-
pg (1.6.2-x86_64-linux)
147+
pg (1.6.3)
148+
pg (1.6.3-aarch64-linux)
149+
pg (1.6.3-x86_64-linux)
150150
prism (1.7.0)
151151
public_suffix (6.0.2)
152152
racc (1.8.1)

src/api-umbrella/admin-ui/pnpm-lock.yaml

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

src/api-umbrella/web-app/pnpm-lock.yaml

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

tasks/build-deps/hugo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -e -u -x
44
source ./tasks/helpers.sh
55

6-
hugo_version="0.153.4"
7-
hugo_hash="b96ecfe478862ac4c705fa98f9c38dedcdb9eb1a3d67046a81f8d1b2bd17ba1d"
6+
hugo_version="0.153.5"
7+
hugo_hash="01afaa90e736f8240489c94dc3aa25307a3c0b0a1bc53357909febefeecd36a1"
88
if [ "$TARGETARCH" == "arm64" ]; then
9-
hugo_hash="5790d60d014a0b6e34d4f93250e7109437e13f70a320971594c661cec3742d7f"
9+
hugo_hash="e8aafa5c2e15da687964c01734e66dc7b7a16a7b61915de19ca6e2f823978034"
1010
fi
1111

1212
task_working_dir

tasks/build-deps/pnpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
pnpm_version="10.26.2"
3+
pnpm_version="10.27.0"
44

55
set -e -u -x
66
source ./tasks/helpers.sh

tasks/deps/cue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -e -u -x
44
source ./tasks/helpers.sh
55

6-
cue_version="0.15.1"
7-
cue_hash="aa282261245e9ab0d65b17ec3c7207f5231600106f7b26fc0c2e158b3937ca3f"
6+
cue_version="0.15.3"
7+
cue_hash="309bbe62ebb0e74a2b298d2808edb0eadfd19789ed0de259b61721f19e3b5ff0"
88
if [ "$TARGETARCH" == "arm64" ]; then
9-
cue_hash="6bb80ec3262c7cedf898a21e9e9481c86da54488f144788b1fa0a5dc01879a0b"
9+
cue_hash="db9e6b15d02f838c47b65e4c5184caf8456e389be28a274f5186e19fab335015"
1010
fi
1111

1212
task_working_dir

0 commit comments

Comments
 (0)