diff --git a/package-lock.json b/package-lock.json index 6d56ea7..5b7176c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jmespath-edit", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -462,9 +462,9 @@ "integrity": "sha512-P0Ej5MHA3s0sPVddF+xLNYY8ITMAgpHWsp152ioFCH/Hs9vQZ5j8Oj8zlyyX7cZRCJVJKQQLMX1mJtoUmcGSxw==" }, "@metrichor/jmespath-plus": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@metrichor/jmespath-plus/-/jmespath-plus-0.0.1.tgz", - "integrity": "sha512-hSPRDBcRANUU55BRu4tzsof5dmn6x0Cvlxp9yxmeLR5pS+2OBX5DYfKp1FKPOqBGxV/G71NmXFlRHuHbBI83Mg==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@metrichor/jmespath-plus/-/jmespath-plus-0.0.2.tgz", + "integrity": "sha512-ldw4QyIdv0au1pxKlx5dQPubBr+iMgoBpLf+DYnFVKD2AyCh8GISoHMoGI2NxUHzc+Lz0aKDZCgiT0ghX9mH9g==", "requires": { "@types/lodash": "^4.14.153", "lodash": "^4.17.15" diff --git a/package.json b/package.json index ffc0353..375b8c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jmespath-edit", - "version": "0.0.4", + "version": "0.0.5", "description": "A JMESPath expression editor and preview web component", "author": { "name": "Glen van Ginkel" @@ -39,7 +39,7 @@ }, "dependencies": { "@metrichor/jmespath": "^0.1.1", - "@metrichor/jmespath-plus": "0.0.1", + "@metrichor/jmespath-plus": "0.0.2", "jmespath": "^0.15.0", "rxjs": "^6.5.5" }