Skip to content

Commit 987fbe8

Browse files
Fix the vulnerability by upgrade NpmPicomatch version(AST-143876) (#1003)
* upgrade the version * Upgrade the underscore version * Removed underscore override version * added sha commit --------- Co-authored-by: Anurag Dalke <anurag.dalke@checkmarx.com>
1 parent 10a3f32 commit 987fbe8

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
integration-tests:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4
99
with:
1010
lfs: true
1111

@@ -16,7 +16,7 @@ jobs:
1616
git lfs install
1717
1818
- name: Use Node.js 22.11.0
19-
uses: actions/setup-node@v4.0.2
19+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
2020
with:
2121
node-version: 22.11.0
2222
registry-url: https://npm.pkg.github.com/

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"overrides": {
4242
"bluebird": "3.7.2",
4343
"debug": "^4.4.0",
44-
"flatted": "^3.4.2"
44+
"flatted": "^3.4.2",
45+
"picomatch": "2.3.2"
4546
},
4647
"publishConfig": {
4748
"registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)