From 24a2ba35f7728df62d77d698abd220cb564d14ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 00:52:02 +0000 Subject: [PATCH] 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 670535a..9363ddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@material-ui/styles": "4.3.3", "@types/websocket": "^1.0.1", "base-64": "0.1.0", - "classnames": "latest", + "classnames": "*", "date-fns": "2.2.1", "fontawesome": "4.7.2", "http-proxy": ">=1.18.1", @@ -30,7 +30,7 @@ "merge": "1.2.1", "mui-datatables": "3.3.1", "node-notifier": ">=8.0.1", - "object-path": "^0.11.5", + "object-path": "^0.11.6", "prop-types": "15.7.2", "react": "16.9.0", "react-dnd": "^7.7.0", @@ -14769,9 +14769,9 @@ } }, "node_modules/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==", "engines": { "node": ">= 10.12.0" } @@ -34672,9 +34672,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==" }, "object-visit": { "version": "1.0.1", diff --git a/package.json b/package.json index 1b79120..520c7e7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "merge": "1.2.1", "mui-datatables": "3.3.1", "node-notifier": ">=8.0.1", - "object-path": "^0.11.5", + "object-path": "^0.11.6", "prop-types": "15.7.2", "react": "16.9.0", "react-dnd": "^7.7.0",