From 0c0c81536da3024f2053675e8addfd1e1dd21c86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 15:18:40 +0000 Subject: [PATCH] fix: packages/notification-service/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-173692 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-469063 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-480388 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-567742 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:mem:20180117 --- packages/notification-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notification-service/package.json b/packages/notification-service/package.json index cc8e98ba2f0..b662c95b83a 100644 --- a/packages/notification-service/package.json +++ b/packages/notification-service/package.json @@ -32,7 +32,7 @@ "web3-utils": "1.0.0-beta.37" }, "devDependencies": { - "@google-cloud/nodejs-repo-tools": "^2.3.3", + "@google-cloud/nodejs-repo-tools": "^3.3.0", "@types/async-polling": "^0.0.3", "@types/dotenv": "^4.0.3", "@types/express": "^4.16.1",