diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json index d123ce8f..d1b3a892 100644 --- a/applicationinsights-react-native/package.json +++ b/applicationinsights-react-native/package.json @@ -78,8 +78,8 @@ "uglify-js": "3.16.0" }, "dependencies": { - "@microsoft/applicationinsights-common": "^3.3.2", - "@microsoft/applicationinsights-core-js": "^3.3.2", + "@microsoft/applicationinsights-common": "^3.3.3", + "@microsoft/applicationinsights-core-js": "^3.3.3", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.11.3 < 2.x" diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 6ebe474a..5e7ee387 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -9,8 +9,8 @@ "version": "0.0.0", "dependencies": { "@microsoft/api-extractor": "^7.18.1", - "@microsoft/applicationinsights-common": "^3.3.2", - "@microsoft/applicationinsights-core-js": "^3.3.2", + "@microsoft/applicationinsights-common": "^3.3.3", + "@microsoft/applicationinsights-core-js": "^3.3.3", "@microsoft/applicationinsights-rollup-es3": "1.1.3", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", @@ -2370,11 +2370,11 @@ } }, "node_modules/@microsoft/applicationinsights-common": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-3.3.2.tgz", - "integrity": "sha512-RR6LpIC9JLQGTcgUaAXhuIZW69W00T6sF7GC6LvLy5PRjvg4m3MqflpQfNHt7yGy72ZHFG/TpLH5zJIghrNRew==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-3.3.3.tgz", + "integrity": "sha512-WB6iOVjXuBfyNiYL7gyg5S2KveK8zrgPH94llbUCMw+qWX0yENQQf/r3k1PzybxkWwy/8hwAmrV+ACvLcQrdcw==", "dependencies": { - "@microsoft/applicationinsights-core-js": "3.3.2", + "@microsoft/applicationinsights-core-js": "3.3.3", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.11.3 < 2.x" @@ -2384,9 +2384,9 @@ } }, "node_modules/@microsoft/applicationinsights-core-js": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-3.3.2.tgz", - "integrity": "sha512-Jo3Mkl6zPswjS90SBbe+TxAOjQqHbwpD00VPca1ZeICc+31dbVNIBgkK42G0DbMB/ml1kqwkFV2/kpAH8QJCrw==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-3.3.3.tgz", + "integrity": "sha512-U+IaAx/RS60jl8TAgtKzAeojbJgI+eCnYQGSvVE7IxdHgsmQ3hV3IYrBEf98q5nZD4U1zGoKtI8VEpkepoaYhQ==", "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", @@ -13398,20 +13398,20 @@ } }, "@microsoft/applicationinsights-common": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-3.3.2.tgz", - "integrity": "sha512-RR6LpIC9JLQGTcgUaAXhuIZW69W00T6sF7GC6LvLy5PRjvg4m3MqflpQfNHt7yGy72ZHFG/TpLH5zJIghrNRew==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-3.3.3.tgz", + "integrity": "sha512-WB6iOVjXuBfyNiYL7gyg5S2KveK8zrgPH94llbUCMw+qWX0yENQQf/r3k1PzybxkWwy/8hwAmrV+ACvLcQrdcw==", "requires": { - "@microsoft/applicationinsights-core-js": "3.3.2", + "@microsoft/applicationinsights-core-js": "3.3.3", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.11.3 < 2.x" } }, "@microsoft/applicationinsights-core-js": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-3.3.2.tgz", - "integrity": "sha512-Jo3Mkl6zPswjS90SBbe+TxAOjQqHbwpD00VPca1ZeICc+31dbVNIBgkK42G0DbMB/ml1kqwkFV2/kpAH8QJCrw==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-3.3.3.tgz", + "integrity": "sha512-U+IaAx/RS60jl8TAgtKzAeojbJgI+eCnYQGSvVE7IxdHgsmQ3hV3IYrBEf98q5nZD4U1zGoKtI8VEpkepoaYhQ==", "requires": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", diff --git a/package.json b/package.json index 02daf583..87af8000 100644 --- a/package.json +++ b/package.json @@ -69,8 +69,8 @@ "whatwg-fetch": "^3.0.0" }, "dependencies": { - "@microsoft/applicationinsights-common": "^3.3.2", - "@microsoft/applicationinsights-core-js": "^3.3.2", + "@microsoft/applicationinsights-common": "^3.3.3", + "@microsoft/applicationinsights-core-js": "^3.3.3", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.11.3 < 2.x" diff --git a/sample/package.json b/sample/package.json index be86ee05..cff80b40 100644 --- a/sample/package.json +++ b/sample/package.json @@ -11,7 +11,7 @@ "dependencies": { "@expo/webpack-config": "^18.0.1", "@microsoft/applicationinsights-react-native": "^4.3.2", - "@microsoft/applicationinsights-web": "^3.3.2", + "@microsoft/applicationinsights-web": "^3.3.3", "expo": "~48.0.18", "expo-status-bar": "~1.4.4", "react": "18.2.0",