Skip to content

Commit 6c78868

Browse files
Mikk BachmannMikk Bachmann
authored andcommitted
chore: temporary fix for vulnerability GHSA-5j98-mcp5-4vw2
refs: XRDDEV-2980
1 parent d84d79f commit 6c78868

File tree

2 files changed

+55
-76
lines changed

2 files changed

+55
-76
lines changed

src/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"prepReportDirs": "mkdirp ./build && mkdirp ./build/reports",
1111
"npx-check-audit": "pnpm run prepReportDirs && pnpm dlx audit-ci@^7 --config shared-ui/audit-ci-shared.json >build/reports/audit-ci.txt"
1212
},
13+
"pnpm": {
14+
"overrides": {
15+
"glob": "^11.1.0"
16+
}
17+
},
1318
"devDependencies": {
1419
"@eslint/js": "^9.39.1",
1520
"@intlify/eslint-plugin-vue-i18n": "^4.1.0",

src/pnpm-lock.yaml

Lines changed: 50 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)