From 6f37db530a7fa6caeab9d4d03834dc045253b6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:09:07 +0300 Subject: [PATCH] Chore(deps): Bump @microsoft/applicationinsights-react-js (#2086) Bumps [@microsoft/applicationinsights-react-js](https://github.com/microsoft/applicationinsights-react-js) from 3.3.6 to 3.4.0. - [Release notes](https://github.com/microsoft/applicationinsights-react-js/releases) - [Changelog](https://github.com/microsoft/applicationinsights-react-js/blob/main/RELEASES.md) - [Commits](https://github.com/microsoft/applicationinsights-react-js/compare/React-3.3.6...React-3.4.0) --- updated-dependencies: - dependency-name: "@microsoft/applicationinsights-react-js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8d0d1ff35..20d16d0b71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3453,9 +3453,9 @@ } }, "@microsoft/applicationinsights-react-js": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-3.3.6.tgz", - "integrity": "sha512-ZSMYbCgxdeUR0A3mVDAIqNCtsKzmmKE0VZA+1dzu2Xgfn6qAGrmJapwalwuong0doK1Pyz3RCiJprWw2rXITBw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-3.4.0.tgz", + "integrity": "sha512-digniwtei4TRUGnbwOQ40aaA8in52R4tp6OUyWGDNGw9V9i9VJUeckys4yR4dUDk03dxtcKksW52pN7xFT6H1g==", "requires": { "@microsoft/applicationinsights-common": "^2.8.5", "@microsoft/applicationinsights-core-js": "^2.8.5", diff --git a/package.json b/package.json index 411d8dd59f..a0cc88634f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "7.18.9", "@fluentui/react": "8.72.1", "@fluentui/react-icons-mdl2": "1.3.8", - "@microsoft/applicationinsights-react-js": "3.3.6", + "@microsoft/applicationinsights-react-js": "3.4.0", "@microsoft/applicationinsights-web": "2.8.6", "@microsoft/microsoft-graph-client": "3.0.2", "@monaco-editor/react": "4.4.5",