From 149e591fd64f663c7a8812a9660c28167b20c6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 17:10:53 +0000 Subject: [PATCH] Bump object-path from 0.11.5 to 0.11.8 in /frontend 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] --- frontend/package-lock.json | 15 ++++++++------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a1e1f66..55ae76e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "grpc-web": "^1.2.1", "js-yaml": "^3.14.0", "node-forge": "^0.10.0", - "object-path": ">=0.11.5", + "object-path": ">=0.11.8", "protobufjs": "^6.10.1", "react": "^16.13.1", "react-codemirror": "^1.0.0", @@ -15661,9 +15661,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" } @@ -36505,9 +36505,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", @@ -38493,6 +38493,7 @@ "resolved": "https://registry.npmjs.org/react-images-upload/-/react-images-upload-1.2.8.tgz", "integrity": "sha512-d5mhAE0BfkLTlG5MLvKVw+q76LL8r5easgWW0TTBvXD8n6HXeLMZLwCuPiOibY1a3NRMXI4AnM1r34dqLOBjng==", "requires": { + "react": "^16.12.0", "react-flip-move": "^3.0.4" } }, diff --git a/frontend/package.json b/frontend/package.json index 1522ea0..03f4d29 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "grpc-web": "^1.2.1", "js-yaml": "^3.14.0", "node-forge": "^0.10.0", - "object-path": ">=0.11.5", + "object-path": ">=0.11.8", "protobufjs": "^6.10.1", "react": "^16.13.1", "react-codemirror": "^1.0.0",