From 45b07927dc3ee346a46afbbf3030b26ef66b03fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 11:29:28 +0000 Subject: [PATCH] Bump object-path from 0.11.4 to 0.11.5 in /example Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 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] --- example/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index f4f8a56..29c50f2 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -487,6 +487,7 @@ }, "graphql": { "version": "file:../node_modules/graphql", + "resolved": false, "integrity": "sha1-VTp9VG1SRmPtpJ7W33dXe+MgOuM=", "requires": { "iterall": "^1.2.2" @@ -768,9 +769,9 @@ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, "object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", + "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==" }, "on-finished": { "version": "2.3.0",