From 1e572478284100ebcf19066a3984551bc80c8d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:36:03 +0000 Subject: [PATCH] Bump object-path from 0.11.4 to 0.11.5 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] --- 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 5e84e968..15400b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7992,9 +7992,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.5", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", + "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==", "dev": true }, "object-visit": { diff --git a/package.json b/package.json index 56556efb..1c9e9cbf 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "karma-jasmine-html-reporter": "^1.1.0", "ngrx-store-freeze": "^0.2.2", "npm-run-all": "^4.1.2", - "object-path": "^0.11.4", + "object-path": "^0.11.5", "protractor": "~5.3.0", "rxjs-compat": "^6.0.0", "rxjs-tslint": "^0.1.4",