Skip to content

Commit dc2dfbd

Browse files
authored
fix(deps): update dependency @opencensus/core to ^0.0.21 (GoogleCloudPlatform#1678)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@opencensus/core](https://togithub.com/census-instrumentation/opencensus-node) | dependencies | patch | [`^0.0.20` -> `^0.0.21`](https://renovatebot.com/diffs/npm/@opencensus%2fcore/0.0.20/0.0.21) | --- ### Release Notes <details> <summary>census-instrumentation/opencensus-node</summary> ### [`v0.0.21`](https://togithub.com/census-instrumentation/opencensus-node/blob/master/CHANGELOG.md#&#8203;0021---2020-03-30) [Compare Source](https://togithub.com/census-instrumentation/opencensus-node/compare/v0.0.20...v0.0.21) - chore(core): store cls contexts on a Map ([#&#8203;786](https://togithub.com/census-instrumentation/opencensus-node/issues/786)) - fix: `opencensus-instrumentation-grpc` reduce vulnerabilities ([#&#8203;749](https://togithub.com/census-instrumentation/opencensus-node/issues/749)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/nodejs-docs-samples).
1 parent f4359ec commit dc2dfbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencensus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "repo-tools test run --cmd mocha -- system-test/*.test.js --timeout=5000 --exit"
1818
},
1919
"dependencies": {
20-
"@opencensus/core": "^0.0.20",
20+
"@opencensus/core": "^0.0.21",
2121
"@opencensus/exporter-stackdriver": "^0.0.20"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)