From 5379187a47e96e68edff99fdc186c1a8644ab5b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Apr 2021 21:57:19 +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/j-vin-b8w/project/4cecf117-1c8b-4204-8013-e3a86567953a?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"