From eb613e3d4355f39b9a2c8ad51bae8c85f2773f99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jun 2021 02:08:29 +0000 Subject: [PATCH] fix: upgrade xpath from 0.0.27 to 0.0.32 Snyk has created this PR to upgrade xpath from 0.0.27 to 0.0.32. See this package in npm: https://www.npmjs.com/package/xpath See this project in Snyk: https://app.snyk.io/org/alisco/project/b8d71919-3a5b-4a3f-9bd2-c5c6dc394e25?utm_source=github&utm_medium=upgrade-pr --- javascript/ql/test/query-tests/Security/Summaries/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/test/query-tests/Security/Summaries/package.json b/javascript/ql/test/query-tests/Security/Summaries/package.json index ac7b631f1257..043b9f6f9433 100644 --- a/javascript/ql/test/query-tests/Security/Summaries/package.json +++ b/javascript/ql/test/query-tests/Security/Summaries/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "dependencies": { "mysql": "2.15.0", - "xpath": "0.0.27", + "xpath": "0.0.32", "libxmljs": "0.19.1" }, "main": "index.js"