From b46883e77379d4c579bdae24791db367b0e4906b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:41:05 +0000 Subject: [PATCH] Bump xpath from 0.0.33 to 0.0.34 Bumps [xpath](https://github.com/goto100/xpath) from 0.0.33 to 0.0.34. - [Commits](https://github.com/goto100/xpath/commits) --- updated-dependencies: - dependency-name: xpath dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 23621c279..60845b6ef 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "lz-string": "^1.5.0", "prettier": "^2.8.8", "xmldom": "^0.6.0", - "xpath": "0.0.33" + "xpath": "0.0.34" }, "scripts": { "process": "babel-node ./javascript/index.js", diff --git a/yarn.lock b/yarn.lock index 5bd544b4e..8eac2d711 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3282,10 +3282,10 @@ xmlhttprequest-ts@^1.0.1: dependencies: tslib "^1.9.2" -xpath@0.0.33: - version "0.0.33" - resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.33.tgz#5136b6094227c5df92002e7c3a13516a5074eb07" - integrity sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA== +xpath@0.0.34: + version "0.0.34" + resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.34.tgz#a769255e8816e0938e1e0005f2baa7279be8be12" + integrity sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA== "xtend@>=4.0.0 <4.1.0-0": version "4.0.2"