From 79110702d384b911f2e060ca5a460831d7e55a11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jul 2021 02:34:07 +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/andruszd/project/ac12b093-bb9e-4263-96d0-fc072a46ea8c?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32cfafb7ad85e..95e7f69cc6b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26887,9 +26887,9 @@ "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" }, "xpath": { - "version": "0.0.27", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz", - "integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==" + "version": "0.0.32", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz", + "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==" }, "xregexp": { "version": "4.2.4", diff --git a/package.json b/package.json index 1bcff6230a760..a4792124d72cd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "semver": "~6.3.0", "simple-icons": "1.19.0", "xmldom": "~0.5.0", - "xpath": "~0.0.27" + "xpath": "~0.0.32" }, "scripts": { "coverage:test:server": "echo \"Deprecated; run `npm run coverage:test:core` instead.\" && npm run coverage:test:core",