diff --git a/package-lock.json b/package-lock.json index 32d32be9..506ff343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13724,9 +13724,9 @@ "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=" }, "object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", + "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==" }, "object-visit": { "version": "1.0.1", diff --git a/package.json b/package.json index ed7c8260..7a439067 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "html-to-react": "^1.3.4", "json-schema-defaults": "^0.4.0", "json2po": "^1.0.5", - "object-path": "^0.11.4", + "object-path": "^0.11.5", "postcss": "^6.0.19", "postcss-prefix-selector": "^1.6.0", "pouchdb": "^6.3.4",