From b19d835e82e243209183807308dce5600e49fd49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 02:48:44 +0000 Subject: [PATCH] Bump object-path from 0.11.5 to 0.11.8 in /meteor-app 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] --- meteor-app/package-lock.json | 6 +++--- meteor-app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meteor-app/package-lock.json b/meteor-app/package-lock.json index 42aa864..68e0f49 100644 --- a/meteor-app/package-lock.json +++ b/meteor-app/package-lock.json @@ -5146,9 +5146,9 @@ "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=" }, "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==" }, "once": { "version": "1.4.0", diff --git a/meteor-app/package.json b/meteor-app/package.json index 20ea9a2..4547514 100644 --- a/meteor-app/package.json +++ b/meteor-app/package.json @@ -30,7 +30,7 @@ "material-ui": "^0.20.0", "meteor-node-stubs": "^0.2.11", "moment": "^2.19.4", - "object-path": "^0.11.5", + "object-path": "^0.11.8", "plotly.js": "^1.39.1", "prop-types": "^15.6.0", "raven": "^2.6.2",