From 3b4a2a5eb7fb7fce23e493074d9cce0aaa2698ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:20:14 +0000 Subject: [PATCH] build(deps): bump object-path from 0.9.2 to 0.11.5 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54273a3..12eac8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2373,9 +2373,9 @@ "dev": true }, "object-path": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.9.2.tgz", - "integrity": "sha1-D9mnT8X60a45aLWGvaXGMr1sBaU=" + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", + "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==" }, "once": { "version": "1.4.0", diff --git a/package.json b/package.json index bd2169d..0db97fc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "kittie": "^4.1.1", "mkdirp": "~0.5.1", "node-uuid": "~1.4.7", - "object-path": "~0.9.2" + "object-path": "~0.11.5" }, "devDependencies": { "@helpdotcom/is": "^2.1.0",