From acf49ab266c93c5f1b2f185cdbef181e6a143d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 19:19:47 +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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 882a920..0ccb151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9454,9 +9454,9 @@ "dev": true }, "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==", "dev": true }, "object-visit": { diff --git a/package.json b/package.json index 1680582..68a054f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "normalize.css": "^8.0.0", - "object-path": "^0.11.5", + "object-path": "^0.11.6", "path": "^0.12.7", "postcss-assets": "^5.0.0", "postcss-cssnext": "^3.1.0",