Compare commits

...

5 Commits

Author SHA1 Message Date
allanice001
182ad023e7 feat: dependencies update 2025-09-23 06:12:51 +01:00
dependabot[bot]
3b32be1a84 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 (#32)
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alanis <allanice001@users.noreply.github.com>
2025-09-23 06:12:22 +01:00
public-glueops-renovatebot[bot]
8b99c812a6 chore(pin): update @types/react to #patch (#49)
Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
2025-09-23 06:10:09 +01:00
public-glueops-renovatebot[bot]
bc287a6956 chore(fallback): update axllent/mailpit (#50)
Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
2025-09-23 06:09:17 +01:00
public-glueops-renovatebot[bot]
0039e81bca feat: update alpine to 3.22 #minor (#68)
Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
2025-09-23 05:41:28 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ RUN make swagger && make build
################################# #################################
# Runtime # Runtime
################################# #################################
FROM alpine:3.20 FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
RUN apk add --no-cache ca-certificates tzdata \ RUN apk add --no-cache ca-certificates tzdata \
&& addgroup -S app && adduser -S app -G app && addgroup -S app && adduser -S app -G app

View File

@@ -42,7 +42,7 @@ services:
- postgres - postgres
mailpit: mailpit:
image: axllent/mailpit@sha256:7b687e9fbc26252866580819733f2dce47edde9b6bf4444da3321fdd06932f02 image: axllent/mailpit@sha256:6abc8e633df15eaf785cfcf38bae48e66f64beecdc03121e249d0f9ec15f0707
restart: always restart: always
ports: ports:
- "1025:1025" - "1025:1025"

View File

@@ -40,8 +40,8 @@
"@eslint/js": "^9.36.0", "@eslint/js": "^9.36.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0", "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/node": "^24.5.2", "@types/node": "^24.5.2",
"@types/react": "^19.1.13", "@types/react": "19.1.13",
"@types/react-dom": "^19.1.9", "@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "^5.0.3", "@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0", "eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",

View File

@@ -1503,12 +1503,12 @@
dependencies: dependencies:
undici-types "~7.12.0" undici-types "~7.12.0"
"@types/react-dom@^19.1.9": "@types/react-dom@19.1.9":
version "19.1.9" version "19.1.9"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.9.tgz#5ab695fce1e804184767932365ae6569c11b4b4b" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.9.tgz#5ab695fce1e804184767932365ae6569c11b4b4b"
integrity sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ== integrity sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==
"@types/react@^19.1.13": "@types/react@19.1.13":
version "19.1.13" version "19.1.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.13.tgz#fc650ffa680d739a25a530f5d7ebe00cdd771883" resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.13.tgz#fc650ffa680d739a25a530f5d7ebe00cdd771883"
integrity sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ== integrity sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==