Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
key: ${{ runner.os }}-puppeteer-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-puppeteer-
- name: Check for known security issues with npm packages
run: |
echo "Auditing npm dependencies before installing them. For more information."
pnpm audit --audit-level critical

- run: pnpm install --frozen-lockfile
env:
SCARF_ANALYTICS: false
Expand Down Expand Up @@ -151,6 +156,10 @@ jobs:
scope: "@frameless"
- name: Install pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 #v5.0.0
- name: Check for known security issues with npm packages
run: |
echo "Auditing npm dependencies before installing them. For more information."
pnpm audit --audit-level critical
- name: Install
run: pnpm install --frozen-lockfile
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions apps/overige-objecten-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"@types/swagger-ui-express": "4.1.6",
"@types/yamljs": "0.2.34",
"@vitejs/plugin-react": "4.7.0",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.8",
"@vitest/coverage-v8": "2.1.9",
"@vitest/ui": "2.1.9",
"nodemon": "3.1.7",
"openapi-typescript": "7.4.1",
"rimraf": "6.0.1",
"supertest": "7.0.0",
"tsup": "8.5.1",
"typescript": "5.0.4",
"vite": "5.4.21",
"vitest": "2.1.1",
"vitest": "2.1.9",
"vitest-fetch-mock": "0.4.5",
"wait-on": "7.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/pdc-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"i18next-resources-to-backend": "1.1.4",
"is-absolute-url": "4.0.1",
"lodash.mergewith": "4.6.2",
"next": "13.5.6",
"next": "13.5.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "12.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/vth-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"i18next-browser-languagedetector": "7.0.2",
"i18next-resources-to-backend": "1.1.4",
"is-absolute-url": "4.0.1",
"next": "13.5.6",
"next": "13.5.11",
"next-sitemap": "4.1.8",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@
},
"pnpm": {
"overrides": {
"eslint": "^9.39.3"
"eslint": "^9.39.3",
"sanitize-html": "2.17.4",
"handlebars": "4.7.9"
},
"patchedDependencies": {
"@strapi/database": "patches/@strapi__database.patch"
Expand Down
Loading
Loading