From e1fd957b59e6a63faad8d44e7e445c1d8cbd7c58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Apr 2023 21:45:06 +0000 Subject: [PATCH] fix: deps/npm/node_modules/agent-base/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- deps/npm/node_modules/agent-base/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/agent-base/package.json b/deps/npm/node_modules/agent-base/package.json index fadce3ad99f22d..a577d0d7af6618 100644 --- a/deps/npm/node_modules/agent-base/package.json +++ b/deps/npm/node_modules/agent-base/package.json @@ -44,7 +44,7 @@ "@typescript-eslint/eslint-plugin": "1.6.0", "@typescript-eslint/parser": "1.1.0", "async-listen": "^1.2.0", - "cpy-cli": "^2.0.0", + "cpy-cli": "^4.0.0", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", @@ -52,11 +52,11 @@ "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.0", + "mocha": "^10.1.0", "rimraf": "^3.0.0", "semver": "^7.1.2", "typescript": "^3.5.3", - "ws": "^3.0.0" + "ws": "^5.2.3" }, "engines": { "node": ">= 6.0.0"