Skip to content

Commit fdaf28c

Browse files
authored
Merge pull request #20 from SigNoz/fix/vulnerability-brace-expansion
chore: added resolution for brace-expansion to 2.0.2
2 parents 925157d + a6a224c commit fdaf28c

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,13 @@
6969
"eslint --fix"
7070
]
7171
},
72+
"resolutions": {
73+
"brace-expansion": "^2.0.2"
74+
},
7275
"eslintIgnore": [
7376
"dist/**",
7477
"src/**",
7578
"assets/**",
7679
"*.svg"
7780
]
78-
}
81+
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)