From 8a4136cf4b3b4825f2c1d01ca58391aa63d3c7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 23:42:33 +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: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..3ecfd18 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.6", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.6.tgz", + "integrity": "sha512-IxOLx7DbXnrRHAhLRiL4Sg0383CGdo5k6F7sjYyeqVOEzctZFUHF3c4uh7EgqWoV0B3CCmgYwjOBgw9jrqyv/A==" }, "object-visit": { "version": "1.0.1", diff --git a/package.json b/package.json index 8639c50..65396fe 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.6", "rxjs-tslint": "^0.1.5", "web-animations-js": "^2.3.1", "zone.js": "^0.8.26"