diff --git a/package-lock.json b/package-lock.json index e692c51..6787596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2906,6 +2906,16 @@ "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "pope": "^2.0.2" + }, + "dependencies": { + "indicative-parser": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/indicative-parser/-/indicative-parser-7.1.4.tgz", + "integrity": "sha512-okVq0gn576+QcZVvif+9tOilGEnq2xwADA9fR+zFsbKYsyZ/KvpQxui/XX0VJSZ4uYZ1gv4I/axxzwRb7BK1yw==", + "requires": { + "haye": "^2.0.2" + } + } } }, "indicative-formatters": { @@ -2914,9 +2924,9 @@ "integrity": "sha512-aBWoAhmaRjQtjAEhFTJFJo23oWkRB9poF6ohB6COzTdLzUVUZffGtvb4m9WRUvzYyT+88OJn2vE82l84qL1K6A==" }, "indicative-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/indicative-parser/-/indicative-parser-7.1.4.tgz", - "integrity": "sha512-okVq0gn576+QcZVvif+9tOilGEnq2xwADA9fR+zFsbKYsyZ/KvpQxui/XX0VJSZ4uYZ1gv4I/axxzwRb7BK1yw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/indicative-parser/-/indicative-parser-8.0.0.tgz", + "integrity": "sha512-InyLnguaAnqj61GlVjKklny3HmYdp5sqNKDzoEhzijmFsw6gLRu7RGpv/2AkO6Rp2TxN4YN1w61KLLHs8sgBvg==", "requires": { "haye": "^2.0.2" } diff --git a/package.json b/package.json index b48b120..c1004d0 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "dependencies": { "indicative-compiler": "^7.2.4", "indicative-formatters": "^7.2.4", - "indicative-parser": "^7.1.4", + "indicative-parser": "^8.0.0", "indicative-rules": "^7.3.1" } }