Skip to content

Commit fd6c79c

Browse files
authored
chore: fix security issue (#58)
1 parent 4517941 commit fd6c79c

2 files changed

Lines changed: 49 additions & 20 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"js-yaml@<3.14.2": "^3.14.2",
3737
"js-yaml@>=4.0.0 <4.1.1": "^4.1.1",
3838
"glob@>=10.2.0 <10.5.0": "^10.5.0",
39-
"node-forge@<1.3.2": "^1.3.2"
39+
"node-forge@<1.3.2": "^1.3.2",
40+
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
41+
"undici@<6.23.0": ">=6.23.0",
42+
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
4043
}
4144
}
4245
}

pnpm-lock.yaml

Lines changed: 45 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)