Skip to content

Commit 2bd464b

Browse files
JungMinusantigimeno
authored andcommitted
deps: fix versions of minimatch & brace-expansion
Resolves minimatch (<=3.1.3) and brace-expansion (<=1.1.12) vulnerabilities via npm overrides: - minimatch >=3.1.4 fixes GHSA-23c5-xmqv-rm74, GHSA-7r86-cg39-jmmj, GHSA-3ppc-4f35-3m26 - brace-expansion >=1.1.13 fixes GHSA-f886-m6hf-6m8v, GHSA-v6h2-p8h4-qcjw Signed-off-by: NodeSource <npm@nodesource.com>
1 parent 13c74c0 commit 2bd464b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

deps/nsolid-cli/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nsolid-cli",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "N|Solid CLI",
55
"main": "cli.js",
66
"dependencies": {
@@ -26,5 +26,9 @@
2626
"bugs": {
2727
"url": "https://github.com/nodesource/nsolid-epm-cli/issues"
2828
},
29-
"homepage": "https://github.com/nodesource/nsolid-epm-cli"
29+
"homepage": "https://github.com/nodesource/nsolid-epm-cli",
30+
"overrides": {
31+
"minimatch": ">=3.1.4",
32+
"brace-expansion": ">=1.1.13"
33+
}
3034
}

0 commit comments

Comments
 (0)