From fdc54e04a7ed9eb9d43c053dd79bc993edce1cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:07:44 +0000 Subject: [PATCH] fix(deps): update dependency xpath to v0.0.34 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 705c1712..5f0836c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "lru-cache": "7.18.3", "source-map-support": "0.5.21", "xml2js": "0.6.2", - "xpath": "0.0.32", + "xpath": "0.0.34", "yargs": "17.7.2" }, "bin": { @@ -13879,9 +13879,9 @@ "integrity": "sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==" }, "node_modules/xpath": { - "version": "0.0.32", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz", - "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==", + "version": "0.0.34", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz", + "integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==", "engines": { "node": ">=0.6.0" } diff --git a/package.json b/package.json index 7b965979..0f69e257 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "lru-cache": "7.18.3", "source-map-support": "0.5.21", "xml2js": "0.6.2", - "xpath": "0.0.32", + "xpath": "0.0.34", "yargs": "17.7.2" }, "devDependencies": {