From 9262d7531ce66badc399919e2c354af836fca99d Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 10 Nov 2023 05:11:41 +0000 Subject: [PATCH] Bump azure-application-insights-nodejs from 2.9.0 to 2.9.1 Bumps azure-application-insights-nodejs from 2.9.0 to 2.9.1. Signed-off-by: GitHub --- buildpack.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 585eeb9..a7433b9 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.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:microsoft:azure-application-insights-nodejs:2.9.1:*:*:*:*:*:*:*"] id = "azure-application-insights-nodejs" name = "Azure Application Insights NodeJS Agent" - purl = "pkg:generic/azure-application-insights-nodejs@2.9.0" - sha256 = "0723542d8fb8cfc1a78cc4935637130d03577b1e2ddbfd4f9e777603034774b4" - source = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz" - source-sha256 = "0723542d8fb8cfc1a78cc4935637130d03577b1e2ddbfd4f9e777603034774b4" + purl = "pkg:generic/azure-application-insights-nodejs@2.9.1" + sha256 = "66487833ac2dcbb9fbe61069995793fc4717cc48d5cd3acda77494f3bb982da6" + source = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.1.tgz" + source-sha256 = "66487833ac2dcbb9fbe61069995793fc4717cc48d5cd3acda77494f3bb982da6" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz" - version = "2.9.0" + uri = "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.1.tgz" + version = "2.9.1" [[metadata.dependencies.licenses]] type = "MIT"