chore(deps): minimatch and rollup package vulnerabilities (#8675)

* fix: package updates

* fix: package upgrades

* fix: minimatch package vulnerabilities

* fix: ajv package vulnerabilities

* fix: lint

* fix: format
This commit is contained in:
sriram veeraghanta 2026-03-03 01:26:29 +05:30 committed by GitHub
parent c5542438a1
commit da870a1513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 524 additions and 1730 deletions

View file

@ -14,7 +14,7 @@ RUN apk add --no-cache libc6-compat
# Set working directory
WORKDIR /app
ARG TURBO_VERSION=2.6.3
ARG TURBO_VERSION=2.8.12
RUN corepack enable pnpm && pnpm add -g turbo@${TURBO_VERSION}
COPY . .