From 9cdd7fc5fc3589a7882b45c38f1eb2abe14dd776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 22:59:13 +0000 Subject: [PATCH] build(deps): bump dot-prop in /test/client-libraries-integration Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 5.2.0. - [Release notes](https://github.com/sindresorhus/dot-prop/releases) - [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v5.2.0) Signed-off-by: dependabot[bot] --- test/client-libraries-integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client-libraries-integration/package.json b/test/client-libraries-integration/package.json index 69e02475..784714ee 100644 --- a/test/client-libraries-integration/package.json +++ b/test/client-libraries-integration/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "", "dependencies": { - "dot-prop": "^4.2.0", + "dot-prop": "^5.2.0", "google-proto-files": "^0.15.1", "mocha": "^5.0.4", "shimmer": "^1.2.0"