From 41b14b5d499bea9dd46c6121acb13d18fd5d010b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:03:49 +0000 Subject: [PATCH] Bump object-path from 0.9.2 to 0.11.5 in /Chapter06/16_strategy Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.9.2 to 0.11.5. - [Release notes](https://github.com/mariocasciaro/object-path/releases) - [Commits](https://github.com/mariocasciaro/object-path/commits) Signed-off-by: dependabot[bot] --- Chapter06/16_strategy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter06/16_strategy/package.json b/Chapter06/16_strategy/package.json index b6449cb..94147a5 100644 --- a/Chapter06/16_strategy/package.json +++ b/Chapter06/16_strategy/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "ini": "^1.3.4", - "object-path": "^0.9.2" + "object-path": "^0.11.5" } }