From 84537dbdcaed035a5dd9cbef2c1fbcada986dbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 00:28:29 +0000 Subject: [PATCH] chore: bump object-path from 0.11.5 to 0.11.6 Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 to 0.11.6. - [Release notes](https://github.com/mariocasciaro/object-path/releases) - [Commits](https://github.com/mariocasciaro/object-path/commits) --- updated-dependencies: - dependency-name: object-path dependency-type: direct:development ... 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 10448a3..8a6ec0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16066,9 +16066,9 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "object-path": { - "version": "0.11.5", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", - "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==", + "version": "0.11.6", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.6.tgz", + "integrity": "sha512-IxOLx7DbXnrRHAhLRiL4Sg0383CGdo5k6F7sjYyeqVOEzctZFUHF3c4uh7EgqWoV0B3CCmgYwjOBgw9jrqyv/A==", "dev": true }, "object-visit": { diff --git a/package.json b/package.json index efef8c7..15b27d5 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "jest-spec-reporter": "^1.0.14", "lint-staged": "^10.5.4", "nodemon": "^2.0.5", - "object-path": "^0.11.5", + "object-path": "^0.11.6", "semantic-release": "^17.2.3", "semantic-release-docker": "^2.2.0", "supertest": "^4.0.2"