From 91281ff7a0ebd089cfba65f9871c3fcc9b9ce6ea Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 16 Feb 2024 05:12:39 +0000 Subject: [PATCH] Bump azure-application-insights-nodejs from 2.9.2 to 2.9.3 Bumps azure-application-insights-nodejs from 2.9.2 to 2.9.3. Signed-off-by: GitHub --- buildpack.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 27883f2..5706226 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -48,16 +48,16 @@ api = "0.7" uri = "https://github.com/Microsoft/ApplicationInsights-Java/blob/master/LICENSE.txt" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:microsoft:azure-application-insights-nodejs:2.9.2:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:microsoft:azure-application-insights-nodejs:2.9.3:*:*:*:*:*:*:*"] id = "azure-application-insights-nodejs" name = "Azure Application Insights NodeJS Agent" - purl = "pkg:generic/azure-application-insights-nodejs@2.9.2" - sha256 = "520dadb2591bec54f203b26f8a24c9d7b961f14f671cda6f51979ae5df8aced7" - source = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.2.tgz" - source-sha256 = "520dadb2591bec54f203b26f8a24c9d7b961f14f671cda6f51979ae5df8aced7" + purl = "pkg:generic/azure-application-insights-nodejs@2.9.3" + sha256 = "e4d713076144c76b7b028d904fbf258cda44b57507313c2e057ab13fd3fad8e2" + source = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.3.tgz" + source-sha256 = "e4d713076144c76b7b028d904fbf258cda44b57507313c2e057ab13fd3fad8e2" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.2.tgz" - version = "2.9.2" + uri = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.3.tgz" + version = "2.9.3" [[metadata.dependencies.licenses]] type = "MIT"