Skip to content

Commit 3d09f06

Browse files
authored
Bump fast-xml-parser (#218)
* Bump fast-xm-parser * Ignore low severity
1 parent 4e2a929 commit 3d09f06

3 files changed

Lines changed: 10 additions & 14 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: pnpm install
3131

32+
- name: Audit
33+
run: pnpm audit --audit-level high
34+
3235
- name: ESLint
3336
run: npm run lint
3437

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"prettier": "^3.8.1"
5050
},
5151
"pnpm": {
52+
"overrides": {
53+
"@google-cloud/storage>fast-xml-parser": "^5.3.4"
54+
},
5255
"onlyBuiltDependencies": [
5356
"@bentley/imodeljs-native",
5457
"esbuild"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)