From 2d5d8bc0ac9f00a8b77c4c90f89bafe89618dfc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 00:21:37 +0000 Subject: [PATCH] Bump object-path from 0.11.5 to 0.11.6 in /meteor-app 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] --- 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..153bb89 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.6", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.6.tgz", + "integrity": "sha512-IxOLx7DbXnrRHAhLRiL4Sg0383CGdo5k6F7sjYyeqVOEzctZFUHF3c4uh7EgqWoV0B3CCmgYwjOBgw9jrqyv/A==" }, "once": { "version": "1.4.0", diff --git a/meteor-app/package.json b/meteor-app/package.json index 20ea9a2..6087ea9 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.6", "plotly.js": "^1.39.1", "prop-types": "^15.6.0", "raven": "^2.6.2",