diff --git a/Dockerfile b/Dockerfile index 31f7c3f79..3b26ae3b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -404,7 +404,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \ # renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream go get github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.10 && \ # renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs - go get github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs@v1.73.0 && \ + go get github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs@v1.74.0 && \ go get github.com/aws/aws-sdk-go-v2/service/kinesis@v1.43.7 && \ # renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/service/s3 go get github.com/aws/aws-sdk-go-v2/service/s3@v1.101.0 && \ diff --git a/backend/go.mod b/backend/go.mod index e57794983..4873fdc5e 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -12,7 +12,7 @@ require ( github.com/hashicorp/yamux v0.1.2 github.com/mattn/go-sqlite3 v1.14.44 github.com/moby/moby/client v0.4.1 - github.com/oschwald/geoip2-golang/v2 v2.1.0 + github.com/oschwald/geoip2-golang/v2 v2.2.0 github.com/prometheus/client_golang v1.23.2 github.com/robfig/cron/v3 v3.0.1 github.com/sirupsen/logrus v1.9.4 @@ -69,7 +69,7 @@ require ( github.com/ncruces/go-strftime v1.0.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.1.1 // indirect - github.com/oschwald/maxminddb-golang/v2 v2.2.0 // indirect + github.com/oschwald/maxminddb-golang/v2 v2.3.0 // indirect github.com/pelletier/go-toml/v2 v2.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_model v0.6.2 // indirect diff --git a/backend/go.sum b/backend/go.sum index ae880ba3d..09bf6f6bf 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -116,8 +116,12 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M= github.com/oschwald/geoip2-golang/v2 v2.1.0 h1:DjnLhNJu9WHwTrmoiQFvgmyJoczhdnm7LB23UBI2Amo= github.com/oschwald/geoip2-golang/v2 v2.1.0/go.mod h1:qdVmcPgrTJ4q2eP9tHq/yldMTdp2VMr33uVdFbHBiBc= +github.com/oschwald/geoip2-golang/v2 v2.2.0 h1:gdkhpnHQMiH9ymOI+zSB0QKFGH+n4TntNt7vz+TxGPY= +github.com/oschwald/geoip2-golang/v2 v2.2.0/go.mod h1:xW4tCeQiNU1gqMD1x7zEH2CDNM3d796Ls50yxYDaX0U= github.com/oschwald/maxminddb-golang/v2 v2.2.0 h1:/2khmIiNvFxgfwGxitper3XBJBs5qTCPQ/H1iR9MgBw= github.com/oschwald/maxminddb-golang/v2 v2.2.0/go.mod h1:n/ctYVTFYQypkn5uO1CZnTmj8jdQKIVh/LX7gSaIl0w= +github.com/oschwald/maxminddb-golang/v2 v2.3.0 h1:PnXjMGjkSQlwOBSyZ7hk6Fd75t7erkAhJNJgEhA3MQU= +github.com/oschwald/maxminddb-golang/v2 v2.3.0/go.mod h1:NSQvgFwPxODpBTJI5+5Ns1AAucnx7ggW9PSRRifAT1s= github.com/pelletier/go-toml/v2 v2.3.1 h1:MYEvvGnQjeNkRF1qUuGolNtNExTDwct51yp7olPtrEc= github.com/pelletier/go-toml/v2 v2.3.1/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1c1280295..d2928db64 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "lucide-react": "^1.16.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-hook-form": "^7.75.0", + "react-hook-form": "^7.76.0", "react-hot-toast": "^2.6.0", "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1", @@ -55,7 +55,7 @@ "@vitest/eslint-plugin": "^1.6.17", "@vitest/ui": "^4.1.6", "autoprefixer": "^10.5.0", - "eslint": "^10.3.0", + "eslint": "^10.4.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -70,7 +70,7 @@ "eslint-plugin-unicorn": "^64.0.0", "eslint-plugin-unused-imports": "^4.4.1", "jsdom": "29.1.1", - "knip": "^6.14.0", + "knip": "^6.14.1", "postcss": "^8.5.14", "tailwindcss": "^4.3.0", "typescript": "^6.0.3", @@ -8107,9 +8107,9 @@ } }, "node_modules/knip": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-6.14.0.tgz", - "integrity": "sha512-yEI9ysdGQ3h77gLObvovH0KUYs6ITtJ1f6owmXRalOO32TbolYvHY7Z+2AEOXqw0ZWeh9219/agh2K/GmtfsxQ==", + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/knip/-/knip-6.14.1.tgz", + "integrity": "sha512-SN3Ly0ixzj5CQkY/rc4OPHpWrCC0XRIIjgdP76G9Cni5k72ur5jBYOyvJuF5oPTM14v8eHcMUgPbElHa+lnR0g==", "dev": true, "funding": [ { diff --git a/frontend/package.json b/frontend/package.json index 697a58932..0671d8055 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "lucide-react": "^1.16.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-hook-form": "^7.75.0", + "react-hook-form": "^7.76.0", "react-hot-toast": "^2.6.0", "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1", @@ -74,7 +74,7 @@ "@vitest/eslint-plugin": "^1.6.17", "@vitest/ui": "^4.1.6", "autoprefixer": "^10.5.0", - "eslint": "^10.3.0", + "eslint": "^10.4.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -89,7 +89,7 @@ "eslint-plugin-unicorn": "^64.0.0", "eslint-plugin-unused-imports": "^4.4.1", "jsdom": "29.1.1", - "knip": "^6.14.0", + "knip": "^6.14.1", "postcss": "^8.5.14", "tailwindcss": "^4.3.0", "typescript": "^6.0.3", @@ -101,13 +101,13 @@ "overrides": { "typescript": "^6.0.3", "eslint-plugin-react-hooks": { - "eslint": "^10.3.0" + "eslint": "^10.4.0" }, "eslint-plugin-jsx-a11y": { - "eslint": "^10.3.0" + "eslint": "^10.4.0" }, "eslint-plugin-promise": { - "eslint": "^10.3.0" + "eslint": "^10.4.0" }, "@vitejs/plugin-react": { "vite": "8.0.13"