From a62d1d0f58e3447c45ac7d9264ac5f10cb4000e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:05:37 +0000 Subject: [PATCH] fix(deps): update dependency @microsoft/applicationinsights-react-js to v17.3.4 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a870237..71f645a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fullcalendar/react": "6.1.15", "@fullcalendar/rrule": "6.1.15", "@fullcalendar/timegrid": "6.1.15", - "@microsoft/applicationinsights-react-js": "17.3.3", + "@microsoft/applicationinsights-react-js": "17.3.4", "@microsoft/applicationinsights-web": "3.3.4", "bootstrap-darkmode": "5.0.1", "html-to-image": "1.11.11", @@ -3794,13 +3794,13 @@ } }, "node_modules/@microsoft/applicationinsights-react-js": { - "version": "17.3.3", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.3.3.tgz", - "integrity": "sha512-DbnoNJTMcX7sPuwj2oczrhwmUrnqNEcknFohfB/aSHO45vQjOvAAcNLIsPlXaj7wRZc/PGeUPR92AyC7lNU9zA==", + "version": "17.3.4", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.3.4.tgz", + "integrity": "sha512-k6lbIYCaP7hwPAvYH3/uWmKzwXWrpcfctXEgg4KQZuDxgP1ySomopiA/VmtDMHwRCmP277Hgii1FiVtUC9PvLQ==", "license": "MIT", "dependencies": { - "@microsoft/applicationinsights-common": "^3.3.3", - "@microsoft/applicationinsights-core-js": "^3.3.3", + "@microsoft/applicationinsights-common": "^3.3.4", + "@microsoft/applicationinsights-core-js": "^3.3.4", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.11.3 < 2.x" diff --git a/package.json b/package.json index efe99cc0..92155a66 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@fullcalendar/react": "6.1.15", "@fullcalendar/rrule": "6.1.15", "@fullcalendar/timegrid": "6.1.15", - "@microsoft/applicationinsights-react-js": "17.3.3", + "@microsoft/applicationinsights-react-js": "17.3.4", "@microsoft/applicationinsights-web": "3.3.4", "bootstrap-darkmode": "5.0.1", "html-to-image": "1.11.11",