From 2fc93539f18b9c5d6c0906e47554ae701290c461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 04:03:51 +0000 Subject: [PATCH] Bump object-path from 0.11.4 to 0.11.6 Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 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 74d2a95..32975fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6850,9 +6850,9 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "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.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 ffd5227..fff677a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gherkin-lint": "^3.3.3", "husky": "^1.2.0", "node-fetch": "^2.2.0", - "object-path": "^0.11.4", + "object-path": "^0.11.6", "sanitize-filename": "^1.6.1", "typescript": "^3.4.3", "yargs": "^15.0.2"