Skip to content

Commit 7c4b82c

Browse files
authored
chore: resolve dependabot vulnerabilities via pnpm overrides (#53)
* chore: fix audit vulnerabilities with pnpm overrides * chore: fix lint break caused by audit overrides
1 parent cd91b2b commit 7c4b82c

2 files changed

Lines changed: 170 additions & 130 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
"http-proxy-middleware@>=3.0.0 <3.0.5": "^3.0.5",
3030
"brace-expansion@>=1.0.0 <=1.1.11": "^1.1.12",
3131
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2",
32-
"lodash@>=4.0.0 <=4.17.22": "^4.17.23"
32+
"lodash@>=4.0.0 <=4.17.22": "^4.17.23",
33+
"minimatch@<3.1.3": ">=3.1.3",
34+
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
35+
"eslint-plugin-import@2.29.1>minimatch": "3.1.3",
36+
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
3337
}
3438
}
3539
}

0 commit comments

Comments
 (0)