From 4cd9088a48bfc94f514331a99cb14e90c01b3b4d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 1 Apr 2020 01:24:16 +0200 Subject: [PATCH] fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.21 (#1227) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@opencensus/propagation-stackdriver](https://togithub.com/census-instrumentation/opencensus-node) | dependencies | patch | [`0.0.20` -> `0.0.21`](https://renovatebot.com/diffs/npm/@opencensus%2fpropagation-stackdriver/0.0.20/0.0.21) | --- ### Release Notes
census-instrumentation/opencensus-node ### [`v0.0.21`](https://togithub.com/census-instrumentation/opencensus-node/blob/master/CHANGELOG.md#​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 ([#​786](https://togithub.com/census-instrumentation/opencensus-node/issues/786)) - fix: `opencensus-instrumentation-grpc` reduce vulnerabilities ([#​749](https://togithub.com/census-instrumentation/opencensus-node/issues/749))
--- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :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. --- - [ ] 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#googleapis/cloud-trace-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81490a19c..0b5f0da55 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ }, "dependencies": { "@google-cloud/common": "^2.0.0", - "@opencensus/propagation-stackdriver": "0.0.20", + "@opencensus/propagation-stackdriver": "0.0.21", "builtin-modules": "^3.0.0", "console-log-level": "^1.4.0", "continuation-local-storage": "^3.2.1",