From 3bd1a3fe501ac5d68858ac62f6031a709fd12cc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Apr 2023 00:18:56 +0000 Subject: [PATCH] fix: node_modules/typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-2421199 - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-2434306 - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-3112221 - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-3177391 - https://snyk.io/vuln/SNYK-JS-TYPEDRESTCLIENT-5487993 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- node_modules/typescript/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/typescript/package.json b/node_modules/typescript/package.json index c2efe1e26e..f716c74d13 100644 --- a/node_modules/typescript/package.json +++ b/node_modules/typescript/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/experimental-utils": "2.3.2", "@typescript-eslint/parser": "2.3.2", "async": "latest", - "azure-devops-node-api": "^8.0.0", + "azure-devops-node-api": "^10.2.2", "browser-resolve": "^1.11.2", "browserify": "latest", "chai": "latest", @@ -92,14 +92,14 @@ "prex": "^0.4.3", "q": "latest", "remove-internal": "^2.9.2", - "simple-git": "^1.113.0", + "simple-git": "^3.16.0", "source-map-support": "latest", "through2": "latest", "travis-fold": "latest", "typescript": "next", "vinyl": "latest", "vinyl-sourcemaps-apply": "latest", - "xml2js": "^0.4.19" + "xml2js": "^0.5.0" }, "scripts": { "prepare": "gulp build-eslint-rules",