From 8cb0e46e47a0918ad9c37ea9428a006b0ae5f226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 02:48:14 +0000 Subject: [PATCH] Bump xpath from 0.0.27 to 0.0.32 Bumps [xpath](https://github.com/goto100/xpath) from 0.0.27 to 0.0.32. - [Release notes](https://github.com/goto100/xpath/releases) - [Commits](https://github.com/goto100/xpath/commits/v0.0.32) --- updated-dependencies: - dependency-name: xpath dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a477765..26e0517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "supertest": "^4.0.2", "supertest-promised": "^1.0.0", "xmldom": "^0.1.27", - "xpath": "0.0.27" + "xpath": "0.0.32" } }, "node_modules/@babel/code-frame": { @@ -5903,9 +5903,9 @@ } }, "node_modules/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==", "dev": true, "engines": { "node": ">=0.6.0" @@ -11028,9 +11028,9 @@ "dev": true }, "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==", "dev": true }, "xtend": { diff --git a/package.json b/package.json index b2d68bb..77cb5bf 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "supertest": "^4.0.2", "supertest-promised": "^1.0.0", "xmldom": "^0.1.27", - "xpath": "0.0.27" + "xpath": "0.0.32" } }