From 6c430ee33ef5f8355a1503664fab8a7187bcc6ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jan 2022 16:07:23 +0000 Subject: [PATCH] feat: upgrade indicative-parser from 7.1.4 to 8.0.0 Snyk has created this PR to upgrade indicative-parser from 7.1.4 to 8.0.0. See this package in npm: https://www.npmjs.com/package/indicative-parser See this project in Snyk: https://app.snyk.io/org/thetutlage/project/55c1a70f-fcc0-499b-9b78-730db47b701e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) 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" } }