Skip to content

Commit 7ac72b5

Browse files
fix(deps): bump applicationinsights from 2.9.5 to 2.9.6
Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.9.5 to 2.9.6. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](microsoft/ApplicationInsights-node.js@2.9.5...2.9.6) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1045bea commit 7ac72b5

File tree

2 files changed

+46
-53
lines changed

2 files changed

+46
-53
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@salesforce/core": "^8.3.0",
4444
"@salesforce/kit": "^3.2.1",
45-
"applicationinsights": "^2.9.5",
45+
"applicationinsights": "^2.9.6",
4646
"got": "^11",
4747
"proxy-agent": "^6.4.0"
4848
},

yarn.lock

+45-52
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,35 @@
2222
dependencies:
2323
tslib "^2.2.0"
2424

25-
"@azure/core-auth@^1.4.0", "@azure/core-auth@^1.5.0":
26-
version "1.5.0"
27-
resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.5.0.tgz#a41848c5c31cb3b7c84c409885267d55a2c92e44"
28-
integrity sha512-udzoBuYG1VBoHVohDTrvKjyzel34zt77Bhp7dQntVGGD0ehVq48owENbBG8fIgkHRNUBQH5k1r0hpoMu5L8+kw==
25+
"@azure/abort-controller@^2.0.0":
26+
version "2.1.2"
27+
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-2.1.2.tgz#42fe0ccab23841d9905812c58f1082d27784566d"
28+
integrity sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==
2929
dependencies:
30-
"@azure/abort-controller" "^1.0.0"
30+
tslib "^2.6.2"
31+
32+
"@azure/core-auth@1.7.2", "@azure/core-auth@^1.4.0":
33+
version "1.7.2"
34+
resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.7.2.tgz#558b7cb7dd12b00beec07ae5df5907d74df1ebd9"
35+
integrity sha512-Igm/S3fDYmnMq1uKS38Ae1/m37B3zigdlZw+kocwEhh5GjyKjPrXKO2J6rzpC1wAxrNil/jX9BJRqBshyjnF3g==
36+
dependencies:
37+
"@azure/abort-controller" "^2.0.0"
3138
"@azure/core-util" "^1.1.0"
32-
tslib "^2.2.0"
39+
tslib "^2.6.2"
3340

34-
"@azure/core-rest-pipeline@1.10.1":
35-
version "1.10.1"
36-
resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.10.1.tgz#348290847ca31b9eecf9cf5de7519aaccdd30968"
37-
integrity sha512-Kji9k6TOFRDB5ZMTw8qUf2IJ+CeJtsuMdAHox9eqpTf1cefiNMpzrfnF6sINEBZJsaVaWgQ0o48B6kcUH68niA==
41+
"@azure/core-rest-pipeline@1.16.3":
42+
version "1.16.3"
43+
resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.16.3.tgz#bde3bc3ebad7f885ddd9de6af5e5a8fc254b287e"
44+
integrity sha512-VxLk4AHLyqcHsfKe4MZ6IQ+D+ShuByy+RfStKfSjxJoL3WBWq17VNmrz8aT8etKzqc2nAeIyLxScjpzsS4fz8w==
3845
dependencies:
39-
"@azure/abort-controller" "^1.0.0"
46+
"@azure/abort-controller" "^2.0.0"
4047
"@azure/core-auth" "^1.4.0"
4148
"@azure/core-tracing" "^1.0.1"
42-
"@azure/core-util" "^1.0.0"
49+
"@azure/core-util" "^1.9.0"
4350
"@azure/logger" "^1.0.0"
44-
form-data "^4.0.0"
45-
http-proxy-agent "^5.0.0"
46-
https-proxy-agent "^5.0.0"
47-
tslib "^2.2.0"
48-
uuid "^8.3.0"
51+
http-proxy-agent "^7.0.0"
52+
https-proxy-agent "^7.0.0"
53+
tslib "^2.6.2"
4954

5055
"@azure/core-tracing@^1.0.0", "@azure/core-tracing@^1.0.1":
5156
version "1.0.1"
@@ -54,22 +59,22 @@
5459
dependencies:
5560
tslib "^2.2.0"
5661

57-
"@azure/core-util@1.2.0":
58-
version "1.2.0"
59-
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.2.0.tgz#3499deba1fc36dda6f1912b791809b6f15d4a392"
60-
integrity sha512-ffGIw+Qs8bNKNLxz5UPkz4/VBM/EZY07mPve1ZYFqYUdPwFqRj0RPk0U7LZMOfT7GCck9YjuT1Rfp1PApNl1ng==
61-
dependencies:
62-
"@azure/abort-controller" "^1.0.0"
63-
tslib "^2.2.0"
64-
65-
"@azure/core-util@^1.0.0", "@azure/core-util@^1.1.0":
62+
"@azure/core-util@^1.1.0":
6663
version "1.4.0"
6764
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.4.0.tgz#c120a56b3e48a9e4d20619a0b00268ae9de891c7"
6865
integrity sha512-eGAyJpm3skVQoLiRqm/xPa+SXi/NPDdSHMxbRAz2lSprd+Zs+qrpQGQQ2VQ3Nttu+nSZR4XoYQC71LbEI7jsig==
6966
dependencies:
7067
"@azure/abort-controller" "^1.0.0"
7168
tslib "^2.2.0"
7269

