Skip to content

Commit

Permalink
fix(deps): bump applicationinsights from 2.9.2 to 2.9.4
Browse files Browse the repository at this point in the history
Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.9.2 to 2.9.4.
- [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases)
- [Commits](microsoft/ApplicationInsights-node.js@2.9.2...2.9.4)

---
updated-dependencies:
- dependency-name: applicationinsights
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
1 parent 169eefd commit 3b37a3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@salesforce/core": "^6.5.3",
"@salesforce/ts-types": "^2.0.9",
"applicationinsights": "^2.9.2",
"applicationinsights": "^2.9.4",
"got": "^11",
"proxy-agent": "^6.3.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@microsoft/applicationinsights-web-snippet@^1.0.1":
"@microsoft/[email protected]":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz#6bb788b2902e48bf5d460c38c6bb7fedd686ddd7"
integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==
Expand Down Expand Up @@ -1152,16 +1152,16 @@ append-transform@^2.0.0:
dependencies:
default-require-extensions "^3.0.0"

applicationinsights@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.2.tgz#a83b4bb3201da350cf438015d1e5032cb9978fe1"
integrity sha512-wlDiD7v0BQNM8oNzsf9C836R5ze25u+CuCEZsbA5xMIXYYBxkqkWE/mo9GFJM7rsKaiGqpxEwWmePHKD2Lwy2w==
applicationinsights@^2.9.4:
version "2.9.4"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.4.tgz#c61527357645dbc4c5b134aae854e5620c95a993"
integrity sha512-mMWW/E+1wy3oreeH1xJd2N5WIwIz4xj3JKneHOi7gHFqPjxgFV68mdKMEeM3YhLK1nC6k+M6Ekhf7e9WhQCSSw==
dependencies:
"@azure/core-auth" "^1.5.0"
"@azure/core-rest-pipeline" "1.10.1"
"@azure/core-util" "1.2.0"
"@azure/opentelemetry-instrumentation-azure-sdk" "^1.0.0-beta.5"
"@microsoft/applicationinsights-web-snippet" "^1.0.1"
"@microsoft/applicationinsights-web-snippet" "1.0.1"
"@opentelemetry/api" "^1.7.0"
"@opentelemetry/core" "^1.19.0"
"@opentelemetry/sdk-trace-base" "^1.19.0"
Expand Down

0 comments on commit 3b37a3b

Please sign in to comment.