Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 32a4121

Browse files
Bump xmldom and jasmine-reporters in /samples-aspnetcore-3x/e2e-tests
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [jasmine-reporters](https://github.com/larrymyers/jasmine-reporters). These dependencies need to be updated together. Removes `xmldom` Updates `jasmine-reporters` from 2.3.2 to 2.5.0 - [Release notes](https://github.com/larrymyers/jasmine-reporters/releases) - [Commits](https://github.com/larrymyers/jasmine-reporters/commits) --- updated-dependencies: - dependency-name: xmldom dependency-type: indirect - dependency-name: jasmine-reporters dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a947e4f commit 32a4121

File tree

2 files changed

+50
-23
lines changed

2 files changed

+50
-23
lines changed

samples-aspnetcore-3x/e2e-tests/package-lock.json

Lines changed: 49 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples-aspnetcore-3x/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dotenv": "^5.0.1",
2525
"find-process": "^1.1.0",
2626
"forever-monitor": "^1.7.1",
27-
"jasmine-reporters": "^2.2.0",
27+
"jasmine-reporters": "^2.5.2",
2828
"platform": "^1.3.5",
2929
"protractor": "^5.4",
3030
"wait-on": "^2.0.2"

0 commit comments

Comments
 (0)