From a79baacedab91c9f25607446368df474e93b4913 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 21:25:10 +0000 Subject: [PATCH] fix: src/apis/safebrowsing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- src/apis/safebrowsing/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apis/safebrowsing/package.json b/src/apis/safebrowsing/package.json index 461589e984..8f86f6e847 100644 --- a/src/apis/safebrowsing/package.json +++ b/src/apis/safebrowsing/package.json @@ -32,8 +32,8 @@ }, "devDependencies": { "@microsoft/api-documenter": "^7.8.10", - "@microsoft/api-extractor": "^7.8.10", - "gts": "^2.0.0", + "@microsoft/api-extractor": "^8.0.0", + "gts": "^3.1.1", "null-loader": "^4.0.0", "ts-loader": "^8.0.0", "typescript": "~3.7.0",