From a893f2c03992ffe1d9a892a305a638c1ae1a0fcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 00:01:16 +0000 Subject: [PATCH] fix: esinstall/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 --- esinstall/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esinstall/package.json b/esinstall/package.json index 4564d5769d..00fc857820 100644 --- a/esinstall/package.json +++ b/esinstall/package.json @@ -43,7 +43,7 @@ "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-inject": "^4.0.2", "@rollup/plugin-json": "^4.0.0", - "@rollup/plugin-node-resolve": "^10.0.0", + "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-replace": "^2.3.3", "cjs-module-lexer": "^0.5.0", "es-module-lexer": "^0.3.24",