From 6f3bb06502d9b1f0de8582f2a09e2974f8f96636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:38:58 +0000 Subject: [PATCH] fix(deps): update dependency xpath to v0.0.33 --- 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 6380be58..85e32ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "request-promise": "4.2.6", "source-map-support": "0.5.21", "xml2js": "0.6.2", - "xpath": "0.0.32", + "xpath": "0.0.33", "yargs": "17.7.2" }, "bin": { @@ -14233,9 +14233,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.33", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz", + "integrity": "sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==", "engines": { "node": ">=0.6.0" } diff --git a/package.json b/package.json index cc35a4a7..a72ad6bd 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "request-promise": "4.2.6", "source-map-support": "0.5.21", "xml2js": "0.6.2", - "xpath": "0.0.32", + "xpath": "0.0.33", "yargs": "17.7.2" }, "devDependencies": {