From b77b46f8cb76d6ffa4cddb8d387ae24dd8493d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:32:55 +0000 Subject: [PATCH] chore(deps): bump xpath from 0.0.32 to 0.0.33 Bumps [xpath](https://github.com/goto100/xpath) from 0.0.32 to 0.0.33. - [Commits](https://github.com/goto100/xpath/commits) --- updated-dependencies: - dependency-name: xpath dependency-type: direct:production 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 6b4c6be08d328..605f25d54c0d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "simple-icons": "5.8.0", "webextension-store-meta": "^1.0.4", "xmldom": "~0.6.0", - "xpath": "~0.0.32" + "xpath": "~0.0.33" }, "devDependencies": { "@babel/core": "^7.14.8", @@ -31104,9 +31104,9 @@ } }, "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" } @@ -55914,9 +55914,9 @@ "integrity": "sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==" }, "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==" }, "xss": { "version": "1.0.8", diff --git a/package.json b/package.json index 4ec167c8ce300..8c31a7410ce40 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "simple-icons": "5.8.0", "webextension-store-meta": "^1.0.4", "xmldom": "~0.6.0", - "xpath": "~0.0.32" + "xpath": "~0.0.33" }, "scripts": { "coverage:test:core": "c8 npm run test:core",