70+
"@azure/core-util@^1.9.0":
71+
version "1.9.2"
72+
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.9.2.tgz#1dc37dc5b0dae34c578be62cf98905ba7c0cafe7"
73+
integrity sha512-l1Qrqhi4x1aekkV+OlcqsJa4AnAkj5p0JV8omgwjaV9OAbP41lvrMvs+CptfetKkeEaGRGSzby7sjPZEX7+kkQ==
74+
dependencies:
75+
"@azure/abort-controller" "^2.0.0"
76+
tslib "^2.6.2"
77+
7378
"@azure/logger@^1.0.0":
7479
version "1.0.4"
7580
resolved "https://registry.yarnpkg.com/@azure/logger/-/logger-1.0.4.tgz#28bc6d0e5b3c38ef29296b32d35da4e483593fa1"
@@ -761,11 +766,6 @@
761766
dependencies:
762767
defer-to-connect "^2.0.0"
763768

764-
"@tootallnate/once@2":
765-
version "2.0.0"
766-
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
767-
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
768-
769769
"@tootallnate/quickjs-emscripten@^0.23.0":
770770
version "0.23.0"
771771
resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c"
@@ -1108,14 +1108,13 @@ append-transform@^2.0.0:
11081108
dependencies:
11091109
default-require-extensions "^3.0.0"
11101110

1111-
applicationinsights@^2.9.5:
1112-
version "2.9.5"
1113-
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.5.tgz#34bcf71ad596721c520987a252e40d7495aa3503"
1114-
integrity sha512-APQ8IWyYDHFvKbitFKpsmZXxkzQh0yYTFacQqoVW7HwlPo3eeLprwnq5RFNmmG6iqLmvQ+xRJSDLEQCgqPh+bw==
1111+
applicationinsights@^2.9.6:
1112+
version "2.9.6"
1113+
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.6.tgz#67528e667d7953c8dd57b5fb16e0a4714fc07aed"
1114+
integrity sha512-BLeBYJUZaKmnzqG/6Q/IFSCqpiVECjSTIvwozLex/1ZZpSxOjPiBxGMev+iIBfNZ2pc7vvnV7DuPOtsoG2DJeQ==
11151115
dependencies:
1116-
"@azure/core-auth" "^1.5.0"
1117-
"@azure/core-rest-pipeline" "1.10.1"
1118-
"@azure/core-util" "1.2.0"
1116+
"@azure/core-auth" "1.7.2"
1117+
"@azure/core-rest-pipeline" "1.16.3"
11191118
"@azure/opentelemetry-instrumentation-azure-sdk" "^1.0.0-beta.5"
11201119
"@microsoft/applicationinsights-web-snippet" "1.0.1"
11211120
"@opentelemetry/api" "^1.7.0"
@@ -2928,15 +2927,6 @@ http-parser-js@>=0.5.1:
29282927
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.6.tgz#2e02406ab2df8af8a7abfba62e0da01c62b95afd"
29292928
integrity sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==
29302929

2931-
http-proxy-agent@^5.0.0:
2932-
version "5.0.0"
2933-
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
2934-
integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==
2935-
dependencies:
2936-
"@tootallnate/once" "2"
2937-
agent-base "6"
2938-
debug "4"
2939-
29402930
http-proxy-agent@^7.0.0, http-proxy-agent@^7.0.1:
29412931
version "7.0.2"
29422932
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
@@ -2961,6 +2951,14 @@ https-proxy-agent@^5.0.0:
29612951
agent-base "6"
29622952
debug "4"
29632953

2954+
https-proxy-agent@^7.0.0:
2955+
version "7.0.5"
2956+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2"
2957+
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
2958+
dependencies:
2959+
agent-base "^7.0.2"
2960+
debug "4"
2961+
29642962
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
29652963
version "7.0.4"
29662964
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
@@ -5488,11 +5486,6 @@ uuid@^3.3.3:
54885486
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
54895487
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
54905488

5491-
uuid@^8.3.0:
5492-
version "8.3.2"
5493-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
5494-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
5495-
54965489
v8-compile-cache-lib@^3.0.1:
54975490
version "3.0.1"
54985491
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)