From c3cb6fcf62f3d3d5a9da79cf54c439b1524c930f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 04:30:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29dd0cd..3a3748b 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "dependencies": { "@newrelic/telemetry-sdk": "0.6.0", "gubu": "2.0.1", - "newrelic": "8.10.0" + "newrelic": "9.0.1" } }