From 7f1190c4c09dada2abb1a0e8d431d560dfca180f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 03:21:35 +0000 Subject: [PATCH] Bump object-path from 0.11.5 to 0.11.8 Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 670535a..42e8fd3 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.8", "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.8", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.8.tgz", + "integrity": "sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==", "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.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 1b79120..2e48a53 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.8", "prop-types": "15.7.2", "react": "16.9.0", "react-dnd": "^7.7.0",