diff --git a/package-lock.json b/package-lock.json index 60fbc82..cce43b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hior", "version": "0.1.0", "dependencies": { - "@microsoft/applicationinsights-react-js": "^17.1.2", + "@microsoft/applicationinsights-react-js": "^17.2.0", "@microsoft/applicationinsights-web": "^3.2.0", "@tanstack/react-query": "^4.36.1", "@tanstack/react-query-devtools": "^4.36.1", @@ -3826,12 +3826,12 @@ } }, "node_modules/@microsoft/applicationinsights-react-js": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.1.2.tgz", - "integrity": "sha512-i98Ep/UQvuLeDWWCWOLuvpF1cACOR98gafpTcOVeZSPKYlUtvFAqx6Xkn7HjjqZklxP9h0Hqjs5dreu4D5nM2A==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.2.0.tgz", + "integrity": "sha512-6rpdU6IGowr5grTdZ2bdNoWqg/G5bfXU4jicS8kssQD+Rpjy4zsbVsuz/BJfTys+0n7T0XtCuaGrZvl9+EvbbA==", "dependencies": { - "@microsoft/applicationinsights-common": "^3.1.2", - "@microsoft/applicationinsights-core-js": "^3.1.2", + "@microsoft/applicationinsights-common": "^3.2.0", + "@microsoft/applicationinsights-core-js": "^3.2.0", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.10.5 < 2.x" @@ -22832,12 +22832,12 @@ } }, "@microsoft/applicationinsights-react-js": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.1.2.tgz", - "integrity": "sha512-i98Ep/UQvuLeDWWCWOLuvpF1cACOR98gafpTcOVeZSPKYlUtvFAqx6Xkn7HjjqZklxP9h0Hqjs5dreu4D5nM2A==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.2.0.tgz", + "integrity": "sha512-6rpdU6IGowr5grTdZ2bdNoWqg/G5bfXU4jicS8kssQD+Rpjy4zsbVsuz/BJfTys+0n7T0XtCuaGrZvl9+EvbbA==", "requires": { - "@microsoft/applicationinsights-common": "^3.1.2", - "@microsoft/applicationinsights-core-js": "^3.1.2", + "@microsoft/applicationinsights-common": "^3.2.0", + "@microsoft/applicationinsights-core-js": "^3.2.0", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.10.5 < 2.x" diff --git a/package.json b/package.json index 95b7bf9..8445dc9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@microsoft/applicationinsights-react-js": "^17.1.2", + "@microsoft/applicationinsights-react-js": "^17.2.0", "@microsoft/applicationinsights-web": "^3.2.0", "@tanstack/react-query": "^4.36.1", "@tanstack/react-query-devtools": "^4.36.1",