From 7091e06ad54de603c1f33885bfe814ed52a5963c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 02:21:17 +0000 Subject: [PATCH] Bump object-path from 0.11.4 to 0.11.8 Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.8. - [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:production ... 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 efcae06..dbd5ab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7738,9 +7738,9 @@ "dev": true }, "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.8", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.8.tgz", + "integrity": "sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==" }, "object-visit": { "version": "1.0.1", diff --git a/package.json b/package.json index 8639c50..8c498f6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "ngx-highlightjs": "^2.1.1", "ngx-perfect-scrollbar": "^6.3.0", "ngx-permissions": "^6.0.1", - "object-path": "^0.11.4", + "object-path": "^0.11.8", "rxjs-tslint": "^0.1.5", "web-animations-js": "^2.3.1", "zone.js": "^0.8.26"