Skip to content

Commit 6427d68

Browse files
authored
Fix CVE: add brace-expansion 1.1.13 override (#123)
* Fix CVE: add brace-expansion 1.1.13 override Fixes ReDoS vulnerability (GHSA-f886-m6hf-6m8v). * Regenerate package-lock.json to sync with brace-expansion override npm ci requires the lockfile to match package.json overrides. The previous commit added the override but didn't regenerate the lockfile.
1 parent a3144bb commit 6427d68

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

ui/extensions/hello/package-lock.json

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

ui/extensions/hello/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"picomatch@2": "2.3.2",
7676
"picomatch@4": "4.0.4",
7777
"yaml@1": "1.10.3",
78+
"brace-expansion@1": "1.1.13",
7879
"brace-expansion@2": "2.0.3"
7980
}
8081
}

0 commit comments

Comments
 (0)