From 4628c603be33bcd16404fa18f193cdf6e40975ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jun 2025 02:53:28 +0000 Subject: [PATCH] fix: upgrade applicationinsights from 2.9.6 to 2.9.7 Snyk has created this PR to upgrade applicationinsights from 2.9.6 to 2.9.7. See this package in yarn: applicationinsights See this project in Snyk: https://app.snyk.io/org/cboard/project/dc3c5eca-fd05-467f-9718-eb7dfa9942e8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f163a011..874f1cce 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "main": "app.js", "dependencies": { - "applicationinsights": "^2.7.3", + "applicationinsights": "^2.9.7", "axios": "^1.6.4", "azure-storage": "^2.10.6", "bcryptjs": "^2.4.3", diff --git a/yarn.lock b/yarn.lock index f0b0f423..5215ff20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -330,10 +330,10 @@ append-field@^1.0.0: resolved "https://registry.yarnpkg.com/append-field/-/append-field-1.0.0.tgz#1e3440e915f0b1203d23748e78edd7b9b5b43e56" integrity sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw== -applicationinsights@^2.7.3: - version "2.9.6" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.6.tgz#67528e667d7953c8dd57b5fb16e0a4714fc07aed" - integrity sha512-BLeBYJUZaKmnzqG/6Q/IFSCqpiVECjSTIvwozLex/1ZZpSxOjPiBxGMev+iIBfNZ2pc7vvnV7DuPOtsoG2DJeQ== +applicationinsights@^2.9.7: + version "2.9.7" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.7.tgz#78a2a8e27497eb697ff0bc0ac28625d95a1db0fa" + integrity sha512-dxIVB2AAEMec3FDiYThgEbc9R4u1TatrzL+kFgOf+ABaEgHm8+i8ngVLHfKObjHvy2HHPf810OLWTrqyeWT/oA== dependencies: "@azure/core-auth" "1.7.2" "@azure/core-rest-pipeline" "1.16.3"