From 7b22084863e7d7d30fce7f3ab30fcf4bbaf5d4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:50:54 +0100 Subject: [PATCH 1/2] chore(deps): bump @xmldom/xmldom from 0.9.5 to 0.9.6 (#4688) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.9.5...0.9.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f667be7c8..d9d98a93f 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@cucumber/cucumber-expressions": "18", "@cucumber/gherkin": "30", "@cucumber/messages": "27.0.2", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "acorn": "8.14.0", "arrify": "2.0.1", "axios": "1.7.9", @@ -131,7 +131,7 @@ "@wdio/sauce-service": "9.4.5", "@wdio/selenium-standalone-service": "8.15.0", "@wdio/utils": "9.4.4", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "apollo-server-express": "3.13.0", "chai-as-promised": "7.1.2", "chai-subset": "1.6.0", From 9994bcbe914a8eb6fa654ace088da67beae7bcf4 Mon Sep 17 00:00:00 2001 From: thomashohn Date: Mon, 23 Dec 2024 16:51:27 +0100 Subject: [PATCH 2/2] Bump @types/inquirer to 9.0.7 (#4682) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9d98a93f..45e0eb69b 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "@pollyjs/adapter-puppeteer": "6.0.6", "@pollyjs/core": "5.1.0", "@types/chai": "4.3.19", - "@types/inquirer": "9.0.3", + "@types/inquirer": "9.0.7", "@types/node": "22.10.2", "@wdio/sauce-service": "9.4.5", "@wdio/selenium-standalone-service": "8.15.0",