Skip to content

Commit e941fae

Browse files
committed
chore: Refresh base images and update dependencies
Commit created with `make deps-update`
1 parent b1e0e4b commit e941fae

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

docker/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See also docker/Dockerfile.base
77
#
88
# https://hub.docker.com/r/sbaird/tiddlyhost-base
9-
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:01326f0c4d357b7a4961c149fa51cc4cd0ccbd2771f65ed796061dcb484eddba
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:ab9dbe3a97c359804f4cb6024ff145553cb325f033786129a4ca1e4e0bb2504e
1010

1111
ARG APP_USER=appuser
1212
ARG APP_PATH=/opt/app

rails/Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ GEM
8181
public_suffix (>= 2.0.2, < 8.0)
8282
ast (2.4.3)
8383
aws-eventstream (1.4.0)
84-
aws-partitions (1.1221.0)
85-
aws-sdk-core (3.242.0)
84+
aws-partitions (1.1223.0)
85+
aws-sdk-core (3.243.0)
8686
aws-eventstream (~> 1, >= 1.3.0)
8787
aws-partitions (~> 1, >= 1.992.0)
8888
aws-sigv4 (~> 1.9)
@@ -93,8 +93,8 @@ GEM
9393
aws-sdk-kms (1.122.0)
9494
aws-sdk-core (~> 3, >= 3.241.4)
9595
aws-sigv4 (~> 1.5)
96-
aws-sdk-s3 (1.213.0)
97-
aws-sdk-core (~> 3, >= 3.241.4)
96+
aws-sdk-s3 (1.215.0)
97+
aws-sdk-core (~> 3, >= 3.243.0)
9898
aws-sdk-kms (~> 1)
9999
aws-sigv4 (~> 1.5)
100100
aws-sigv4 (1.12.1)
@@ -167,7 +167,7 @@ GEM
167167
google-protobuf (4.34.0-x86_64-linux-gnu)
168168
bigdecimal
169169
rake (~> 13.3)
170-
grover (1.2.8)
170+
grover (1.2.9)
171171
nokogiri (~> 1)
172172
haml (7.2.0)
173173
temple (>= 0.8.2)
@@ -200,8 +200,8 @@ GEM
200200
jmespath (1.6.2)
201201
jsbundling-rails (1.3.1)
202202
railties (>= 6.0.0)
203-
json (2.18.1)
204-
json-schema (6.1.0)
203+
json (2.19.1)
204+
json-schema (6.2.0)
205205
addressable (~> 2.8)
206206
bigdecimal (>= 3.1, < 5)
207207
language_server-protocol (3.17.0.5)
@@ -315,7 +315,7 @@ GEM
315315
actionpack (>= 7.0)
316316
railties (>= 7.0)
317317
rexml (3.4.4)
318-
rubocop (1.85.0)
318+
rubocop (1.85.1)
319319
json (~> 2.3)
320320
language_server-protocol (~> 3.17.0.2)
321321
lint_roller (~> 1.1.0)

rails/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
integrity sha512-ntMYJ8++n1zcIJ1g75or7Va9IU3ueCHgp9IJk7Ny7eFEbu0Kx40EHZ2FNhoxoUEjlF5NifCFCbvoK5rDK5HpIQ==
179179

180180
"@types/node@*":
181-
version "25.3.3"
182-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.3.tgz#605862544ee7ffd7a936bcbf0135a14012f1e549"
183-
integrity sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==
181+
version "25.3.5"
182+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.5.tgz#beccb5915561f7a9970ace547ad44d6cdbf39b46"
183+
integrity sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==
184184
dependencies:
185185
undici-types "~7.18.0"
186186

0 commit comments

Comments
 (0)