Compare commits

..
Author SHA1 Message Date
renovate[bot] 3539087690 chore(ui): update dependency postcss to v8.5.18 [security] 2026-08-08 19:09:45 +00:00
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14.5-slim-trixie@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97 AS build
FROM python:3.12.13-slim-trixie@sha256:57cd7c3a7a273101a6485ba99423ee568157882804b1124b4dd04266317710de AS build
LABEL maintainer="https://github.com/prowler-cloud/prowler"
LABEL org.opencontainers.image.source="https://github.com/prowler-cloud/prowler"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14.5-slim-trixie@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97 AS build
FROM python:3.12.13-slim-trixie@sha256:57cd7c3a7a273101a6485ba99423ee568157882804b1124b4dd04266317710de AS build
LABEL maintainer="https://github.com/prowler-cloud/api"
+1 -1
View File
@@ -1,6 +1,6 @@
services:
api-dev-init:
image: busybox:1.38.0@sha256:dc2d74b28e4cf8984fa52af1f39bc7c3d9c73760b41a74d629f5d11b1ab28616
image: busybox:1.37.0@sha256:9532d8c39891ca2ecde4d30d7710e01fb739c87a8b9299685c63704296b16028
volumes:
- ./_data/api:/data
command: ["sh", "-c", "chown -R 1000:1000 /data"]
+1 -1
View File
@@ -6,7 +6,7 @@
#
services:
api-init:
image: busybox:1.38.0@sha256:dc2d74b28e4cf8984fa52af1f39bc7c3d9c73760b41a74d629f5d11b1ab28616
image: busybox:1.37.0@sha256:9532d8c39891ca2ecde4d30d7710e01fb739c87a8b9299685c63704296b16028
volumes:
- ./_data/api:/data
command: ["sh", "-c", "chown -R 1000:1000 /data"]
+1 -1
View File
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
# =============================================================================
# Final stage - Minimal runtime environment
# =============================================================================
FROM python:3.14.6-alpine3.23@sha256:b165067c5afc37fa5608a3c05609cc3d51aafd808a30fbfd822ee594fef55ad4
FROM python:3.13.14-alpine3.23@sha256:9fdbf2e3e82628351513560b121e2ee6ce31cac212be9e070c5a5e2769fb5e76
LABEL maintainer="https://github.com/prowler-cloud"
+1 -1
View File
@@ -153,7 +153,7 @@
"jsdom": "27.4.0",
"knip": "6.3.1",
"msw": "2.13.4",
"postcss": "8.5.14",
"postcss": "8.5.18",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.22",
"prettier-plugin-tailwindcss": "0.6.14",
+4 -4
View File
@@ -1,6 +1,3 @@
# pnpm 11+ workspace config. .npmrc is auth/registry only; everything else lives here.
# Reference: https://pnpm.io/supply-chain-security
packages: []
# Refuse to install on Node/pnpm outside the `engines` block in package.json.
@@ -32,7 +29,7 @@ overrides:
"@isaacs/brace-expansion": "5.0.1"
"fast-xml-parser": "5.8.0"
"serialize-javascript": "7.0.5"
"postcss": "8.5.14"
"postcss": "8.5.18"
"esbuild": "0.28.1"
"rollup@>=4": "4.59.0"
# GHSA-fx2h-pf6j-xcff (server.fs.deny bypass on Windows alternate paths, high) +
@@ -121,3 +118,6 @@ trustPolicyExclude:
# Block transitive dependencies from using exotic specifiers (git URLs, tarballs).
blockExoticSubdeps: true
minimumReleaseAgeExclude:
# Renovate security update: postcss@8.5.18
- postcss@8.5.18