Skip to content

Commit eaaf853

Browse files
authored
chore: bump packages, consolidated dependabot (#12240)
* chore(deps): bump @testing-library/jest-dom in /services/idp Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.4 to 6.9.1. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.4...v6.9.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.1.1. - [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Merge branch 'master' into dependabot/go_modules/github.com/russellhaering/goxmldsig-1.6.0 * build(deps): bump alpine from 3.23.3 to 3.23.4 Bumps alpine from 3.23.3 to 3.23.4. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump arm64v8/alpine from 3.23.3 to 3.23.4 in /ocis/docker Bumps arm64v8/alpine from 3.23.3 to 3.23.4. --- updated-dependencies: - dependency-name: arm64v8/alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump github.com/go-acme/lego/v4 from 4.25.2 to 4.34.0 Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) from 4.25.2 to 4.34.0. - [Release notes](https://github.com/go-acme/lego/releases) - [Changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md) - [Commits](go-acme/lego@v4.25.2...v4.34.0) --- updated-dependencies: - dependency-name: github.com/go-acme/lego/v4 dependency-version: 4.34.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.17.1 to 5.18.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.17.1...v5.18.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.18.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore: regenerate pnpm-lock.yaml * fix(ci): replace nc-based fakeoffice with Python HTTP server BusyBox nc -k restarts between connections leaving a gap where the collaboration service gets ECONNRESET at startup, so healthz never binds and the 300s wait times out. Python HTTPServer is gap-free. --------- Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b76ae2 commit eaaf853

128 files changed

Lines changed: 2724 additions & 2722 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/acceptance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
- name: Cache libcurl 8.12.0
168168
id: cache-libcurl
169-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
169+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
170170
with:
171171
path: /opt/libcurl
172172
key: libcurl-8.12.0-${{ runner.os }}
@@ -282,7 +282,7 @@ jobs:
282282

283283
- name: Cache libcurl 8.12.0
284284
id: cache-libcurl
285-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
285+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
286286
with:
287287
path: /opt/libcurl
288288
key: libcurl-8.12.0-${{ runner.os }}
@@ -372,7 +372,7 @@ jobs:
372372
CHROMEDRIVER_SKIP_DOWNLOAD: "true"
373373

374374
- name: Cache Playwright Chromium
375-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
375+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
376376
with:
377377
path: ~/.cache/ms-playwright
378378
key: playwright-chromium-${{ hashFiles('.drone.env') }}

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
* [Changelog for 3.0.0](#changelog-for-300-2023-06-06)
4040
* [Changelog for 2.0.0](#changelog-for-200-2022-11-30)
4141
* [Changelog for 1.20.0](#changelog-for-1200-2022-04-13)
42-
* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29)
4342
* [Changelog for 1.19.1](#changelog-for-1191-2022-03-29)
43+
* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29)
4444
* [Changelog for 1.18.0](#changelog-for-1180-2022-03-03)
4545
* [Changelog for 1.17.0](#changelog-for-1170-2022-02-16)
4646
* [Changelog for 1.16.0](#changelog-for-1160-2021-12-10)
@@ -12755,7 +12755,7 @@ The following sections list the changes for 2.0.0.
1275512755

1275612756
The following sections list the changes for 1.20.0.
1275712757

12758-
[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0
12758+
[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.20.0
1275912759

1276012760
## Summary
1276112761

@@ -12929,11 +12929,29 @@ The following sections list the changes for 1.20.0.
1292912929
https://github.com/owncloud/ocis/pull/3509
1293012930
https://github.com/owncloud/web/releases/tag/v5.4.0
1293112931

12932+
# Changelog for [1.19.1] (2022-03-29)
12933+
12934+
The following sections list the changes for 1.19.1.
12935+
12936+
[1.19.1]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.19.1
12937+
12938+
## Summary
12939+
12940+
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
12941+
12942+
## Details
12943+
12944+
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
12945+
12946+
URLs for Special items (space image, readme) were broken.
12947+
12948+
https://github.com/owncloud/ocis/pull/3419
12949+
1293212950
# Changelog for [1.19.0] (2022-03-29)
1293312951

1293412952
The following sections list the changes for 1.19.0.
1293512953

12936-
[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0
12954+
[1.19.0]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.0
1293712955

1293812956
## Summary
1293912957

@@ -13107,24 +13125,6 @@ The following sections list the changes for 1.19.0.
1310713125
https://github.com/owncloud/ocis/pull/3375
1310813126
https://github.com/owncloud/web/releases/tag/v5.3.0
1310913127

13110-
# Changelog for [1.19.1] (2022-03-29)
13111-
13112-
The following sections list the changes for 1.19.1.
13113-
13114-
[1.19.1]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.1
13115-
13116-
## Summary
13117-
13118-
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
13119-
13120-
## Details
13121-
13122-
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
13123-
13124-
URLs for Special items (space image, readme) were broken.
13125-
13126-
https://github.com/owncloud/ocis/pull/3419
13127-
1312813128
# Changelog for [1.18.0] (2022-03-03)
1312913129

1313013130
The following sections list the changes for 1.18.0.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY --from=generate /ocis /ocis
2828
WORKDIR /ocis/ocis
2929
RUN make ci-go-generate build ENABLE_VIPS=true
3030

31-
FROM alpine:3.23.3
31+
FROM alpine:3.23.4
3232

3333
RUN apk add --no-cache attr ca-certificates curl mailcap tree vips && \
3434
echo 'hosts: files dns' >| /etc/nsswitch.conf

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
2020
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
2121
github.com/egirna/icap-client v0.1.1
22-
github.com/gabriel-vasile/mimetype v1.4.12
22+
github.com/gabriel-vasile/mimetype v1.4.13
2323
github.com/ggwhite/go-masker v1.1.0
2424
github.com/go-chi/chi/v5 v5.2.5
2525
github.com/go-chi/render v1.0.3
@@ -87,23 +87,23 @@ require (
8787
go-micro.dev/v4 v4.11.0
8888
go.etcd.io/bbolt v1.4.3
8989
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0
90-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0
90+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
9191
go.opentelemetry.io/contrib/zpages v0.64.0
9292
go.opentelemetry.io/otel v1.43.0
9393
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
9494
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0
9595
go.opentelemetry.io/otel/sdk v1.43.0
9696
go.opentelemetry.io/otel/trace v1.43.0
97-
golang.org/x/crypto v0.49.0
98-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
97+
golang.org/x/crypto v0.50.0
98+
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
9999
golang.org/x/image v0.38.0
100-
golang.org/x/net v0.51.0
101-
golang.org/x/oauth2 v0.35.0
100+
golang.org/x/net v0.53.0
101+
golang.org/x/oauth2 v0.36.0
102102
golang.org/x/sync v0.20.0
103-
golang.org/x/term v0.41.0
104-
golang.org/x/text v0.35.0
105-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409
106-
google.golang.org/grpc v1.79.3
103+
golang.org/x/term v0.42.0
104+
golang.org/x/text v0.36.0
105+
google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7
106+
google.golang.org/grpc v1.80.0
107107
google.golang.org/protobuf v1.36.11
108108
gopkg.in/yaml.v2 v2.4.0
109109
gotest.tools/v3 v3.5.2
@@ -112,7 +112,7 @@ require (
112112

113113
require (
114114
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
115-
filippo.io/edwards25519 v1.1.0 // indirect
115+
filippo.io/edwards25519 v1.1.1 // indirect
116116
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
117117
github.com/BurntSushi/toml v1.6.0 // indirect
118118
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -180,11 +180,11 @@ require (
180180
github.com/felixge/httpsnoop v1.0.4 // indirect
181181
github.com/fsnotify/fsnotify v1.9.0 // indirect
182182
github.com/gdexlab/go-render v1.0.1 // indirect
183-
github.com/go-acme/lego/v4 v4.25.2 // indirect
183+
github.com/go-acme/lego/v4 v4.34.0 // indirect
184184
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
185185
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
186186
github.com/go-git/go-billy/v5 v5.8.0 // indirect
187-
github.com/go-git/go-git/v5 v5.17.1 // indirect
187+
github.com/go-git/go-git/v5 v5.18.0 // indirect
188188
github.com/go-ini/ini v1.67.0 // indirect
189189
github.com/go-jose/go-jose/v3 v3.0.5 // indirect
190190
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
@@ -198,25 +198,25 @@ require (
198198
github.com/go-playground/locales v0.14.1 // indirect
199199
github.com/go-playground/universal-translator v0.18.1 // indirect
200200
github.com/go-redis/redis/v8 v8.11.5 // indirect
201-
github.com/go-resty/resty/v2 v2.16.5 // indirect
201+
github.com/go-resty/resty/v2 v2.17.2 // indirect
202202
github.com/go-sql-driver/mysql v1.9.3 // indirect
203203
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
204204
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
205205
github.com/go-test/deep v1.1.0 // indirect
206-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
206+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
207207
github.com/gobwas/glob v0.2.3 // indirect
208208
github.com/gobwas/httphead v0.1.0 // indirect
209209
github.com/gobwas/pool v0.2.1 // indirect
210210
github.com/gobwas/ws v1.2.1 // indirect
211211
github.com/goccy/go-json v0.10.5 // indirect
212-
github.com/goccy/go-yaml v1.18.0 // indirect
212+
github.com/goccy/go-yaml v1.19.2 // indirect
213213
github.com/gofrs/flock v0.13.0 // indirect
214214
github.com/gogo/protobuf v1.3.2 // indirect
215215
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
216216
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
217217
github.com/golang/snappy v0.0.4 // indirect
218218
github.com/gomodule/redigo v1.9.3 // indirect
219-
github.com/google/go-querystring v1.1.0 // indirect
219+
github.com/google/go-querystring v1.2.0 // indirect
220220
github.com/google/go-tpm v0.9.8 // indirect
221221
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
222222
github.com/google/renameio/v2 v2.0.1 // indirect
@@ -234,7 +234,7 @@ require (
234234
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
235235
github.com/jmespath/go-jmespath v0.4.0 // indirect
236236
github.com/jonboulle/clockwork v0.5.0 // indirect
237-
github.com/json-iterator/go v1.1.12 // indirect
237+
github.com/json-iterator/go v1.1.13-0.20220915233716-71ac16282d12 // indirect
238238
github.com/juliangruber/go-intersect v1.1.0 // indirect
239239
github.com/kevinburke/ssh_config v1.2.0 // indirect
240240
github.com/klauspost/compress v1.18.4 // indirect
@@ -256,12 +256,12 @@ require (
256256
github.com/longsleep/rndm v1.2.0 // indirect
257257
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
258258
github.com/mattn/go-colorable v0.1.14 // indirect
259-
github.com/mattn/go-isatty v0.0.20 // indirect
259+
github.com/mattn/go-isatty v0.0.21 // indirect
260260
github.com/mattn/go-runewidth v0.0.16 // indirect
261261
github.com/mattn/go-sqlite3 v1.14.34 // indirect
262262
github.com/maxymania/go-system v0.0.0-20170110133659-647cc364bf0b // indirect
263263
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103 // indirect
264-
github.com/miekg/dns v1.1.68 // indirect
264+
github.com/miekg/dns v1.1.72 // indirect
265265
github.com/mileusna/useragent v1.3.5 // indirect
266266
github.com/minio/crc64nvme v1.1.1 // indirect
267267
github.com/minio/highwayhash v1.0.4-0.20251030100505-070ab1a87a76 // indirect
@@ -312,7 +312,7 @@ require (
312312
github.com/skeema/knownhosts v1.3.1 // indirect
313313
github.com/spacewander/go-suffix-tree v0.0.0-20191010040751-0865e368c784 // indirect
314314
github.com/spf13/pflag v1.0.10 // indirect
315-
github.com/stretchr/objx v0.5.2 // indirect
315+
github.com/stretchr/objx v0.5.3 // indirect
316316
github.com/studio-b12/gowebdav v0.9.0 // indirect
317317
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
318318
github.com/tidwall/match v1.1.1 // indirect
@@ -340,12 +340,12 @@ require (
340340
go.uber.org/zap v1.27.0 // indirect
341341
go.yaml.in/yaml/v2 v2.4.3 // indirect
342342
go.yaml.in/yaml/v3 v3.0.4 // indirect
343-
golang.org/x/mod v0.33.0 // indirect
344-
golang.org/x/sys v0.42.0 // indirect
343+
golang.org/x/mod v0.35.0 // indirect
344+
golang.org/x/sys v0.43.0 // indirect
345345
golang.org/x/time v0.15.0 // indirect
346-
golang.org/x/tools v0.42.0 // indirect
346+
golang.org/x/tools v0.44.0 // indirect
347347
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
348-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
348+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
349349
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
350350
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
351351
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)