From bdd63049b8074c52948d006e34251c54bf3fcc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:03:27 +0000 Subject: [PATCH] Bump object-path from 0.9.2 to 0.11.5 in /Chapter06/18_template 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/18_template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter06/18_template/package.json b/Chapter06/18_template/package.json index c70b625..f1da608 100644 --- a/Chapter06/18_template/package.json +++ b/Chapter06/18_template/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "object-path": "^0.9.2" + "object-path": "^0.11.5" } }