From c62d578537556ee8afec8f2a06064ff453cd7e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 09:00:47 +0000 Subject: [PATCH] Bump xpath from 0.0.27 to 0.0.29 Bumps [xpath](https://github.com/goto100/xpath) from 0.0.27 to 0.0.29. - [Release notes](https://github.com/goto100/xpath/releases) - [Commits](https://github.com/goto100/xpath/commits) Signed-off-by: dependabot[bot] --- 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 21655236..859e762e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6336,9 +6336,9 @@ "integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==" }, "xpath": { - "version": "0.0.27", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz", - "integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==" + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.29.tgz", + "integrity": "sha512-W6vSxu0tmHCW01EwDXx45/BAAl8lBJjcRB6eSswMuycOVbUkYskG3W1LtCxcesVel/RaNe/pxtd3FWLiqHGweA==" }, "y18n": { "version": "4.0.0", diff --git a/package.json b/package.json index 6fea475c..9f1d8576 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@actions/core": "^1.2.4", "xmldom": "^0.3.0", - "xpath": "0.0.27" + "xpath": "0.0.29" }, "devDependencies": { "eslint": "^7.7.0",