From b3a175964960c49bbc0dd1074fdbb2e9490ee102 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Nov 2021 19:46:31 +0000 Subject: [PATCH] fix: upgrade jspath from 0.3.4 to 0.4.0 Snyk has created this PR to upgrade jspath from 0.3.4 to 0.4.0. See this package in npm: https://www.npmjs.com/package/jspath See this project in Snyk: https://app.snyk.io/org/digiadmin01/project/d1226332-107d-4cd8-9cca-193913d93fcc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9243fe7..6129cdb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "async": "^1.4.2", "debug": "^2.1.2", - "jspath": "^0.3.1", + "jspath": "^0.4.0", "lodash": "^4.17.10", "machinepack-http": "^8.0.0", "mustache": "^2.1.3",